#E0DBAE

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

Shades of Mint Julep #E0DBAE

Tints of Mint Julep #E0DBAE

Color information

#E0DBAE (or 0xE0DBAE) is unknown color: approx Mint Julep. HEX triplet: E0, DB and AE. RGB value is (224,219,174). Sum of RGB (Red+Green+Blue) = 224+219+174=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DBAE is #1F2451. Grayscale: #D7D7D7. Windows color (decimal): -2040914 or 11459552. OLE color: 11459552.

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

Color convert

RGB224219174-
CMYK00.020.220.12
HSL54º44.64%78.04%-
HSV(B)54º22.32%87.84%-
XYZ63.7169.5750.11-
YUV215.36104.66134.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=36.30%
G=35.49%
B=28.20%

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
Decimal22421917400.020.220.125444.6478.04
HexE0DBAE0216C362d4e
Octal3403332560226146655116
Binary1110000011011011101011100101011011001101101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBAE; }

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

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

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

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

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

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

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

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