#E9D492

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

Shades of Double Colonial White #E9D492

Tints of Double Colonial White #E9D492

Color information

#E9D492 (or 0xE9D492) is unknown color: approx Double Colonial White. HEX triplet: E9, D4 and 92. RGB value is (233,212,146). Sum of RGB (Red+Green+Blue) = 233+212+146=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D492 is #162B6D. Grayscale: #D3D3D3. Windows color (decimal): -1452910 or 9622761. OLE color: 9622761.

HSL color Cylindrical-coordinate representation of color #E9D492: hue angle of 45.52º degrees, saturation: 0.66, 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 #E9D492 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB233212146-
CMYK00.090.370.09
HSL45.52º66.41%74.31%-
HSV(B)45.52º37.34%91.37%-
XYZ62.3466.4936.74-
YUV210.7691.46143.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 146 (57.42% from 255) = 24.70%
R=39.42%
G=35.87%
B=24.70%

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
Decimal23321214600.090.370.0945.5266.4174.31
HexE9D492092592e424a
Octal351324222011451156102112
Binary11101001110101001001001001001100101100110111010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D492; }

 p { color: rgb(233,212,146); }

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

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

 a { background-color: rgb(233,212,146); }

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

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

 span { border-color: rgb(233,212,146); }

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