Shades of Australian Mint #ECFFB1
Tints of Australian Mint #ECFFB1
RGB
CMYK
RGB Variations
Color information
#ECFFB1 (or 0xECFFB1) is known color: Australian Mint. HEX triplet: EC, FF and B1. RGB value is (236,255,177). Sum of RGB (Red+Green+Blue) = 236+255+177=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 177 (69.53% from 255 or 26.50% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFB1 is #13004E. Grayscale: #F0F0F0. Windows color (decimal): -1245263 or 11665388. OLE color: 11665388.
HSL color Cylindrical-coordinate representation of color #ECFFB1: hue angle of 74.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECFFB1 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 177 | - |
| CMYK | 0.07 | 0 | 0.31 | 0 |
| HSL | 74.62º | 1% | 0.85% | - |
| HSV(B) | 74.62º | 0.31% | 1% | - |
| XYZ | 78.29 | 92.53 | 55.33 | - |
| YUV | 240.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 177 | 0.07 | 0 | 0.31 | 0 | 74.62 | 1 | 0.85 |
| Hex | EC | FF | B1 | 7 | 0 | 1F | 0 | 4B | 64 | 55 |
| Octal | 354 | 377 | 261 | 7 | 0 | 37 | 0 | 113 | 144 | 125 |
| Binary | 11101100 | 11111111 | 10110001 | 111 | 0 | 11111 | 0 | 1001011 | 1100100 | 1010101 |
Color Harmonies of #ECFFB1
Complementary color
Monochromatic Colors of #ECFFB1
Black with #ECFFB1
Text Example
Text Example
White with #ECFFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFB1; }
p { color: rgb(236,255,177); }
H1.HeaderClassName
{
color: #ECFFB1;
}
.AnyTagClassName
{
color: #ECFFB1;
}
</style>
background-color css
<style>
a { background-color: #ECFFB1; }
a { background-color: rgb(236,255,177); }
div.DivClassName
{
background-color: #ECFFB1;
}
.BgClassName
{
background-color: #ECFFB1;
}
</style>
border-color css
<style>
span { border-color: #ECFFB1; }
span { border-color: rgb(236,255,177); }
td.TdClassName
{
border-color: #ECFFB1;
}
.TagClassName
{
border-color: #ECFFB1;
}
</style>