#E0D28F

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

Shades of Double Colonial White #E0D28F

Tints of Double Colonial White #E0D28F

Color information

#E0D28F (or 0xE0D28F) is unknown color: approx Double Colonial White. HEX triplet: E0, D2 and 8F. RGB value is (224,210,143). Sum of RGB (Red+Green+Blue) = 224+210+143=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D28F is #1F2D70. Grayscale: #CECECE. Windows color (decimal): -2043249 or 9425632. OLE color: 9425632.

HSL color Cylindrical-coordinate representation of color #E0D28F: hue angle of 49.63º 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 #E0D28F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224210143-
CMYK00.060.360.12
HSL49.63º56.64%71.96%-
HSV(B)49.63º36.16%87.84%-
XYZ58.7463.9235.23-
YUV206.5592.14140.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 143 (56.25% from 255) = 24.78%
R=38.82%
G=36.40%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421014300.060.360.1249.6356.6471.96
HexE0D28F0624C323948
Octal3403222170644146271110
Binary111000001101001010001111011010010011001100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D28F; }

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

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

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

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

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

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

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

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