Shades of Australian Mint #EBF4B2
Tints of Australian Mint #EBF4B2
RGB
CMYK
RGB Variations
Color information
#EBF4B2 (or 0xEBF4B2) is known color: Australian Mint. HEX triplet: EB, F4 and B2. RGB value is (235,244,178). Sum of RGB (Red+Green+Blue) = 235+244+178=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF4B2 is #140B4D. Grayscale: #EAEAEA. Windows color (decimal): -1313614 or 11728107. OLE color: 11728107.
HSL color Cylindrical-coordinate representation of color #EBF4B2: hue angle of 68.18º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBF4B2 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 178 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.04 |
| HSL | 68.18º | 0.75% | 0.83% | - |
| HSV(B) | 68.18º | 0.27% | 0.96% | - |
| XYZ | 74.65 | 85.58 | 54.7 | - |
| YUV | 233.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 178 | 0.04 | 0 | 0.27 | 0.04 | 68.18 | 0.75 | 0.83 |
| Hex | EB | F4 | B2 | 4 | 0 | 1B | 4 | 44 | 4B | 53 |
| Octal | 353 | 364 | 262 | 4 | 0 | 33 | 4 | 104 | 113 | 123 |
| Binary | 11101011 | 11110100 | 10110010 | 100 | 0 | 11011 | 100 | 1000100 | 1001011 | 1010011 |
Color Harmonies of #EBF4B2
Complementary color
Monochromatic Colors of #EBF4B2
Black with #EBF4B2
Text Example
Text Example
White with #EBF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF4B2; }
p { color: rgb(235,244,178); }
H1.HeaderClassName
{
color: #EBF4B2;
}
.AnyTagClassName
{
color: #EBF4B2;
}
</style>
background-color css
<style>
a { background-color: #EBF4B2; }
a { background-color: rgb(235,244,178); }
div.DivClassName
{
background-color: #EBF4B2;
}
.BgClassName
{
background-color: #EBF4B2;
}
</style>
border-color css
<style>
span { border-color: #EBF4B2; }
span { border-color: rgb(235,244,178); }
td.TdClassName
{
border-color: #EBF4B2;
}
.TagClassName
{
border-color: #EBF4B2;
}
</style>