#E5CF9E

Color #E5CF9E Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E5CF9E

Tints of Double Colonial White #E5CF9E

Color information

#E5CF9E (or 0xE5CF9E) is unknown color: approx Double Colonial White. HEX triplet: E5, CF and 9E. RGB value is (229,207,158). Sum of RGB (Red+Green+Blue) = 229+207+158=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF9E is #1A3061. Grayscale: #D0D0D0. Windows color (decimal): -1716322 or 10407909. OLE color: 10407909.

HSL color Cylindrical-coordinate representation of color #E5CF9E: hue angle of 41.41º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5CF9E is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229207158-
CMYK00.100.310.10
HSL41.41º57.72%75.88%-
HSV(B)41.41º31%89.8%-
XYZ60.863.7541.45-
YUV207.9999.79142.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 158 (62.11% from 255) = 26.60%
R=38.55%
G=34.85%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920715800.100.310.1041.4157.7275.88
HexE5CF9E0A1FA293a4c
Octal34531723601237125172114
Binary111001011100111110011110010101111110101010011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF9E; }

 p { color: rgb(229,207,158); }

 H1.HeaderClassName
 {
   color: #E5CF9E;
 }
 .AnyTagClassName
 {
   color: #E5CF9E;
 }
</style>
background-color css

<style>
 a { background-color: #E5CF9E; }

 a { background-color: rgb(229,207,158); }

 div.DivClassName
 {
   background-color: #E5CF9E;
 }
 .BgClassName
 {
   background-color: #E5CF9E;
 }
</style>
border-color css

<style>
 span { border-color: #E5CF9E; }

 span { border-color: rgb(229,207,158); }

 td.TdClassName
 {
   border-color: #E5CF9E;
 }
 .TagClassName
 {
   border-color: #E5CF9E;
 }
</style>