#E4DAAA

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

Shades of Mint Julep #E4DAAA

Tints of Mint Julep #E4DAAA

Color information

#E4DAAA (or 0xE4DAAA) is unknown color: approx Mint Julep. HEX triplet: E4, DA and AA. RGB value is (228,218,170). Sum of RGB (Red+Green+Blue) = 228+218+170=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DAAA is #1B2555. Grayscale: #D7D7D7. Windows color (decimal): -1779030 or 11197156. OLE color: 11197156.

HSL color Cylindrical-coordinate representation of color #E4DAAA: hue angle of 49.66º 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 #E4DAAA is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228218170-
CMYK00.040.250.11
HSL49.66º51.79%78.04%-
HSV(B)49.66º25.44%89.41%-
XYZ64.3269.5448.06-
YUV215.52102.31136.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.01%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=37.01%
G=35.39%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821817000.040.250.1149.6651.7978.04
HexE4DAAA0419B32344e
Octal3443322520431136264116
Binary11100100110110101010101001001100110111100101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAAA; }

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

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

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

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

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

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

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

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