Html Css Color HEX #E2DAAA Mint Julep

📋 copy color: '#E2DAAA'

red 226 ◦ green 218 ◦ blue 170

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

Shades of Mint Julep #E2DAAA

Tints of Mint Julep #E2DAAA

RGB

 RED value IS 226 (88.67% from 255) = 36.81%

 GREEN value IS 218 (85.55% from 255) = 35.5%

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

R = 36.81%
G = 35.5%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2DAAA (or 0xE2DAAA) is known color: Mint Julep. HEX triplet: E2, DA and AA. RGB value is (226,218,170). Sum of RGB (Red+Green+Blue) = 226+218+170=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DAAA is #1D2555. Grayscale: #D7D7D7. Windows color (decimal): -1910102 or 11197154. OLE color: 11197154.

HSL color Cylindrical-coordinate representation of color #E2DAAA: hue angle of 51.43º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2DAAA is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 170 -
CMYK 0 0.04 0.25 0.11
HSL 51.43º 0.49% 0.78% -
HSV(B) 51.43º 0.25% 0.89% -
XYZ 63.69 69.21 48.03 -
YUV 214.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 226 218 170 0 0.04 0.25 0.11 51.43 0.49 0.78
Hex E2 DA AA 0 4 19 B 33 31 4E
Octal 342 332 252 0 4 31 13 63 61 116
Binary 11100010 11011010 10101010 0 100 11001 1011 110011 110001 1001110

Color Harmonies of #E2DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DAAA

Black with #E2DAAA

Text Example


Text Example

White with #E2DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DAAA; }

 p { color: rgb(226,218,170); }

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

background-color css

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

 a { background-color: rgb(226,218,170); }

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

border-color css

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

 span { border-color: rgb(226,218,170); }

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