Shades of Australian Mint #EDFCAB
Tints of Australian Mint #EDFCAB
RGB
CMYK
RGB Variations
Color information
#EDFCAB (or 0xEDFCAB) is known color: Australian Mint. HEX triplet: ED, FC and AB. RGB value is (237,252,171). Sum of RGB (Red+Green+Blue) = 237+252+171=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCAB is #120354. Grayscale: #EEEEEE. Windows color (decimal): -1180501 or 11271405. OLE color: 11271405.
HSL color Cylindrical-coordinate representation of color #EDFCAB: hue angle of 71.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFCAB is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 171 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.01 |
| HSL | 71.11º | 0.93% | 0.83% | - |
| HSV(B) | 71.11º | 0.32% | 0.99% | - |
| XYZ | 77.09 | 90.57 | 51.95 | - |
| YUV | 238.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 171 | 0.06 | 0 | 0.32 | 0.01 | 71.11 | 0.93 | 0.83 |
| Hex | ED | FC | AB | 6 | 0 | 20 | 1 | 47 | 5D | 53 |
| Octal | 355 | 374 | 253 | 6 | 0 | 40 | 1 | 107 | 135 | 123 |
| Binary | 11101101 | 11111100 | 10101011 | 110 | 0 | 100000 | 1 | 1000111 | 1011101 | 1010011 |
Color Harmonies of #EDFCAB
Complementary color
Monochromatic Colors of #EDFCAB
Black with #EDFCAB
Text Example
Text Example
White with #EDFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCAB; }
p { color: rgb(237,252,171); }
H1.HeaderClassName
{
color: #EDFCAB;
}
.AnyTagClassName
{
color: #EDFCAB;
}
</style>
background-color css
<style>
a { background-color: #EDFCAB; }
a { background-color: rgb(237,252,171); }
div.DivClassName
{
background-color: #EDFCAB;
}
.BgClassName
{
background-color: #EDFCAB;
}
</style>
border-color css
<style>
span { border-color: #EDFCAB; }
span { border-color: rgb(237,252,171); }
td.TdClassName
{
border-color: #EDFCAB;
}
.TagClassName
{
border-color: #EDFCAB;
}
</style>