#E2CB95

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

Shades of Double Colonial White #E2CB95

Tints of Double Colonial White #E2CB95

Color information

#E2CB95 (or 0xE2CB95) is unknown color: approx Double Colonial White. HEX triplet: E2, CB and 95. RGB value is (226,203,149). Sum of RGB (Red+Green+Blue) = 226+203+149=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB95 is #1D346A. Grayscale: #CBCBCB. Windows color (decimal): -1913963 or 9817058. OLE color: 9817058.

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

Color convert

RGB226203149-
CMYK00.100.340.11
HSL42.08º57.04%73.53%-
HSV(B)42.08º34.07%88.63%-
XYZ58.1461.0537.15-
YUV203.7297.12143.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=39.10%
G=35.12%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620314900.100.340.1142.0857.0473.53
HexE2CB950A22B2a394a
Octal34231322501242135271112
Binary1110001011001011100101010101010001010111010101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CB95; }

 p { color: rgb(226,203,149); }

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

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

 a { background-color: rgb(226,203,149); }

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

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

 span { border-color: rgb(226,203,149); }

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