Html Css Color HEX #EAF0AA Australian Mint

📋 copy color: '#EAF0AA'

red 234 ◦ green 240 ◦ blue 170

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

Shades of Australian Mint #EAF0AA

Tints of Australian Mint #EAF0AA

RGB

 RED value IS 234 (91.8% from 255) = 36.34%

 GREEN value IS 240 (94.14% from 255) = 37.27%

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

R = 36.34%
G = 37.27%
B = 26.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EAF0AA (or 0xEAF0AA) is known color: Australian Mint. HEX triplet: EA, F0 and AA. RGB value is (234,240,170). Sum of RGB (Red+Green+Blue) = 234+240+170=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0AA is #150F55. Grayscale: #E6E6E6. Windows color (decimal): -1380182 or 11202794. OLE color: 11202794.

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

Color convert

RGB 234 240 170 -
CMYK 0.02 0 0.29 0.06
HSL 65.14º 0.7% 0.8% -
HSV(B) 65.14º 0.29% 0.94% -
XYZ 72.35 82.71 50.18 -
YUV 230.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 234 240 170 0.02 0 0.29 0.06 65.14 0.7 0.8
Hex EA F0 AA 2 0 1D 6 41 46 50
Octal 352 360 252 2 0 35 6 101 106 120
Binary 11101010 11110000 10101010 10 0 11101 110 1000001 1000110 1010000

Color Harmonies of #EAF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0AA

Black with #EAF0AA

Text Example


Text Example

White with #EAF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0AA; }

 p { color: rgb(234,240,170); }

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

background-color css

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

 a { background-color: rgb(234,240,170); }

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

border-color css

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

 span { border-color: rgb(234,240,170); }

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