#E0D08F

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

Shades of Double Colonial White #E0D08F

Tints of Double Colonial White #E0D08F

Color information

#E0D08F (or 0xE0D08F) is unknown color: approx Double Colonial White. HEX triplet: E0, D0 and 8F. RGB value is (224,208,143). Sum of RGB (Red+Green+Blue) = 224+208+143=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D08F is #1F2F70. Grayscale: #CDCDCD. Windows color (decimal): -2043761 or 9425120. OLE color: 9425120.

HSL color Cylindrical-coordinate representation of color #E0D08F: hue angle of 48.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0D08F is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224208143-
CMYK00.070.360.12
HSL48.15º56.64%71.96%-
HSV(B)48.15º36.16%87.84%-
XYZ58.2562.9435.07-
YUV205.3792.8141.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=38.96%
G=36.17%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420814300.070.360.1248.1556.6471.96
HexE0D08F0724C303948
Octal3403202170744146071110
Binary111000001101000010001111011110010011001100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D08F; }

 p { color: rgb(224,208,143); }

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

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

 a { background-color: rgb(224,208,143); }

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

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

 span { border-color: rgb(224,208,143); }

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