Shades of Australian Mint #EBFDA6
Tints of Australian Mint #EBFDA6
RGB
CMYK
RGB Variations
Color information
#EBFDA6 (or 0xEBFDA6) is known color: Australian Mint. HEX triplet: EB, FD and A6. RGB value is (235,253,166). Sum of RGB (Red+Green+Blue) = 235+253+166=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 166 (65.23% from 255 or 25.38% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA6 is #140259. Grayscale: #EEEEEE. Windows color (decimal): -1311322 or 10943979. OLE color: 10943979.
HSL color Cylindrical-coordinate representation of color #EBFDA6: hue angle of 72.41º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBFDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 166 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.01 |
| HSL | 72.41º | 0.96% | 0.82% | - |
| HSV(B) | 72.41º | 0.34% | 0.99% | - |
| XYZ | 76.27 | 90.67 | 49.56 | - |
| YUV | 237.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 166 | 0.07 | 0 | 0.34 | 0.01 | 72.41 | 0.96 | 0.82 |
| Hex | EB | FD | A6 | 7 | 0 | 22 | 1 | 48 | 60 | 52 |
| Octal | 353 | 375 | 246 | 7 | 0 | 42 | 1 | 110 | 140 | 122 |
| Binary | 11101011 | 11111101 | 10100110 | 111 | 0 | 100010 | 1 | 1001000 | 1100000 | 1010010 |
Color Harmonies of #EBFDA6
Complementary color
Monochromatic Colors of #EBFDA6
Black with #EBFDA6
Text Example
Text Example
White with #EBFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDA6; }
p { color: rgb(235,253,166); }
H1.HeaderClassName
{
color: #EBFDA6;
}
.AnyTagClassName
{
color: #EBFDA6;
}
</style>
background-color css
<style>
a { background-color: #EBFDA6; }
a { background-color: rgb(235,253,166); }
div.DivClassName
{
background-color: #EBFDA6;
}
.BgClassName
{
background-color: #EBFDA6;
}
</style>
border-color css
<style>
span { border-color: #EBFDA6; }
span { border-color: rgb(235,253,166); }
td.TdClassName
{
border-color: #EBFDA6;
}
.TagClassName
{
border-color: #EBFDA6;
}
</style>