Html Css Color HEX #E1DCA0 Mint Julep

📋 copy color: '#E1DCA0'

red 225 ◦ green 220 ◦ blue 160

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

Shades of Mint Julep #E1DCA0

Tints of Mint Julep #E1DCA0

RGB

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

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

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

R = 37.19%
G = 36.36%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1DCA0 (or 0xE1DCA0) is known color: Mint Julep. HEX triplet: E1, DC and A0. RGB value is (225,220,160). Sum of RGB (Red+Green+Blue) = 225+220+160=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DCA0 is #1E235F. Grayscale: #D6D6D6. Windows color (decimal): -1975136 or 10542305. OLE color: 10542305.

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

Color convert

RGB 225 220 160 -
CMYK 0 0.02 0.29 0.12
HSL 55.38º 0.52% 0.75% -
HSV(B) 55.38º 0.29% 0.88% -
XYZ 62.99 69.73 43.4 -
YUV 214.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 225 220 160 0 0.02 0.29 0.12 55.38 0.52 0.75
Hex E1 DC A0 0 2 1D C 37 34 4B
Octal 341 334 240 0 2 35 14 67 64 113
Binary 11100001 11011100 10100000 0 10 11101 1100 110111 110100 1001011

Color Harmonies of #E1DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCA0

Black with #E1DCA0

Text Example


Text Example

White with #E1DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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