Html Css Color HEX #E1DBAF Mint Julep

📋 copy color: '#E1DBAF'

red 225 ◦ green 219 ◦ blue 175

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

Shades of Mint Julep #E1DBAF

Tints of Mint Julep #E1DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.38%

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

R = 36.35%
G = 35.38%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1DBAF (or 0xE1DBAF) is known color: Mint Julep. HEX triplet: E1, DB and AF. RGB value is (225,219,175). Sum of RGB (Red+Green+Blue) = 225+219+175=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DBAF is #1E2450. Grayscale: #D7D7D7. Windows color (decimal): -1975377 or 11525089. OLE color: 11525089.

HSL color Cylindrical-coordinate representation of color #E1DBAF: hue angle of 52.8º 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 #E1DBAF is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 175 -
CMYK 0 0.03 0.22 0.12
HSL 52.8º 0.45% 0.78% -
HSV(B) 52.8º 0.22% 0.88% -
XYZ 64.12 69.77 50.64 -
YUV 215.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 225 219 175 0 0.03 0.22 0.12 52.8 0.45 0.78
Hex E1 DB AF 0 3 16 C 35 2D 4E
Octal 341 333 257 0 3 26 14 65 55 116
Binary 11100001 11011011 10101111 0 11 10110 1100 110101 101101 1001110

Color Harmonies of #E1DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBAF

Black with #E1DBAF

Text Example


Text Example

White with #E1DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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