#E5E0AE

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

Shades of Mint Julep #E5E0AE

Tints of Mint Julep #E5E0AE

Color information

#E5E0AE (or 0xE5E0AE) is unknown color: approx Mint Julep. HEX triplet: E5, E0 and AE. RGB value is (229,224,174). Sum of RGB (Red+Green+Blue) = 229+224+174=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E0AE is #1A1F51. Grayscale: #DCDCDC. Windows color (decimal): -1711954 or 11460837. OLE color: 11460837.

HSL color Cylindrical-coordinate representation of color #E5E0AE: hue angle of 54.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5E0AE is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229224174-
CMYK00.020.240.10
HSL54.55º51.4%79.02%-
HSV(B)54.55º24.02%89.8%-
XYZ66.6173.0350.63-
YUV219.8102.16134.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=36.52%
G=35.73%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922417400.020.240.1054.5551.479.02
HexE5E0AE0218A37334f
Octal3453402560230126763117
Binary1110010111100000101011100101100010101101111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E0AE; }

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

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

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

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

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

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

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

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