#E5DEAE

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

Shades of Mint Julep #E5DEAE

Tints of Mint Julep #E5DEAE

Color information

#E5DEAE (or 0xE5DEAE) is unknown color: approx Mint Julep. HEX triplet: E5, DE and AE. RGB value is (229,222,174). Sum of RGB (Red+Green+Blue) = 229+222+174=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DEAE is #1A2151. Grayscale: #DADADA. Windows color (decimal): -1712466 or 11460325. OLE color: 11460325.

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

Color convert

RGB229222174-
CMYK00.030.240.10
HSL52.36º51.4%79.02%-
HSV(B)52.36º24.02%89.8%-
XYZ66.0771.9650.45-
YUV218.62102.82135.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=36.64%
G=35.52%
B=27.84%

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
Decimal22922217400.030.240.1052.3651.479.02
HexE5DEAE0318A34334f
Octal3453362560330126463117
Binary1110010111011110101011100111100010101101001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEAE; }

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

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

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

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

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

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

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

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