#E8D292

Color #E8D292 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E8D292

Tints of Double Colonial White #E8D292

Color information

#E8D292 (or 0xE8D292) is unknown color: approx Double Colonial White. HEX triplet: E8, D2 and 92. RGB value is (232,210,146). Sum of RGB (Red+Green+Blue) = 232+210+146=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D292 is #172D6D. Grayscale: #D1D1D1. Windows color (decimal): -1518958 or 9622248. OLE color: 9622248.

HSL color Cylindrical-coordinate representation of color #E8D292: hue angle of 44.65º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8D292 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB232210146-
CMYK00.090.370.09
HSL44.65º65.15%74.12%-
HSV(B)44.65º37.07%90.98%-
XYZ61.5165.3236.56-
YUV209.2892.29144.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.46%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 24.83%
R=39.46%
G=35.71%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221014600.090.370.0944.6565.1574.12
HexE8D292092592d414a
Octal350322222011451155101112
Binary11101000110100101001001001001100101100110110110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D292; }

 p { color: rgb(232,210,146); }

 H1.HeaderClassName
 {
   color: #E8D292;
 }
 .AnyTagClassName
 {
   color: #E8D292;
 }
</style>
background-color css

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

 a { background-color: rgb(232,210,146); }

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

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

 span { border-color: rgb(232,210,146); }

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