Shades of Australian Mint #EBF7A4
Tints of Australian Mint #EBF7A4
RGB
CMYK
RGB Variations
Color information
#EBF7A4 (or 0xEBF7A4) is known color: Australian Mint. HEX triplet: EB, F7 and A4. RGB value is (235,247,164). Sum of RGB (Red+Green+Blue) = 235+247+164=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 164 (64.45% from 255 or 25.39% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF7A4 is #14085B. Grayscale: #EAEAEA. Windows color (decimal): -1312860 or 10811371. OLE color: 10811371.
HSL color Cylindrical-coordinate representation of color #EBF7A4: hue angle of 68.67º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBF7A4 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 247 | 164 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.03 |
| HSL | 68.67º | 0.84% | 0.81% | - |
| HSV(B) | 68.67º | 0.34% | 0.97% | - |
| XYZ | 74.22 | 86.86 | 47.98 | - |
| YUV | 233.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 247 | 164 | 0.05 | 0 | 0.34 | 0.03 | 68.67 | 0.84 | 0.81 |
| Hex | EB | F7 | A4 | 5 | 0 | 22 | 3 | 45 | 54 | 51 |
| Octal | 353 | 367 | 244 | 5 | 0 | 42 | 3 | 105 | 124 | 121 |
| Binary | 11101011 | 11110111 | 10100100 | 101 | 0 | 100010 | 11 | 1000101 | 1010100 | 1010001 |
Color Harmonies of #EBF7A4
Complementary color
Monochromatic Colors of #EBF7A4
Black with #EBF7A4
Text Example
Text Example
White with #EBF7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF7A4; }
p { color: rgb(235,247,164); }
H1.HeaderClassName
{
color: #EBF7A4;
}
.AnyTagClassName
{
color: #EBF7A4;
}
</style>
background-color css
<style>
a { background-color: #EBF7A4; }
a { background-color: rgb(235,247,164); }
div.DivClassName
{
background-color: #EBF7A4;
}
.BgClassName
{
background-color: #EBF7A4;
}
</style>
border-color css
<style>
span { border-color: #EBF7A4; }
span { border-color: rgb(235,247,164); }
td.TdClassName
{
border-color: #EBF7A4;
}
.TagClassName
{
border-color: #EBF7A4;
}
</style>