COLOR #E3CF92

HEX: #E3CF92
RGB: (227,207,146)

Color info

#E3CF92 contains mainly red and green colors. Web safe color of #E3CF92 is #CCCC99 (or #CC9).

RGB color model

#E3CF92 color RGB value is (227,207,146).

  • red value is 227;
  • green value is 207;
  • blue value is 146.
RGB:
(227,207,146)
(89%,81%,57%)

RGB channels and saturation

R 227 of 255 = 89%
G 207 of 255 = 81%
B 146 of 255 = 57%

227
207
146

R + G + B ~ 76%. #E3CF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 207 + 146 = 580 (100%)
R 227 of 580 ~ 39.14%
G 207 of 580 ~ 35.69%
B 146 of 580 ~ 25.17%

%39.14
%35.69
%25.17

CMYK color model

#E3CF92 color CMYK value is (0,9,36,11).

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 35.68%
  • key color value is 10.98%
CMYK:
(0,9,36,11)
C0M9Y36K11 
(0%,9%,36%,11%)
(0.00/0.09/0.36/0.11)	

CMYK percentages

%0
%8.81
%35.68
%10.98

Codes

Color #E3CF92 in popluar color models

E3CF92
RGB227207146
HSL45°59.12%73.14%
HSB/HSV45°35.68%89.02%
CMYK0.00%8.81%35.68%
10.98%

Color #E3CF92 in popluar number systems.

HEXE3CF92
Decimal227207146
Binary111000111100111110010010
Octal343317222

Shades and tints

Shades of #E3CF92

#E3CF92
(227,207,146)
#CFBD85
(207,189,133)
#BBAB78
(187,171,120)
#A7996B
(167,153,107)
#93875E
(147,135,94)
#7F7551
(127,117,81)
#6B6344
(107,99,68)
#575137
(87,81,55)
#433F2A
(67,63,42)
#2F2D1D
(47,45,29)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #E3CF92

#E3CF92
(227,207,146)
#E5D39B
(229,211,155)
#E7D7A4
(231,215,164)
#E9DBAD
(233,219,173)
#EBDFB6
(235,223,182)
#EDE3BF
(237,227,191)
#EFE7C8
(239,231,200)
#F1EBD1
(241,235,209)
#F3EFDA
(243,239,218)
#F5F3E3
(245,243,227)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CF92 color. Also use rgb(227,207,146) instead hex code.

Text Font Color

.myTextColor { color: #E3CF92; }

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

This text font color is #E3CF92.


Background Color

.myBgColor { background-color: #E3CF92; }

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

This div background color is #E3CF92.


Border color

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

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

This div border color is #E3CF92.


Opacity

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

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

Text with #E3CF92 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 #E3CF92;}

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

This text has shadow with #E3CF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CF92 on black background.


Color preview on white background

This text has color #E3CF92 on white background.



Black color preview on #E3CF92 background

This text has black color on #E3CF92 background.


White color preview on #E3CF92 background

This text has white color on #E3CF92 background.