Html Css Color HEX #E0CB9A Double Colonial White

📋 copy color: '#E0CB9A'

red 224 ◦ green 203 ◦ blue 154

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

Shades of Double Colonial White #E0CB9A

Tints of Double Colonial White #E0CB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.51%

R = 38.55%
G = 34.94%
B = 26.51%

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

#E0CB9A (or 0xE0CB9A) is known color: Double Colonial White. HEX triplet: E0, CB and 9A. RGB value is (224,203,154). Sum of RGB (Red+Green+Blue) = 224+203+154=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB9A is #1F3465. Grayscale: #CBCBCB. Windows color (decimal): -2045030 or 10144736. OLE color: 10144736.

HSL color Cylindrical-coordinate representation of color #E0CB9A: hue angle of 42º 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 #E0CB9A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 154 -
CMYK 0 0.09 0.31 0.12
HSL 42º 0.53% 0.74% -
HSV(B) 42º 0.31% 0.88% -
XYZ 57.93 60.89 39.27 -
YUV 203.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 224 203 154 0 0.09 0.31 0.12 42 0.53 0.74
Hex E0 CB 9A 0 9 1F C 2A 35 4A
Octal 340 313 232 0 11 37 14 52 65 112
Binary 11100000 11001011 10011010 0 1001 11111 1100 101010 110101 1001010

Color Harmonies of #E0CB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB9A

Black with #E0CB9A

Text Example


Text Example

White with #E0CB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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