Shades of Australian Mint #EBF3A0
Tints of Australian Mint #EBF3A0
RGB
CMYK
RGB Variations
Color information
#EBF3A0 (or 0xEBF3A0) is known color: Australian Mint. HEX triplet: EB, F3 and A0. RGB value is (235,243,160). Sum of RGB (Red+Green+Blue) = 235+243+160=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF3A0 is #140C5F. Grayscale: #E7E7E7. Windows color (decimal): -1313888 or 10548203. OLE color: 10548203.
HSL color Cylindrical-coordinate representation of color #EBF3A0: hue angle of 65.78º degrees, saturation: 0.78, 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 #EBF3A0 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 160 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.05 |
| HSL | 65.78º | 0.78% | 0.79% | - |
| HSV(B) | 65.78º | 0.34% | 0.95% | - |
| XYZ | 72.66 | 84.3 | 45.7 | - |
| YUV | 231.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 160 | 0.03 | 0 | 0.34 | 0.05 | 65.78 | 0.78 | 0.79 |
| Hex | EB | F3 | A0 | 3 | 0 | 22 | 5 | 42 | 4E | 4F |
| Octal | 353 | 363 | 240 | 3 | 0 | 42 | 5 | 102 | 116 | 117 |
| Binary | 11101011 | 11110011 | 10100000 | 11 | 0 | 100010 | 101 | 1000010 | 1001110 | 1001111 |
Color Harmonies of #EBF3A0
Complementary color
Monochromatic Colors of #EBF3A0
Black with #EBF3A0
Text Example
Text Example
White with #EBF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF3A0; }
p { color: rgb(235,243,160); }
H1.HeaderClassName
{
color: #EBF3A0;
}
.AnyTagClassName
{
color: #EBF3A0;
}
</style>
background-color css
<style>
a { background-color: #EBF3A0; }
a { background-color: rgb(235,243,160); }
div.DivClassName
{
background-color: #EBF3A0;
}
.BgClassName
{
background-color: #EBF3A0;
}
</style>
border-color css
<style>
span { border-color: #EBF3A0; }
span { border-color: rgb(235,243,160); }
td.TdClassName
{
border-color: #EBF3A0;
}
.TagClassName
{
border-color: #EBF3A0;
}
</style>