Shades of Australian Mint #EDFBAE
Tints of Australian Mint #EDFBAE
RGB
CMYK
RGB Variations
Color information
#EDFBAE (or 0xEDFBAE) is known color: Australian Mint. HEX triplet: ED, FB and AE. RGB value is (237,251,174). Sum of RGB (Red+Green+Blue) = 237+251+174=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBAE is #120451. Grayscale: #EEEEEE. Windows color (decimal): -1180754 or 11467757. OLE color: 11467757.
HSL color Cylindrical-coordinate representation of color #EDFBAE: hue angle of 70.91º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDFBAE is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 251 | 174 | - |
CMYK | 0.06 | 0 | 0.31 | 0.02 |
HSL | 70.91º | 0.91% | 0.83% | - |
HSV(B) | 70.91º | 0.31% | 0.98% | - |
XYZ | 77.06 | 90.05 | 53.37 | - |
YUV | 238.04 | 91.86 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 251 | 174 | 0.06 | 0 | 0.31 | 0.02 | 70.91 | 0.91 | 0.83 |
Hex | ED | FB | AE | 6 | 0 | 1F | 2 | 47 | 5B | 53 |
Octal | 355 | 373 | 256 | 6 | 0 | 37 | 2 | 107 | 133 | 123 |
Binary | 11101101 | 11111011 | 10101110 | 110 | 0 | 11111 | 10 | 1000111 | 1011011 | 1010011 |
Color Harmonies of #EDFBAE
Complementary color
Monochromatic Colors of #EDFBAE
Black with #EDFBAE
Text Example
Text Example
White with #EDFBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBAE; }
p { color: rgb(237,251,174); }
H1.HeaderClassName
{
color: #EDFBAE;
}
.AnyTagClassName
{
color: #EDFBAE;
}
</style>
background-color css
<style>
a { background-color: #EDFBAE; }
a { background-color: rgb(237,251,174); }
div.DivClassName
{
background-color: #EDFBAE;
}
.BgClassName
{
background-color: #EDFBAE;
}
</style>
border-color css
<style>
span { border-color: #EDFBAE; }
span { border-color: rgb(237,251,174); }
td.TdClassName
{
border-color: #EDFBAE;
}
.TagClassName
{
border-color: #EDFBAE;
}
</style>