#E1CF94

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

Shades of Double Colonial White #E1CF94

Tints of Double Colonial White #E1CF94

Color information

#E1CF94 (or 0xE1CF94) is unknown color: approx Double Colonial White. HEX triplet: E1, CF and 94. RGB value is (225,207,148). Sum of RGB (Red+Green+Blue) = 225+207+148=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF94 is #1E306B. Grayscale: #CDCDCD. Windows color (decimal): -1978476 or 9752545. OLE color: 9752545.

HSL color Cylindrical-coordinate representation of color #E1CF94: hue angle of 45.97º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1CF94 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225207148-
CMYK00.080.340.12
HSL45.97º56.2%73.14%-
HSV(B)45.97º34.22%88.24%-
XYZ58.7162.7737.04-
YUV205.6695.46141.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 148 (58.20% from 255) = 25.52%
R=38.79%
G=35.69%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520714800.080.340.1245.9756.273.14
HexE1CF940822C2e3849
Octal34131722401042145670111
Binary1110000111001111100101000100010001011001011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF94; }

 p { color: rgb(225,207,148); }

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

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

 a { background-color: rgb(225,207,148); }

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

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

 span { border-color: rgb(225,207,148); }

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