#E8D594

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

Shades of Double Colonial White #E8D594

Tints of Double Colonial White #E8D594

Color information

#E8D594 (or 0xE8D594) is unknown color: approx Double Colonial White. HEX triplet: E8, D5 and 94. RGB value is (232,213,148). Sum of RGB (Red+Green+Blue) = 232+213+148=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D594 is #172A6B. Grayscale: #D3D3D3. Windows color (decimal): -1518188 or 9754088. OLE color: 9754088.

HSL color Cylindrical-coordinate representation of color #E8D594: hue angle of 46.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8D594 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232213148-
CMYK00.080.360.09
HSL46.43º64.62%74.51%-
HSV(B)46.43º36.21%90.98%-
XYZ62.4266.8837.64-
YUV211.2792.29142.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 213 (83.59% from 255) = 35.92%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=39.12%
G=35.92%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221314800.080.360.0946.4364.6274.51
HexE8D594082492e414b
Octal350325224010441156101113
Binary11101000110101011001010001000100100100110111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D594; }

 p { color: rgb(232,213,148); }

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

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

 a { background-color: rgb(232,213,148); }

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

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

 span { border-color: rgb(232,213,148); }

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