Html Css Color HEX #EAF4AA Australian Mint

📋 copy color: '#EAF4AA'

red 234 ◦ green 244 ◦ blue 170

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

Shades of Australian Mint #EAF4AA

Tints of Australian Mint #EAF4AA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.65%

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

R = 36.11%
G = 37.65%
B = 26.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EAF4AA (or 0xEAF4AA) is known color: Australian Mint. HEX triplet: EA, F4 and AA. RGB value is (234,244,170). Sum of RGB (Red+Green+Blue) = 234+244+170=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF4AA is #150B55. Grayscale: #E8E8E8. Windows color (decimal): -1379158 or 11203818. OLE color: 11203818.

HSL color Cylindrical-coordinate representation of color #EAF4AA: hue angle of 68.11º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF4AA is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 170 -
CMYK 0.04 0 0.30 0.04
HSL 68.11º 0.77% 0.81% -
HSV(B) 68.11º 0.3% 0.96% -
XYZ 73.54 85.1 50.58 -
YUV 232.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 234 244 170 0.04 0 0.30 0.04 68.11 0.77 0.81
Hex EA F4 AA 4 0 1E 4 44 4D 51
Octal 352 364 252 4 0 36 4 104 115 121
Binary 11101010 11110100 10101010 100 0 11110 100 1000100 1001101 1010001

Color Harmonies of #EAF4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF4AA

Black with #EAF4AA

Text Example


Text Example

White with #EAF4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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