Html Css Color HEX #E1D9AF Mint Julep

📋 copy color: '#E1D9AF'

red 225 ◦ green 217 ◦ blue 175

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

Shades of Mint Julep #E1D9AF

Tints of Mint Julep #E1D9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.36%

R = 36.47%
G = 35.17%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1D9AF (or 0xE1D9AF) is known color: Mint Julep. HEX triplet: E1, D9 and AF. RGB value is (225,217,175). Sum of RGB (Red+Green+Blue) = 225+217+175=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D9AF is #1E2650. Grayscale: #D6D6D6. Windows color (decimal): -1975889 or 11524577. OLE color: 11524577.

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

Color convert

RGB 225 217 175 -
CMYK 0 0.04 0.22 0.12
HSL 50.4º 0.45% 0.78% -
HSV(B) 50.4º 0.22% 0.88% -
XYZ 63.6 68.73 50.47 -
YUV 214.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 225 217 175 0 0.04 0.22 0.12 50.4 0.45 0.78
Hex E1 D9 AF 0 4 16 C 32 2D 4E
Octal 341 331 257 0 4 26 14 62 55 116
Binary 11100001 11011001 10101111 0 100 10110 1100 110010 101101 1001110

Color Harmonies of #E1D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9AF

Black with #E1D9AF

Text Example


Text Example

White with #E1D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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