Html Css Color HEX #E0CA97 Double Colonial White

📋 copy color: '#E0CA97'

red 224 ◦ green 202 ◦ blue 151

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

Shades of Double Colonial White #E0CA97

Tints of Double Colonial White #E0CA97

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.01%

 BLUE value IS 151 (59.38% from 255) = 26.17%

R = 38.82%
G = 35.01%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0CA97 (or 0xE0CA97) is known color: Double Colonial White. HEX triplet: E0, CA and 97. RGB value is (224,202,151). Sum of RGB (Red+Green+Blue) = 224+202+151=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA97 is #1F3568. Grayscale: #CACACA. Windows color (decimal): -2045289 or 9947872. OLE color: 9947872.

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

Color convert

RGB 224 202 151 -
CMYK 0 0.10 0.33 0.12
HSL 41.92º 0.54% 0.74% -
HSV(B) 41.92º 0.33% 0.88% -
XYZ 57.45 60.32 37.89 -
YUV 202.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 224 202 151 0 0.10 0.33 0.12 41.92 0.54 0.74
Hex E0 CA 97 0 A 21 C 2A 36 4A
Octal 340 312 227 0 12 41 14 52 66 112
Binary 11100000 11001010 10010111 0 1010 100001 1100 101010 110110 1001010

Color Harmonies of #E0CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA97

Black with #E0CA97

Text Example


Text Example

White with #E0CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA97; }

 p { color: rgb(224,202,151); }

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

background-color css

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

 a { background-color: rgb(224,202,151); }

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

border-color css

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

 span { border-color: rgb(224,202,151); }

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