#E6DCA5

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

Shades of Mint Julep #E6DCA5

Tints of Mint Julep #E6DCA5

Color information

#E6DCA5 (or 0xE6DCA5) is unknown color: approx Mint Julep. HEX triplet: E6, DC and A5. RGB value is (230,220,165). Sum of RGB (Red+Green+Blue) = 230+220+165=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DCA5 is #19235A. Grayscale: #D8D8D8. Windows color (decimal): -1647451 or 10869990. OLE color: 10869990.

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

Color convert

RGB230220165-
CMYK00.040.280.10
HSL50.77º56.52%77.45%-
HSV(B)50.77º28.26%90.2%-
XYZ65.0270.7345.82-
YUV216.7298.81137.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.40%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 165 (64.84% from 255) = 26.83%
R=37.40%
G=35.77%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022016500.040.280.1050.7756.5277.45
HexE6DCA5041CA33394d
Octal3463342450434126371115
Binary11100110110111001010010101001110010101100111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCA5; }

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

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

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

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

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

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

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

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