#E3DDA0

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

Shades of Mint Julep #E3DDA0

Tints of Mint Julep #E3DDA0

Color information

#E3DDA0 (or 0xE3DDA0) is unknown color: approx Mint Julep. HEX triplet: E3, DD and A0. RGB value is (227,221,160). Sum of RGB (Red+Green+Blue) = 227+221+160=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DDA0 is #1C225F. Grayscale: #D8D8D8. Windows color (decimal): -1843808 or 10542563. OLE color: 10542563.

HSL color Cylindrical-coordinate representation of color #E3DDA0: hue angle of 54.63º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3DDA0 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB227221160-
CMYK00.030.300.11
HSL54.63º54.47%75.88%-
HSV(B)54.63º29.52%89.02%-
XYZ63.8870.5843.51-
YUV215.8496.49135.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 160 (62.89% from 255) = 26.32%
R=37.34%
G=36.35%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722116000.030.300.1154.6354.4775.88
HexE3DDA0031EB37364c
Octal3433352400336136766114
Binary1110001111011101101000000111111010111101111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDA0; }

 p { color: rgb(227,221,160); }

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

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

 a { background-color: rgb(227,221,160); }

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

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

 span { border-color: rgb(227,221,160); }

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