#E1CF96

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

Shades of Double Colonial White #E1CF96

Tints of Double Colonial White #E1CF96

Color information

#E1CF96 (or 0xE1CF96) is unknown color: approx Double Colonial White. HEX triplet: E1, CF and 96. RGB value is (225,207,150). Sum of RGB (Red+Green+Blue) = 225+207+150=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF96 is #1E3069. Grayscale: #CECECE. Windows color (decimal): -1978474 or 9883617. OLE color: 9883617.

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

Color convert

RGB225207150-
CMYK00.080.330.12
HSL45.6º55.56%73.53%-
HSV(B)45.6º33.33%88.24%-
XYZ58.8762.8437.88-
YUV205.8896.46141.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=38.66%
G=35.57%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520715000.080.330.1245.655.5673.53
HexE1CF960821C2e384a
Octal34131722601041145670112
Binary1110000111001111100101100100010000111001011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF96; }

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

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

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

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

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

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

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

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