Shades of Australian Mint #EBF0A1
Tints of Australian Mint #EBF0A1
RGB
CMYK
RGB Variations
Color information
#EBF0A1 (or 0xEBF0A1) is known color: Australian Mint. HEX triplet: EB, F0 and A1. RGB value is (235,240,161). Sum of RGB (Red+Green+Blue) = 235+240+161=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0A1 is #140F5E. Grayscale: #E5E5E5. Windows color (decimal): -1314655 or 10612971. OLE color: 10612971.
HSL color Cylindrical-coordinate representation of color #EBF0A1: hue angle of 63.8º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBF0A1 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 161 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.06 |
| HSL | 63.8º | 0.72% | 0.79% | - |
| HSV(B) | 63.8º | 0.33% | 0.94% | - |
| XYZ | 71.85 | 82.56 | 45.87 | - |
| YUV | 229.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 161 | 0.02 | 0 | 0.33 | 0.06 | 63.8 | 0.72 | 0.79 |
| Hex | EB | F0 | A1 | 2 | 0 | 21 | 6 | 40 | 48 | 4F |
| Octal | 353 | 360 | 241 | 2 | 0 | 41 | 6 | 100 | 110 | 117 |
| Binary | 11101011 | 11110000 | 10100001 | 10 | 0 | 100001 | 110 | 1000000 | 1001000 | 1001111 |
Color Harmonies of #EBF0A1
Complementary color
Monochromatic Colors of #EBF0A1
Black with #EBF0A1
Text Example
Text Example
White with #EBF0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0A1; }
p { color: rgb(235,240,161); }
H1.HeaderClassName
{
color: #EBF0A1;
}
.AnyTagClassName
{
color: #EBF0A1;
}
</style>
background-color css
<style>
a { background-color: #EBF0A1; }
a { background-color: rgb(235,240,161); }
div.DivClassName
{
background-color: #EBF0A1;
}
.BgClassName
{
background-color: #EBF0A1;
}
</style>
border-color css
<style>
span { border-color: #EBF0A1; }
span { border-color: rgb(235,240,161); }
td.TdClassName
{
border-color: #EBF0A1;
}
.TagClassName
{
border-color: #EBF0A1;
}
</style>