Shades of Australian Mint #E8FBAE
Tints of Australian Mint #E8FBAE
RGB
CMYK
RGB Variations
Color information
#E8FBAE (or 0xE8FBAE) is known color: Australian Mint. HEX triplet: E8, FB and AE. RGB value is (232,251,174). Sum of RGB (Red+Green+Blue) = 232+251+174=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 174 (68.36% from 255 or 26.48% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FBAE is #170451. Grayscale: #ECECEC. Windows color (decimal): -1508434 or 11467752. OLE color: 11467752.
HSL color Cylindrical-coordinate representation of color #E8FBAE: hue angle of 74.81º 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 #E8FBAE is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 232 | 251 | 174 | - |
CMYK | 0.08 | 0 | 0.31 | 0.02 |
HSL | 74.81º | 0.91% | 0.83% | - |
HSV(B) | 74.81º | 0.31% | 0.98% | - |
XYZ | 75.42 | 89.21 | 53.29 | - |
YUV | 236.54 | 92.71 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 251 | 174 | 0.08 | 0 | 0.31 | 0.02 | 74.81 | 0.91 | 0.83 |
Hex | E8 | FB | AE | 8 | 0 | 1F | 2 | 4B | 5B | 53 |
Octal | 350 | 373 | 256 | 10 | 0 | 37 | 2 | 113 | 133 | 123 |
Binary | 11101000 | 11111011 | 10101110 | 1000 | 0 | 11111 | 10 | 1001011 | 1011011 | 1010011 |
Color Harmonies of #E8FBAE
Complementary color
Monochromatic Colors of #E8FBAE
Black with #E8FBAE
Text Example
Text Example
White with #E8FBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBAE; }
p { color: rgb(232,251,174); }
H1.HeaderClassName
{
color: #E8FBAE;
}
.AnyTagClassName
{
color: #E8FBAE;
}
</style>
background-color css
<style>
a { background-color: #E8FBAE; }
a { background-color: rgb(232,251,174); }
div.DivClassName
{
background-color: #E8FBAE;
}
.BgClassName
{
background-color: #E8FBAE;
}
</style>
border-color css
<style>
span { border-color: #E8FBAE; }
span { border-color: rgb(232,251,174); }
td.TdClassName
{
border-color: #E8FBAE;
}
.TagClassName
{
border-color: #E8FBAE;
}
</style>