Shades of Australian Mint #EBF1A3
Tints of Australian Mint #EBF1A3
RGB
CMYK
RGB Variations
Color information
#EBF1A3 (or 0xEBF1A3) is known color: Australian Mint. HEX triplet: EB, F1 and A3. RGB value is (235,241,163). Sum of RGB (Red+Green+Blue) = 235+241+163=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1A3 is #140E5C. Grayscale: #E6E6E6. Windows color (decimal): -1314397 or 10744299. OLE color: 10744299.
HSL color Cylindrical-coordinate representation of color #EBF1A3: hue angle of 64.62º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBF1A3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 163 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.05 |
| HSL | 64.62º | 0.74% | 0.79% | - |
| HSV(B) | 64.62º | 0.32% | 0.95% | - |
| XYZ | 72.33 | 83.22 | 46.9 | - |
| YUV | 230.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 163 | 0.02 | 0 | 0.32 | 0.05 | 64.62 | 0.74 | 0.79 |
| Hex | EB | F1 | A3 | 2 | 0 | 20 | 5 | 41 | 4A | 4F |
| Octal | 353 | 361 | 243 | 2 | 0 | 40 | 5 | 101 | 112 | 117 |
| Binary | 11101011 | 11110001 | 10100011 | 10 | 0 | 100000 | 101 | 1000001 | 1001010 | 1001111 |
Color Harmonies of #EBF1A3
Complementary color
Monochromatic Colors of #EBF1A3
Black with #EBF1A3
Text Example
Text Example
White with #EBF1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1A3; }
p { color: rgb(235,241,163); }
H1.HeaderClassName
{
color: #EBF1A3;
}
.AnyTagClassName
{
color: #EBF1A3;
}
</style>
background-color css
<style>
a { background-color: #EBF1A3; }
a { background-color: rgb(235,241,163); }
div.DivClassName
{
background-color: #EBF1A3;
}
.BgClassName
{
background-color: #EBF1A3;
}
</style>
border-color css
<style>
span { border-color: #EBF1A3; }
span { border-color: rgb(235,241,163); }
td.TdClassName
{
border-color: #EBF1A3;
}
.TagClassName
{
border-color: #EBF1A3;
}
</style>