Html Css Color HEX #E0EFAA Australian Mint

📋 copy color: '#E0EFAA'

red 224 ◦ green 239 ◦ blue 170

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

Shades of Australian Mint #E0EFAA

Tints of Australian Mint #E0EFAA

RGB

 RED value IS 224 (87.89% from 255) = 35.39%

 GREEN value IS 239 (93.75% from 255) = 37.76%

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

R = 35.39%
G = 37.76%
B = 26.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#E0EFAA (or 0xE0EFAA) is known color: Australian Mint. HEX triplet: E0, EF and AA. RGB value is (224,239,170). Sum of RGB (Red+Green+Blue) = 224+239+170=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFAA is #1F1055. Grayscale: #E2E2E2. Windows color (decimal): -2035798 or 11202528. OLE color: 11202528.

HSL color Cylindrical-coordinate representation of color #E0EFAA: hue angle of 73.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0EFAA is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 239 170 -
CMYK 0.06 0 0.29 0.06
HSL 73.04º 0.68% 0.8% -
HSV(B) 73.04º 0.29% 0.94% -
XYZ 68.86 80.48 49.94 -
YUV 226.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 224 239 170 0.06 0 0.29 0.06 73.04 0.68 0.8
Hex E0 EF AA 6 0 1D 6 49 44 50
Octal 340 357 252 6 0 35 6 111 104 120
Binary 11100000 11101111 10101010 110 0 11101 110 1001001 1000100 1010000

Color Harmonies of #E0EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EFAA

Black with #E0EFAA

Text Example


Text Example

White with #E0EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EFAA; }

 p { color: rgb(224,239,170); }

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

background-color css

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

 a { background-color: rgb(224,239,170); }

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

border-color css

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

 span { border-color: rgb(224,239,170); }

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