#E0D8AD

Color #E0D8AD Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #E0D8AD

Tints of Mint Julep #E0D8AD

Color information

#E0D8AD (or 0xE0D8AD) is unknown color: approx Mint Julep. HEX triplet: E0, D8 and AD. RGB value is (224,216,173). Sum of RGB (Red+Green+Blue) = 224+216+173=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D8AD is #1F2752. Grayscale: #D5D5D5. Windows color (decimal): -2041683 or 11393248. OLE color: 11393248.

HSL color Cylindrical-coordinate representation of color #E0D8AD: hue angle of 50.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0D8AD is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224216173-
CMYK00.040.230.12
HSL50.59º45.13%77.84%-
HSV(B)50.59º22.77%87.84%-
XYZ62.8467.9849.34-
YUV213.49105.15135.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=36.54%
G=35.24%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421617300.040.230.1250.5945.1377.84
HexE0D8AD0417C332d4e
Octal3403302550427146355116
Binary11100000110110001010110101001011111001100111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8AD; }

 p { color: rgb(224,216,173); }

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

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

 a { background-color: rgb(224,216,173); }

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

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

 span { border-color: rgb(224,216,173); }

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