Html Css Color HEX #E0CB9D Double Colonial White

📋 copy color: '#E0CB9D'

red 224 ◦ green 203 ◦ blue 157

#E0CB9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #E0CB9D

Tints of Double Colonial White #E0CB9D

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 value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0CB9D (or 0xE0CB9D) is known color: 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

RGB 224 203 157 -
CMYK 0 0.09 0.30 0.12
HSL 41.19º 0.52% 0.75% -
HSV(B) 41.19º 0.3% 0.88% -
XYZ 58.18 60.99 40.6 -
YUV 204.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 224 203 157 0 0.09 0.30 0.12 41.19 0.52 0.75
Hex E0 CB 9D 0 9 1E C 29 34 4B
Octal 340 313 235 0 11 36 14 51 64 113
Binary 11100000 11001011 10011101 0 1001 11110 1100 101001 110100 1001011

Color Harmonies of #E0CB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB9D

Black with #E0CB9D

Text Example


Text Example

White with #E0CB9D

Text Example


Text Example

HTML Codes & Css Web 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>