Shades of Australian Mint #EBFDA3
Tints of Australian Mint #EBFDA3
RGB
CMYK
RGB Variations
Color information
#EBFDA3 (or 0xEBFDA3) is known color: Australian Mint. HEX triplet: EB, FD and A3. RGB value is (235,253,163). Sum of RGB (Red+Green+Blue) = 235+253+163=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 163 (64.06% from 255 or 25.04% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA3 is #14025C. Grayscale: #EDEDED. Windows color (decimal): -1311325 or 10747371. OLE color: 10747371.
HSL color Cylindrical-coordinate representation of color #EBFDA3: hue angle of 72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBFDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 163 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.01 |
| HSL | 72º | 0.96% | 0.82% | - |
| HSV(B) | 72º | 0.36% | 0.99% | - |
| XYZ | 76 | 90.56 | 48.12 | - |
| YUV | 237.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 163 | 0.07 | 0 | 0.36 | 0.01 | 72 | 0.96 | 0.82 |
| Hex | EB | FD | A3 | 7 | 0 | 24 | 1 | 48 | 60 | 52 |
| Octal | 353 | 375 | 243 | 7 | 0 | 44 | 1 | 110 | 140 | 122 |
| Binary | 11101011 | 11111101 | 10100011 | 111 | 0 | 100100 | 1 | 1001000 | 1100000 | 1010010 |
Color Harmonies of #EBFDA3
Complementary color
Monochromatic Colors of #EBFDA3
Black with #EBFDA3
Text Example
Text Example
White with #EBFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDA3; }
p { color: rgb(235,253,163); }
H1.HeaderClassName
{
color: #EBFDA3;
}
.AnyTagClassName
{
color: #EBFDA3;
}
</style>
background-color css
<style>
a { background-color: #EBFDA3; }
a { background-color: rgb(235,253,163); }
div.DivClassName
{
background-color: #EBFDA3;
}
.BgClassName
{
background-color: #EBFDA3;
}
</style>
border-color css
<style>
span { border-color: #EBFDA3; }
span { border-color: rgb(235,253,163); }
td.TdClassName
{
border-color: #EBFDA3;
}
.TagClassName
{
border-color: #EBFDA3;
}
</style>