#E6DCA2

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

Shades of Mint Julep #E6DCA2

Tints of Mint Julep #E6DCA2

Color information

#E6DCA2 (or 0xE6DCA2) is unknown color: approx Mint Julep. HEX triplet: E6, DC and A2. RGB value is (230,220,162). Sum of RGB (Red+Green+Blue) = 230+220+162=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DCA2 is #19235D. Grayscale: #D8D8D8. Windows color (decimal): -1647454 or 10673382. OLE color: 10673382.

HSL color Cylindrical-coordinate representation of color #E6DCA2: hue angle of 51.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6DCA2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230220162-
CMYK00.040.300.10
HSL51.18º57.63%76.86%-
HSV(B)51.18º29.57%90.2%-
XYZ64.7570.6244.4-
YUV216.3897.31137.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 162 (63.67% from 255) = 26.47%
R=37.58%
G=35.95%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022016200.040.300.1051.1857.6376.86
HexE6DCA2041EA333a4d
Octal3463342420436126372115
Binary11100110110111001010001001001111010101100111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCA2; }

 p { color: rgb(230,220,162); }

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

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

 a { background-color: rgb(230,220,162); }

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

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

 span { border-color: rgb(230,220,162); }

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