#E8DDA1

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

Shades of Mint Julep #E8DDA1

Tints of Mint Julep #E8DDA1

Color information

#E8DDA1 (or 0xE8DDA1) is unknown color: approx Mint Julep. HEX triplet: E8, DD and A1. RGB value is (232,221,161). Sum of RGB (Red+Green+Blue) = 232+221+161=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DDA1 is #17225E. Grayscale: #D9D9D9. Windows color (decimal): -1516127 or 10608104. OLE color: 10608104.

HSL color Cylindrical-coordinate representation of color #E8DDA1: hue angle of 50.7º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8DDA1 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232221161-
CMYK00.050.310.09
HSL50.7º60.68%77.06%-
HSV(B)50.7º30.6%90.98%-
XYZ65.5771.4444.05-
YUV217.4596.14138.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=37.79%
G=35.99%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222116100.050.310.0950.760.6877.06
HexE8DDA1051F9333d4d
Octal3503352410537116375115
Binary11101000110111011010000101011111110011100111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDA1; }

 p { color: rgb(232,221,161); }

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

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

 a { background-color: rgb(232,221,161); }

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

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

 span { border-color: rgb(232,221,161); }

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