Html Css Color HEX #E2E0A5 Mint Julep

📋 copy color: '#E2E0A5'

red 226 ◦ green 224 ◦ blue 165

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

Shades of Mint Julep #E2E0A5

Tints of Mint Julep #E2E0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.42%

 BLUE value IS 165 (64.84% from 255) = 26.83%

R = 36.75%
G = 36.42%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E2E0A5 (or 0xE2E0A5) is known color: Mint Julep. HEX triplet: E2, E0 and A5. RGB value is (226,224,165). Sum of RGB (Red+Green+Blue) = 226+224+165=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E0A5 is #1D1F5A. Grayscale: #DADADA. Windows color (decimal): -1908571 or 10871010. OLE color: 10871010.

HSL color Cylindrical-coordinate representation of color #E2E0A5: hue angle of 58.03º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2E0A5 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 165 -
CMYK 0 0.01 0.27 0.11
HSL 58.03º 0.51% 0.77% -
HSV(B) 58.03º 0.27% 0.89% -
XYZ 64.81 72.2 46.12 -
YUV 217.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 226 224 165 0 0.01 0.27 0.11 58.03 0.51 0.77
Hex E2 E0 A5 0 1 1B B 3A 33 4D
Octal 342 340 245 0 1 33 13 72 63 115
Binary 11100010 11100000 10100101 0 1 11011 1011 111010 110011 1001101

Color Harmonies of #E2E0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E0A5

Black with #E2E0A5

Text Example


Text Example

White with #E2E0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E0A5; }

 p { color: rgb(226,224,165); }

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

background-color css

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

 a { background-color: rgb(226,224,165); }

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

border-color css

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

 span { border-color: rgb(226,224,165); }

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