Shades of Australian Mint #EBFBAA
Tints of Australian Mint #EBFBAA
RGB
CMYK
RGB Variations
Color information
#EBFBAA (or 0xEBFBAA) is known color: Australian Mint. HEX triplet: EB, FB and AA. RGB value is (235,251,170). Sum of RGB (Red+Green+Blue) = 235+251+170=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBAA is #140455. Grayscale: #EDEDED. Windows color (decimal): -1311830 or 11205611. OLE color: 11205611.
HSL color Cylindrical-coordinate representation of color #EBFBAA: hue angle of 71.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBFBAA is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 251 | 170 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.02 |
| HSL | 71.85º | 0.91% | 0.83% | - |
| HSV(B) | 71.85º | 0.32% | 0.98% | - |
| XYZ | 76.01 | 89.56 | 51.31 | - |
| YUV | 236.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 251 | 170 | 0.06 | 0 | 0.32 | 0.02 | 71.85 | 0.91 | 0.83 |
| Hex | EB | FB | AA | 6 | 0 | 20 | 2 | 48 | 5B | 53 |
| Octal | 353 | 373 | 252 | 6 | 0 | 40 | 2 | 110 | 133 | 123 |
| Binary | 11101011 | 11111011 | 10101010 | 110 | 0 | 100000 | 10 | 1001000 | 1011011 | 1010011 |
Color Harmonies of #EBFBAA
Complementary color
Monochromatic Colors of #EBFBAA
Black with #EBFBAA
Text Example
Text Example
White with #EBFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBAA; }
p { color: rgb(235,251,170); }
H1.HeaderClassName
{
color: #EBFBAA;
}
.AnyTagClassName
{
color: #EBFBAA;
}
</style>
background-color css
<style>
a { background-color: #EBFBAA; }
a { background-color: rgb(235,251,170); }
div.DivClassName
{
background-color: #EBFBAA;
}
.BgClassName
{
background-color: #EBFBAA;
}
</style>
border-color css
<style>
span { border-color: #EBFBAA; }
span { border-color: rgb(235,251,170); }
td.TdClassName
{
border-color: #EBFBAA;
}
.TagClassName
{
border-color: #EBFBAA;
}
</style>