COLOR #EBCFA1

HEX: #EBCFA1
RGB: (235,207,161)

Color info

#EBCFA1 contains mainly red and green colors. Web safe color of #EBCFA1 is #FFCC99 (or #FC9).

RGB color model

#EBCFA1 color RGB value is (235,207,161).

  • red value is 235;
  • green value is 207;
  • blue value is 161.
RGB:
(235,207,161)
(92%,81%,63%)

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 161 of 255 = 63%

235
207
161

R + G + B ~ 79%. #EBCFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 161 = 603 (100%)
R 235 of 603 ~ 38.97%
G 207 of 603 ~ 34.33%
B 161 of 603 ~ 26.7%

%38.97
%34.33
%26.7

CMYK color model

#EBCFA1 color CMYK value is (0,12,31,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 31.49%
  • key color value is 7.84%
CMYK:
(0,12,31,8)
C0M12Y31K8 
(0%,12%,31%,8%)
(0.00/0.12/0.31/0.08)	

CMYK percentages

%0
%11.91
%31.49
%7.84

Codes

Color #EBCFA1 in popluar color models

EBCFA1
RGB235207161
HSL37°64.91%77.65%
HSB/HSV37°31.49%92.16%
CMYK0.00%11.91%31.49%
7.84%

Color #EBCFA1 in popluar number systems.

HEXEBCFA1
Decimal235207161
Binary111010111100111110100001
Octal353317241

Shades and tints

Shades of #EBCFA1

#EBCFA1
(235,207,161)
#D6BD93
(214,189,147)
#C1AB85
(193,171,133)
#AC9977
(172,153,119)
#978769
(151,135,105)
#82755B
(130,117,91)
#6D634D
(109,99,77)
#58513F
(88,81,63)
#433F31
(67,63,49)
#2E2D23
(46,45,35)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBCFA1

#EBCFA1
(235,207,161)
#ECD3A9
(236,211,169)
#EDD7B1
(237,215,177)
#EEDBB9
(238,219,185)
#EFDFC1
(239,223,193)
#F0E3C9
(240,227,201)
#F1E7D1
(241,231,209)
#F2EBD9
(242,235,217)
#F3EFE1
(243,239,225)
#F4F3E9
(244,243,233)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCFA1 color. Also use rgb(235,207,161) instead hex code.

Text Font Color

.myTextColor { color: #EBCFA1; }

<p style="color:#EBCFA1">This sample text font color is #EBCFA1.</p>

This text font color is #EBCFA1.


Background Color

.myBgColor { background-color: #EBCFA1; }

<div style="background-color:#EBCFA1">Inner text</div>

This div background color is #EBCFA1.


Border color

.myBorderColor { border: 1px solid #EBCFA1; }

<div style="border:3px solid #EBCFA1">Div</div>

This div border color is #EBCFA1.


Opacity

.myOpacity80 { color: #EBCFA1; opacity: 0.8; }

<p style="color:#EBCFA1;opacity:0.8;">80%</p>

Text with #EBCFA1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBCFA1;}

<p style="text-shadow: 3px 3px 1px #EBCFA1">Text here.</p>

This text has shadow with #EBCFA1 color.

.textShadow {text-shadow: 3px 3px 1px #EBCFA1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBCFA1, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBCFA1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBCFA1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBCFA1, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBCFA1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBCFA1;
  -webkit-box-shadow:	1px 1px 3px 2px #EBCFA1;
  box-shadow:		1px 1px 3px 2px #EBCFA1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBCFA1;
-webkit-box-shadow: 1px 1px 3px 2px #EBCFA1;
box-shadow:1px 1px 3px 2px #EBCFA1;">
Div content here</div>
This div box has shadow with color #EBCFA1.

Preview

Color preview on black background

This text has color #EBCFA1 on black background.


Color preview on white background

This text has color #EBCFA1 on white background.



Black color preview on #EBCFA1 background

This text has black color on #EBCFA1 background.


White color preview on #EBCFA1 background

This text has white color on #EBCFA1 background.