#E0D7AA

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

Shades of Mint Julep #E0D7AA

Tints of Mint Julep #E0D7AA

Color information

#E0D7AA (or 0xE0D7AA) is unknown color: approx Mint Julep. HEX triplet: E0, D7 and AA. RGB value is (224,215,170). Sum of RGB (Red+Green+Blue) = 224+215+170=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D7AA is #1F2855. Grayscale: #D4D4D4. Windows color (decimal): -2041942 or 11196384. OLE color: 11196384.

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

Color convert

RGB224215170-
CMYK00.040.240.12
HSL50º46.55%77.25%-
HSV(B)50º24.11%87.84%-
XYZ62.367.3547.75-
YUV212.56103.98136.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=36.78%
G=35.30%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421517000.040.240.125046.5577.25
HexE0D7AA0418C322f4d
Octal3403272520430146257115
Binary11100000110101111010101001001100011001100101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D7AA; }

 p { color: rgb(224,215,170); }

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

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

 a { background-color: rgb(224,215,170); }

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

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

 span { border-color: rgb(224,215,170); }

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