#E8D48E

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

Shades of Double Colonial White #E8D48E

Tints of Double Colonial White #E8D48E

Color information

#E8D48E (or 0xE8D48E) is unknown color: approx Double Colonial White. HEX triplet: E8, D4 and 8E. RGB value is (232,212,142). Sum of RGB (Red+Green+Blue) = 232+212+142=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D48E is #172B71. Grayscale: #D2D2D2. Windows color (decimal): -1518450 or 9360616. OLE color: 9360616.

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

Color convert

RGB232212142-
CMYK00.090.390.09
HSL46.67º66.18%73.33%-
HSV(B)46.67º38.79%90.98%-
XYZ61.766.235.12-
YUV21089.63143.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.59%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=39.59%
G=36.18%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221214200.090.390.0946.6766.1873.33
HexE8D48E092792f4249
Octal350324216011471157102111
Binary11101000110101001000111001001100111100110111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D48E; }

 p { color: rgb(232,212,142); }

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

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

 a { background-color: rgb(232,212,142); }

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

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

 span { border-color: rgb(232,212,142); }

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