Html Css Color HEX #E0CA92 Double Colonial White

📋 copy color: '#E0CA92'

red 224 ◦ green 202 ◦ blue 146

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

Shades of Double Colonial White #E0CA92

Tints of Double Colonial White #E0CA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.52%

R = 39.16%
G = 35.31%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0CA92 (or 0xE0CA92) is known color: Double Colonial White. HEX triplet: E0, CA and 92. RGB value is (224,202,146). Sum of RGB (Red+Green+Blue) = 224+202+146=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA92 is #1F356D. Grayscale: #CACACA. Windows color (decimal): -2045294 or 9620192. OLE color: 9620192.

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

Color convert

RGB 224 202 146 -
CMYK 0 0.10 0.35 0.12
HSL 43.08º 0.56% 0.73% -
HSV(B) 43.08º 0.35% 0.88% -
XYZ 57.05 60.16 35.8 -
YUV 202.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 224 202 146 0 0.10 0.35 0.12 43.08 0.56 0.73
Hex E0 CA 92 0 A 23 C 2B 38 49
Octal 340 312 222 0 12 43 14 53 70 111
Binary 11100000 11001010 10010010 0 1010 100011 1100 101011 111000 1001001

Color Harmonies of #E0CA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA92

Black with #E0CA92

Text Example


Text Example

White with #E0CA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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