Shades of Australian Mint #EAF3A1
Tints of Australian Mint #EAF3A1
RGB
CMYK
RGB Variations
Color information
#EAF3A1 (or 0xEAF3A1) is known color: Australian Mint. HEX triplet: EA, F3 and A1. RGB value is (234,243,161). Sum of RGB (Red+Green+Blue) = 234+243+161=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF3A1 is #150C5E. Grayscale: #E7E7E7. Windows color (decimal): -1379423 or 10613738. OLE color: 10613738.
HSL color Cylindrical-coordinate representation of color #EAF3A1: hue angle of 66.59º degrees, saturation: 0.77, 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 #EAF3A1 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 243 | 161 | - |
CMYK | 0.04 | 0 | 0.34 | 0.05 |
HSL | 66.59º | 0.77% | 0.79% | - |
HSV(B) | 66.59º | 0.34% | 0.95% | - |
XYZ | 72.42 | 84.17 | 46.15 | - |
YUV | 230.96 | 88.52 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 243 | 161 | 0.04 | 0 | 0.34 | 0.05 | 66.59 | 0.77 | 0.79 |
Hex | EA | F3 | A1 | 4 | 0 | 22 | 5 | 43 | 4D | 4F |
Octal | 352 | 363 | 241 | 4 | 0 | 42 | 5 | 103 | 115 | 117 |
Binary | 11101010 | 11110011 | 10100001 | 100 | 0 | 100010 | 101 | 1000011 | 1001101 | 1001111 |
Color Harmonies of #EAF3A1
Complementary color
Monochromatic Colors of #EAF3A1
Black with #EAF3A1
Text Example
Text Example
White with #EAF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3A1; }
p { color: rgb(234,243,161); }
H1.HeaderClassName
{
color: #EAF3A1;
}
.AnyTagClassName
{
color: #EAF3A1;
}
</style>
background-color css
<style>
a { background-color: #EAF3A1; }
a { background-color: rgb(234,243,161); }
div.DivClassName
{
background-color: #EAF3A1;
}
.BgClassName
{
background-color: #EAF3A1;
}
</style>
border-color css
<style>
span { border-color: #EAF3A1; }
span { border-color: rgb(234,243,161); }
td.TdClassName
{
border-color: #EAF3A1;
}
.TagClassName
{
border-color: #EAF3A1;
}
</style>