#E4E0AA

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

Shades of Mint Julep #E4E0AA

Tints of Mint Julep #E4E0AA

Color information

#E4E0AA (or 0xE4E0AA) is unknown color: approx Mint Julep. HEX triplet: E4, E0 and AA. RGB value is (228,224,170). Sum of RGB (Red+Green+Blue) = 228+224+170=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E0AA is #1B1F55. Grayscale: #DBDBDB. Windows color (decimal): -1777494 or 11198692. OLE color: 11198692.

HSL color Cylindrical-coordinate representation of color #E4E0AA: hue angle of 55.86º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4E0AA is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228224170-
CMYK00.020.250.11
HSL55.86º51.79%78.04%-
HSV(B)55.86º25.44%89.41%-
XYZ65.9172.7148.59-
YUV219.04100.33134.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=36.66%
G=36.01%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822417000.020.250.1155.8651.7978.04
HexE4E0AA0219B38344e
Octal3443402520231137064116
Binary1110010011100000101010100101100110111110001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E0AA; }

 p { color: rgb(228,224,170); }

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

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

 a { background-color: rgb(228,224,170); }

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

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

 span { border-color: rgb(228,224,170); }

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