Html Css Color HEX #E0CB9B Double Colonial White

📋 copy color: '#E0CB9B'

red 224 ◦ green 203 ◦ blue 155

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

Shades of Double Colonial White #E0CB9B

Tints of Double Colonial White #E0CB9B

RGB

 RED value IS 224 (87.89% from 255) = 38.49%

 GREEN value IS 203 (79.69% from 255) = 34.88%

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 38.49%
G = 34.88%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0CB9B (or 0xE0CB9B) is known color: Double Colonial White. HEX triplet: E0, CB and 9B. RGB value is (224,203,155). Sum of RGB (Red+Green+Blue) = 224+203+155=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB9B is #1F3464. Grayscale: #CCCCCC. Windows color (decimal): -2045029 or 10210272. OLE color: 10210272.

HSL color Cylindrical-coordinate representation of color #E0CB9B: hue angle of 41.74º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0CB9B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 155 -
CMYK 0 0.09 0.31 0.12
HSL 41.74º 0.53% 0.74% -
HSV(B) 41.74º 0.31% 0.88% -
XYZ 58.01 60.93 39.71 -
YUV 203.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 224 203 155 0 0.09 0.31 0.12 41.74 0.53 0.74
Hex E0 CB 9B 0 9 1F C 2A 35 4A
Octal 340 313 233 0 11 37 14 52 65 112
Binary 11100000 11001011 10011011 0 1001 11111 1100 101010 110101 1001010

Color Harmonies of #E0CB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB9B

Black with #E0CB9B

Text Example


Text Example

White with #E0CB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB9B; }

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

 H1.HeaderClassName
 {
   color: #E0CB9B;
 }
 .AnyTagClassName
 {
   color: #E0CB9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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