#E0DCAF

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

Shades of Mint Julep #E0DCAF

Tints of Mint Julep #E0DCAF

Color information

#E0DCAF (or 0xE0DCAF) is unknown color: approx Mint Julep. HEX triplet: E0, DC and AF. RGB value is (224,220,175). Sum of RGB (Red+Green+Blue) = 224+220+175=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DCAF is #1F2350. Grayscale: #D8D8D8. Windows color (decimal): -2040657 or 11525344. OLE color: 11525344.

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

Color convert

RGB224220175-
CMYK00.020.220.12
HSL55.1º44.14%78.24%-
HSV(B)55.1º21.88%87.84%-
XYZ64.0770.1350.72-
YUV216.07104.83133.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=36.19%
G=35.54%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422017500.020.220.1255.144.1478.24
HexE0DCAF0216C372c4e
Octal3403342570226146754116
Binary1110000011011100101011110101011011001101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCAF; }

 p { color: rgb(224,220,175); }

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

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

 a { background-color: rgb(224,220,175); }

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

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

 span { border-color: rgb(224,220,175); }

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