#E2CF9B

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

Shades of Double Colonial White #E2CF9B

Tints of Double Colonial White #E2CF9B

Color information

#E2CF9B (or 0xE2CF9B) is unknown color: approx Double Colonial White. HEX triplet: E2, CF and 9B. RGB value is (226,207,155). Sum of RGB (Red+Green+Blue) = 226+207+155=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CF9B is #1D3064. Grayscale: #CECECE. Windows color (decimal): -1912933 or 10211298. OLE color: 10211298.

HSL color Cylindrical-coordinate representation of color #E2CF9B: hue angle of 43.94º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2CF9B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226207155-
CMYK00.080.310.11
HSL43.94º55.04%74.71%-
HSV(B)43.94º31.42%88.63%-
XYZ59.5963.1640.06-
YUV206.7598.79141.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 155 (60.94% from 255) = 26.36%
R=38.44%
G=35.20%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620715500.080.310.1143.9455.0474.71
HexE2CF9B081FB2c374b
Octal34231723301037135467113
Binary111000101100111110011011010001111110111011001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CF9B; }

 p { color: rgb(226,207,155); }

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

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

 a { background-color: rgb(226,207,155); }

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

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

 span { border-color: rgb(226,207,155); }

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