#e0da9e

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

Shades of Mint Julep #E0DA9E

Tints of Mint Julep #E0DA9E

Color information

#E0DA9E (or 0xE0DA9E) is unknown color: approx Mint Julep. HEX triplet: E0, DA and 9E. RGB value is (224,218,158). Sum of RGB (Red+Green+Blue) = 224+218+158=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DA9E is #1F2561. Grayscale: #D5D5D5. Windows color (decimal): -2041186 or 10410720. OLE color: 10410720.

HSL color Cylindrical-coordinate representation of color #E0DA9E: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0DA9E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224218158-
CMYK00.030.290.12
HSL54.55º51.56%74.9%-
HSV(B)54.55º29.46%87.84%-
XYZ61.9868.4642.29-
YUV212.9596.99135.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 158 (62.11% from 255) = 26.33%
R=37.33%
G=36.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421815800.030.290.1254.5551.5674.9
HexE0DA9E031DC37344b
Octal3403322360335146764113
Binary1110000011011010100111100111110111001101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0da9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0da9e; }

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

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

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

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

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

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

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

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