#E6DCAA

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

Shades of Mint Julep #E6DCAA

Tints of Mint Julep #E6DCAA

Color information

#E6DCAA (or 0xE6DCAA) is unknown color: approx Mint Julep. HEX triplet: E6, DC and AA. RGB value is (230,220,170). Sum of RGB (Red+Green+Blue) = 230+220+170=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DCAA is #192355. Grayscale: #D9D9D9. Windows color (decimal): -1647446 or 11197670. OLE color: 11197670.

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

Color convert

RGB230220170-
CMYK00.040.260.10
HSL50º54.55%78.43%-
HSV(B)50º26.09%90.2%-
XYZ65.4870.9148.27-
YUV217.29101.31137.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=37.10%
G=35.48%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022017000.040.260.105054.5578.43
HexE6DCAA041AA32374e
Octal3463342520432126267116
Binary11100110110111001010101001001101010101100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCAA; }

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

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

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

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

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

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

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

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