#e8d38c

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

Shades of Double Colonial White #E8D38C

Tints of Double Colonial White #E8D38C

Color information

#E8D38C (or 0xE8D38C) is unknown color: approx Double Colonial White. HEX triplet: E8, D3 and 8C. RGB value is (232,211,140). Sum of RGB (Red+Green+Blue) = 232+211+140=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D38C is #172C73. Grayscale: #D1D1D1. Windows color (decimal): -1518708 or 9229288. OLE color: 9229288.

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

Color convert

RGB232211140-
CMYK00.090.400.09
HSL46.3º66.67%72.94%-
HSV(B)46.3º39.66%90.98%-
XYZ61.3165.6434.25-
YUV209.1888.96144.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.79%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 140 (55.08% from 255) = 24.01%
R=39.79%
G=36.19%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221114000.090.400.0946.366.6772.94
HexE8D38C092892e4349
Octal350323214011501156103111
Binary11101000110100111000110001001101000100110111010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8d38c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8d38c; }

 p { color: rgb(232,211,140); }

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

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

 a { background-color: rgb(232,211,140); }

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

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

 span { border-color: rgb(232,211,140); }

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