#E9D490

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

Shades of Double Colonial White #E9D490

Tints of Double Colonial White #E9D490

Color information

#E9D490 (or 0xE9D490) is unknown color: approx Double Colonial White. HEX triplet: E9, D4 and 90. RGB value is (233,212,144). Sum of RGB (Red+Green+Blue) = 233+212+144=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D490 is #162B6F. Grayscale: #D2D2D2. Windows color (decimal): -1452912 or 9491689. OLE color: 9491689.

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

Color convert

RGB233212144-
CMYK00.090.380.09
HSL45.84º66.92%73.92%-
HSV(B)45.84º38.2%91.37%-
XYZ62.1866.4235.93-
YUV210.5390.46144.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=39.56%
G=35.99%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321214400.090.380.0945.8466.9273.92
HexE9D490092692e434a
Octal351324220011461156103112
Binary11101001110101001001000001001100110100110111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D490; }

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

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

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

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

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

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

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

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