Html Css Color HEX #EEF2AA Australian Mint

📋 copy color: '#EEF2AA'

red 238 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #EEF2AA

Tints of Australian Mint #EEF2AA

RGB

 RED value IS 238 (93.36% from 255) = 36.62%

 GREEN value IS 242 (94.92% from 255) = 37.23%

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

R = 36.62%
G = 37.23%
B = 26.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EEF2AA (or 0xEEF2AA) is known color: Australian Mint. HEX triplet: EE, F2 and AA. RGB value is (238,242,170). Sum of RGB (Red+Green+Blue) = 238+242+170=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AA is #110D55. Grayscale: #E8E8E8. Windows color (decimal): -1117526 or 11203310. OLE color: 11203310.

HSL color Cylindrical-coordinate representation of color #EEF2AA: hue angle of 63.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEF2AA is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 170 -
CMYK 0.02 0 0.30 0.05
HSL 63.33º 0.73% 0.81% -
HSV(B) 63.33º 0.3% 0.95% -
XYZ 74.27 84.58 50.44 -
YUV 232.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 238 242 170 0.02 0 0.30 0.05 63.33 0.73 0.81
Hex EE F2 AA 2 0 1E 5 3F 49 51
Octal 356 362 252 2 0 36 5 77 111 121
Binary 11101110 11110010 10101010 10 0 11110 101 111111 1001001 1010001

Color Harmonies of #EEF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2AA

Black with #EEF2AA

Text Example


Text Example

White with #EEF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2AA; }

 p { color: rgb(238,242,170); }

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

background-color css

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

 a { background-color: rgb(238,242,170); }

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

border-color css

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

 span { border-color: rgb(238,242,170); }

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