#E0CB9D

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

Shades of Double Colonial White #E0CB9D

Tints of Double Colonial White #E0CB9D

Color information

#E0CB9D (or 0xE0CB9D) is unknown color: approx Double Colonial White. HEX triplet: E0, CB and 9D. RGB value is (224,203,157). Sum of RGB (Red+Green+Blue) = 224+203+157=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB9D is #1F3462. Grayscale: #CCCCCC. Windows color (decimal): -2045027 or 10341344. OLE color: 10341344.

HSL color Cylindrical-coordinate representation of color #E0CB9D: hue angle of 41.19º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0CB9D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224203157-
CMYK00.090.300.12
HSL41.19º51.94%74.71%-
HSV(B)41.19º29.91%87.84%-
XYZ58.1860.9940.6-
YUV204.04101.46142.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=38.36%
G=34.76%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420315700.090.300.1241.1951.9474.71
HexE0CB9D091EC29344b
Octal34031323501136145164113
Binary111000001100101110011101010011111011001010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CB9D; }

 p { color: rgb(224,203,157); }

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

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

 a { background-color: rgb(224,203,157); }

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

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

 span { border-color: rgb(224,203,157); }

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