Html Css Color HEX #E1D9A0 Mint Julep

📋 copy color: '#E1D9A0'

red 225 ◦ green 217 ◦ blue 160

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

Shades of Mint Julep #E1D9A0

Tints of Mint Julep #E1D9A0

RGB

 RED value IS 225 (88.28% from 255) = 37.38%

 GREEN value IS 217 (85.16% from 255) = 36.05%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 37.38%
G = 36.05%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1D9A0 (or 0xE1D9A0) is known color: Mint Julep. HEX triplet: E1, D9 and A0. RGB value is (225,217,160). Sum of RGB (Red+Green+Blue) = 225+217+160=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D9A0 is #1E265F. Grayscale: #D5D5D5. Windows color (decimal): -1975904 or 10541537. OLE color: 10541537.

HSL color Cylindrical-coordinate representation of color #E1D9A0: hue angle of 52.62º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1D9A0 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 160 -
CMYK 0 0.04 0.29 0.12
HSL 52.62º 0.52% 0.75% -
HSV(B) 52.62º 0.29% 0.88% -
XYZ 62.21 68.17 43.14 -
YUV 212.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 225 217 160 0 0.04 0.29 0.12 52.62 0.52 0.75
Hex E1 D9 A0 0 4 1D C 35 34 4B
Octal 341 331 240 0 4 35 14 65 64 113
Binary 11100001 11011001 10100000 0 100 11101 1100 110101 110100 1001011

Color Harmonies of #E1D9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9A0

Black with #E1D9A0

Text Example


Text Example

White with #E1D9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9A0; }

 p { color: rgb(225,217,160); }

 H1.HeaderClassName
 {
   color: #E1D9A0;
 }
 .AnyTagClassName
 {
   color: #E1D9A0;
 }
</style>

background-color css

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

 a { background-color: rgb(225,217,160); }

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

border-color css

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

 span { border-color: rgb(225,217,160); }

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