Shades of Australian Mint #EAF2AD
Tints of Australian Mint #EAF2AD
RGB
CMYK
RGB Variations
Color information
#EAF2AD (or 0xEAF2AD) is known color: Australian Mint. HEX triplet: EA, F2 and AD. RGB value is (234,242,173). Sum of RGB (Red+Green+Blue) = 234+242+173=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF2AD is #150D52. Grayscale: #E8E8E8. Windows color (decimal): -1379667 or 11399914. OLE color: 11399914.
HSL color Cylindrical-coordinate representation of color #EAF2AD: hue angle of 66.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF2AD is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 173 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.05 |
| HSL | 66.96º | 0.73% | 0.81% | - |
| HSV(B) | 66.96º | 0.29% | 0.95% | - |
| XYZ | 73.23 | 84.01 | 51.89 | - |
| YUV | 231.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 173 | 0.03 | 0 | 0.29 | 0.05 | 66.96 | 0.73 | 0.81 |
| Hex | EA | F2 | AD | 3 | 0 | 1D | 5 | 43 | 49 | 51 |
| Octal | 352 | 362 | 255 | 3 | 0 | 35 | 5 | 103 | 111 | 121 |
| Binary | 11101010 | 11110010 | 10101101 | 11 | 0 | 11101 | 101 | 1000011 | 1001001 | 1010001 |
Color Harmonies of #EAF2AD
Complementary color
Monochromatic Colors of #EAF2AD
Black with #EAF2AD
Text Example
Text Example
White with #EAF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2AD; }
p { color: rgb(234,242,173); }
H1.HeaderClassName
{
color: #EAF2AD;
}
.AnyTagClassName
{
color: #EAF2AD;
}
</style>
background-color css
<style>
a { background-color: #EAF2AD; }
a { background-color: rgb(234,242,173); }
div.DivClassName
{
background-color: #EAF2AD;
}
.BgClassName
{
background-color: #EAF2AD;
}
</style>
border-color css
<style>
span { border-color: #EAF2AD; }
span { border-color: rgb(234,242,173); }
td.TdClassName
{
border-color: #EAF2AD;
}
.TagClassName
{
border-color: #EAF2AD;
}
</style>