#E7D58E

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

Shades of Double Colonial White #E7D58E

Tints of Double Colonial White #E7D58E

Color information

#E7D58E (or 0xE7D58E) is unknown color: approx Double Colonial White. HEX triplet: E7, D5 and 8E. RGB value is (231,213,142). Sum of RGB (Red+Green+Blue) = 231+213+142=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D58E is #182A71. Grayscale: #D2D2D2. Windows color (decimal): -1583730 or 9360871. OLE color: 9360871.

HSL color Cylindrical-coordinate representation of color #E7D58E: hue angle of 47.87º degrees, saturation: 0.65, 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 #E7D58E is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231213142-
CMYK00.080.390.09
HSL47.87º64.96%73.14%-
HSV(B)47.87º38.53%90.59%-
XYZ61.6366.5335.18-
YUV210.2989.46142.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.42%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=39.42%
G=36.35%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121314200.080.390.0947.8764.9673.14
HexE7D58E08279304149
Octal347325216010471160101111
Binary11100111110101011000111001000100111100111000010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D58E; }

 p { color: rgb(231,213,142); }

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

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

 a { background-color: rgb(231,213,142); }

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

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

 span { border-color: rgb(231,213,142); }

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