#E0D399

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

Shades of Double Colonial White #E0D399

Tints of Double Colonial White #E0D399

Color information

#E0D399 (or 0xE0D399) is unknown color: approx Double Colonial White. HEX triplet: E0, D3 and 99. RGB value is (224,211,153). Sum of RGB (Red+Green+Blue) = 224+211+153=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D399 is #1F2C66. Grayscale: #D0D0D0. Windows color (decimal): -2042983 or 10081248. OLE color: 10081248.

HSL color Cylindrical-coordinate representation of color #E0D399: hue angle of 49.01º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0D399 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224211153-
CMYK00.060.320.12
HSL49.01º53.38%73.92%-
HSV(B)49.01º31.7%87.84%-
XYZ59.7864.7439.48-
YUV208.2896.81139.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 153 (60.16% from 255) = 26.02%
R=38.10%
G=35.88%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421115300.060.320.1249.0153.3873.92
HexE0D3990620C31354a
Octal3403232310640146165112
Binary111000001101001110011001011010000011001100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D399; }

 p { color: rgb(224,211,153); }

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

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

 a { background-color: rgb(224,211,153); }

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

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

 span { border-color: rgb(224,211,153); }

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