#E5CF9D

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

Shades of Double Colonial White #E5CF9D

Tints of Double Colonial White #E5CF9D

Color information

#E5CF9D (or 0xE5CF9D) is unknown color: approx Double Colonial White. HEX triplet: E5, CF and 9D. RGB value is (229,207,157). Sum of RGB (Red+Green+Blue) = 229+207+157=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF9D is #1A3062. Grayscale: #D0D0D0. Windows color (decimal): -1716323 or 10342373. OLE color: 10342373.

HSL color Cylindrical-coordinate representation of color #E5CF9D: hue angle of 41.67º 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 #E5CF9D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229207157-
CMYK00.100.310.10
HSL41.67º58.06%75.69%-
HSV(B)41.67º31.44%89.8%-
XYZ60.7163.7241-
YUV207.8899.29143.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 157 (61.72% from 255) = 26.48%
R=38.62%
G=34.91%
B=26.48%

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
Decimal22920715700.100.310.1041.6758.0675.69
HexE5CF9D0A1FA2a3a4c
Octal34531723501237125272114
Binary111001011100111110011101010101111110101010101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF9D; }

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

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

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

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

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

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

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

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