#E5DFAE

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

Shades of Mint Julep #E5DFAE

Tints of Mint Julep #E5DFAE

Color information

#E5DFAE (or 0xE5DFAE) is unknown color: approx Mint Julep. HEX triplet: E5, DF and AE. RGB value is (229,223,174). Sum of RGB (Red+Green+Blue) = 229+223+174=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DFAE is #1A2051. Grayscale: #DBDBDB. Windows color (decimal): -1712210 or 11460581. OLE color: 11460581.

HSL color Cylindrical-coordinate representation of color #E5DFAE: hue angle of 53.45º 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 #E5DFAE is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229223174-
CMYK00.030.240.10
HSL53.45º51.4%79.02%-
HSV(B)53.45º24.02%89.8%-
XYZ66.3472.4950.54-
YUV219.21102.49134.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.58%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=36.58%
G=35.62%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922317400.030.240.1053.4551.479.02
HexE5DFAE0318A35334f
Octal3453372560330126563117
Binary1110010111011111101011100111100010101101011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFAE; }

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

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

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

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

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

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

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

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