Html Css Color HEX #E0CF92 Double Colonial White

📋 copy color: '#E0CF92'

red 224 ◦ green 207 ◦ blue 146

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

Shades of Double Colonial White #E0CF92

Tints of Double Colonial White #E0CF92

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.88%

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

R = 38.82%
G = 35.88%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0CF92 (or 0xE0CF92) is known color: Double Colonial White. HEX triplet: E0, CF and 92. RGB value is (224,207,146). Sum of RGB (Red+Green+Blue) = 224+207+146=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF92 is #1F306D. Grayscale: #CDCDCD. Windows color (decimal): -2044014 or 9621472. OLE color: 9621472.

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

Color convert

RGB 224 207 146 -
CMYK 0 0.08 0.35 0.12
HSL 46.92º 0.56% 0.73% -
HSV(B) 46.92º 0.35% 0.88% -
XYZ 58.24 62.55 36.2 -
YUV 205.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 224 207 146 0 0.08 0.35 0.12 46.92 0.56 0.73
Hex E0 CF 92 0 8 23 C 2F 38 49
Octal 340 317 222 0 10 43 14 57 70 111
Binary 11100000 11001111 10010010 0 1000 100011 1100 101111 111000 1001001

Color Harmonies of #E0CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF92

Black with #E0CF92

Text Example


Text Example

White with #E0CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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