Shades of Australian Mint #EAF3B1
Tints of Australian Mint #EAF3B1
RGB
CMYK
RGB Variations
Color information
#EAF3B1 (or 0xEAF3B1) is known color: Australian Mint. HEX triplet: EA, F3 and B1. RGB value is (234,243,177). Sum of RGB (Red+Green+Blue) = 234+243+177=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 177 (69.53% from 255 or 27.06% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF3B1 is #150C4E. Grayscale: #E9E9E9. Windows color (decimal): -1379407 or 11662314. OLE color: 11662314.
HSL color Cylindrical-coordinate representation of color #EAF3B1: hue angle of 68.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAF3B1 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 177 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.05 |
| HSL | 68.18º | 0.73% | 0.82% | - |
| HSV(B) | 68.18º | 0.27% | 0.95% | - |
| XYZ | 73.92 | 84.77 | 54.06 | - |
| YUV | 232.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 177 | 0.04 | 0 | 0.27 | 0.05 | 68.18 | 0.73 | 0.82 |
| Hex | EA | F3 | B1 | 4 | 0 | 1B | 5 | 44 | 49 | 52 |
| Octal | 352 | 363 | 261 | 4 | 0 | 33 | 5 | 104 | 111 | 122 |
| Binary | 11101010 | 11110011 | 10110001 | 100 | 0 | 11011 | 101 | 1000100 | 1001001 | 1010010 |
Color Harmonies of #EAF3B1
Complementary color
Monochromatic Colors of #EAF3B1
Black with #EAF3B1
Text Example
Text Example
White with #EAF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3B1; }
p { color: rgb(234,243,177); }
H1.HeaderClassName
{
color: #EAF3B1;
}
.AnyTagClassName
{
color: #EAF3B1;
}
</style>
background-color css
<style>
a { background-color: #EAF3B1; }
a { background-color: rgb(234,243,177); }
div.DivClassName
{
background-color: #EAF3B1;
}
.BgClassName
{
background-color: #EAF3B1;
}
</style>
border-color css
<style>
span { border-color: #EAF3B1; }
span { border-color: rgb(234,243,177); }
td.TdClassName
{
border-color: #EAF3B1;
}
.TagClassName
{
border-color: #EAF3B1;
}
</style>