#E8D694

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

Shades of Double Colonial White #E8D694

Tints of Double Colonial White #E8D694

Color information

#E8D694 (or 0xE8D694) is unknown color: approx Double Colonial White. HEX triplet: E8, D6 and 94. RGB value is (232,214,148). Sum of RGB (Red+Green+Blue) = 232+214+148=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D694 is #17296B. Grayscale: #D4D4D4. Windows color (decimal): -1517932 or 9754344. OLE color: 9754344.

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

Color convert

RGB232214148-
CMYK00.080.360.09
HSL47.14º64.62%74.51%-
HSV(B)47.14º36.21%90.98%-
XYZ62.6767.3937.72-
YUV211.8691.96142.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=39.06%
G=36.03%
B=24.92%

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
Decimal23221414800.080.360.0947.1464.6274.51
HexE8D694082492f414b
Octal350326224010441157101113
Binary11101000110101101001010001000100100100110111110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D694; }

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

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

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

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

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

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

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

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