Html Css Color HEX #E6DCAA Mint Julep

📋 copy color: '#E6DCAA'

red 230 ◦ green 220 ◦ blue 170

#E6DCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #E6DCAA

Tints of Mint Julep #E6DCAA

RGB

 RED value IS 230 (90.23% from 255) = 37.1%

 GREEN value IS 220 (86.33% from 255) = 35.48%

 BLUE value IS 170 (66.8% from 255) = 27.42%

R = 37.1%
G = 35.48%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6DCAA (or 0xE6DCAA) is known color: 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

RGB 230 220 170 -
CMYK 0 0.04 0.26 0.10
HSL 50º 0.55% 0.78% -
HSV(B) 50º 0.26% 0.9% -
XYZ 65.48 70.91 48.27 -
YUV 217.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 230 220 170 0 0.04 0.26 0.10 50 0.55 0.78
Hex E6 DC AA 0 4 1A A 32 37 4E
Octal 346 334 252 0 4 32 12 62 67 116
Binary 11100110 11011100 10101010 0 100 11010 1010 110010 110111 1001110

Color Harmonies of #E6DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCAA

Black with #E6DCAA

Text Example


Text Example

White with #E6DCAA

Text Example


Text Example

HTML Codes & Css Web 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>