Shades of Australian Mint #EAF3A0
Tints of Australian Mint #EAF3A0
RGB
CMYK
RGB Variations
Color information
#EAF3A0 (or 0xEAF3A0) is known color: Australian Mint. HEX triplet: EA, F3 and A0. RGB value is (234,243,160). Sum of RGB (Red+Green+Blue) = 234+243+160=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF3A0 is #150C5F. Grayscale: #E7E7E7. Windows color (decimal): -1379424 or 10548202. OLE color: 10548202.
HSL color Cylindrical-coordinate representation of color #EAF3A0: hue angle of 66.51º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAF3A0 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 160 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.05 |
| HSL | 66.51º | 0.78% | 0.79% | - |
| HSV(B) | 66.51º | 0.34% | 0.95% | - |
| XYZ | 72.33 | 84.13 | 45.68 | - |
| YUV | 230.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 160 | 0.04 | 0 | 0.34 | 0.05 | 66.51 | 0.78 | 0.79 |
| Hex | EA | F3 | A0 | 4 | 0 | 22 | 5 | 43 | 4E | 4F |
| Octal | 352 | 363 | 240 | 4 | 0 | 42 | 5 | 103 | 116 | 117 |
| Binary | 11101010 | 11110011 | 10100000 | 100 | 0 | 100010 | 101 | 1000011 | 1001110 | 1001111 |
Color Harmonies of #EAF3A0
Complementary color
Monochromatic Colors of #EAF3A0
Black with #EAF3A0
Text Example
Text Example
White with #EAF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3A0; }
p { color: rgb(234,243,160); }
H1.HeaderClassName
{
color: #EAF3A0;
}
.AnyTagClassName
{
color: #EAF3A0;
}
</style>
background-color css
<style>
a { background-color: #EAF3A0; }
a { background-color: rgb(234,243,160); }
div.DivClassName
{
background-color: #EAF3A0;
}
.BgClassName
{
background-color: #EAF3A0;
}
</style>
border-color css
<style>
span { border-color: #EAF3A0; }
span { border-color: rgb(234,243,160); }
td.TdClassName
{
border-color: #EAF3A0;
}
.TagClassName
{
border-color: #EAF3A0;
}
</style>