#E0DDAE

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

Shades of Mint Julep #E0DDAE

Tints of Mint Julep #E0DDAE

Color information

#E0DDAE (or 0xE0DDAE) is unknown color: approx Mint Julep. HEX triplet: E0, DD and AE. RGB value is (224,221,174). Sum of RGB (Red+Green+Blue) = 224+221+174=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DDAE is #1F2251. Grayscale: #D8D8D8. Windows color (decimal): -2040402 or 11460064. OLE color: 11460064.

HSL color Cylindrical-coordinate representation of color #E0DDAE: hue angle of 56.4º degrees, saturation: 0.45, 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 #E0DDAE is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224221174-
CMYK00.010.220.12
HSL56.4º44.64%78.04%-
HSV(B)56.4º22.32%87.84%-
XYZ64.2470.6250.29-
YUV216.54103.99133.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=36.19%
G=35.70%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422117400.010.220.1256.444.6478.04
HexE0DDAE0116C382d4e
Octal3403352560126147055116
Binary111000001101110110101110011011011001110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDAE; }

 p { color: rgb(224,221,174); }

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

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

 a { background-color: rgb(224,221,174); }

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

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

 span { border-color: rgb(224,221,174); }

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