Shades of Australian Mint #EBF5AD
Tints of Australian Mint #EBF5AD
RGB
CMYK
RGB Variations
Color information
#EBF5AD (or 0xEBF5AD) is known color: Australian Mint. HEX triplet: EB, F5 and AD. RGB value is (235,245,173). Sum of RGB (Red+Green+Blue) = 235+245+173=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF5AD is #140A52. Grayscale: #EAEAEA. Windows color (decimal): -1313363 or 11400683. OLE color: 11400683.
HSL color Cylindrical-coordinate representation of color #EBF5AD: hue angle of 68.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBF5AD is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 173 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.04 |
| HSL | 68.33º | 0.78% | 0.82% | - |
| HSV(B) | 68.33º | 0.29% | 0.96% | - |
| XYZ | 74.46 | 85.98 | 52.21 | - |
| YUV | 233.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 173 | 0.04 | 0 | 0.29 | 0.04 | 68.33 | 0.78 | 0.82 |
| Hex | EB | F5 | AD | 4 | 0 | 1D | 4 | 44 | 4E | 52 |
| Octal | 353 | 365 | 255 | 4 | 0 | 35 | 4 | 104 | 116 | 122 |
| Binary | 11101011 | 11110101 | 10101101 | 100 | 0 | 11101 | 100 | 1000100 | 1001110 | 1010010 |
Color Harmonies of #EBF5AD
Complementary color
Monochromatic Colors of #EBF5AD
Black with #EBF5AD
Text Example
Text Example
White with #EBF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5AD; }
p { color: rgb(235,245,173); }
H1.HeaderClassName
{
color: #EBF5AD;
}
.AnyTagClassName
{
color: #EBF5AD;
}
</style>
background-color css
<style>
a { background-color: #EBF5AD; }
a { background-color: rgb(235,245,173); }
div.DivClassName
{
background-color: #EBF5AD;
}
.BgClassName
{
background-color: #EBF5AD;
}
</style>
border-color css
<style>
span { border-color: #EBF5AD; }
span { border-color: rgb(235,245,173); }
td.TdClassName
{
border-color: #EBF5AD;
}
.TagClassName
{
border-color: #EBF5AD;
}
</style>