#E0DAAC

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

Shades of Mint Julep #E0DAAC

Tints of Mint Julep #E0DAAC

Color information

#E0DAAC (or 0xE0DAAC) is unknown color: approx Mint Julep. HEX triplet: E0, DA and AC. RGB value is (224,218,172). Sum of RGB (Red+Green+Blue) = 224+218+172=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DAAC is #1F2553. Grayscale: #D6D6D6. Windows color (decimal): -2041172 or 11328224. OLE color: 11328224.

HSL color Cylindrical-coordinate representation of color #E0DAAC: hue angle of 53.08º degrees, saturation: 0.46, 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 #E0DAAC is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224218172-
CMYK00.030.230.12
HSL53.08º45.61%77.65%-
HSV(B)53.08º23.21%87.84%-
XYZ63.2668.9749.01-
YUV214.55103.99134.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 172 (67.58% from 255) = 28.01%
R=36.48%
G=35.50%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421817200.030.230.1253.0845.6177.65
HexE0DAAC0317C352e4e
Octal3403322540327146556116
Binary1110000011011010101011000111011111001101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAAC; }

 p { color: rgb(224,218,172); }

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

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

 a { background-color: rgb(224,218,172); }

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

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

 span { border-color: rgb(224,218,172); }

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