#E2CE99

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

Shades of Double Colonial White #E2CE99

Tints of Double Colonial White #E2CE99

Color information

#E2CE99 (or 0xE2CE99) is unknown color: approx Double Colonial White. HEX triplet: E2, CE and 99. RGB value is (226,206,153). Sum of RGB (Red+Green+Blue) = 226+206+153=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE99 is #1D3166. Grayscale: #CECECE. Windows color (decimal): -1913191 or 10079970. OLE color: 10079970.

HSL color Cylindrical-coordinate representation of color #E2CE99: hue angle of 43.56º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2CE99 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226206153-
CMYK00.090.320.11
HSL43.56º55.73%74.31%-
HSV(B)43.56º32.3%88.63%-
XYZ59.1962.6139.1-
YUV205.9498.13142.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=38.63%
G=35.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620615300.090.320.1143.5655.7374.31
HexE2CE990920B2c384a
Octal34231623101140135470112
Binary1110001011001110100110010100110000010111011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CE99; }

 p { color: rgb(226,206,153); }

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

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

 a { background-color: rgb(226,206,153); }

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

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

 span { border-color: rgb(226,206,153); }

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