#E5D090

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

Shades of Double Colonial White #E5D090

Tints of Double Colonial White #E5D090

Color information

#E5D090 (or 0xE5D090) is unknown color: approx Double Colonial White. HEX triplet: E5, D0 and 90. RGB value is (229,208,144). Sum of RGB (Red+Green+Blue) = 229+208+144=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D090 is #1A2F6F. Grayscale: #CFCFCF. Windows color (decimal): -1716080 or 9490661. OLE color: 9490661.

HSL color Cylindrical-coordinate representation of color #E5D090: hue angle of 45.18º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5D090 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229208144-
CMYK00.090.370.10
HSL45.18º62.04%73.14%-
HSV(B)45.18º37.12%89.8%-
XYZ59.963.7835.54-
YUV206.9892.46143.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 144 (56.64% from 255) = 24.78%
R=39.41%
G=35.80%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920814400.090.370.1045.1862.0473.14
HexE5D0900925A2d3e49
Octal34532022001145125576111
Binary1110010111010000100100000100110010110101011011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D090; }

 p { color: rgb(229,208,144); }

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

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

 a { background-color: rgb(229,208,144); }

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

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

 span { border-color: rgb(229,208,144); }

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