#E7D28E

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

Shades of Double Colonial White #E7D28E

Tints of Double Colonial White #E7D28E

Color information

#E7D28E (or 0xE7D28E) is unknown color: approx Double Colonial White. HEX triplet: E7, D2 and 8E. RGB value is (231,210,142). Sum of RGB (Red+Green+Blue) = 231+210+142=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D28E is #182D71. Grayscale: #D0D0D0. Windows color (decimal): -1584498 or 9360103. OLE color: 9360103.

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

Color convert

RGB231210142-
CMYK00.090.390.09
HSL45.84º64.96%73.14%-
HSV(B)45.84º38.53%90.59%-
XYZ60.8865.0434.94-
YUV208.5390.46144.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=39.62%
G=36.02%
B=24.36%

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
Decimal23121014200.090.390.0945.8464.9673.14
HexE7D28E092792e4149
Octal347322216011471156101111
Binary11100111110100101000111001001100111100110111010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D28E; }

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

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

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

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

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

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

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

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