Shades of Australian Mint #E9FDB1
Tints of Australian Mint #E9FDB1
RGB
CMYK
RGB Variations
Color information
#E9FDB1 (or 0xE9FDB1) is known color: Australian Mint. HEX triplet: E9, FD and B1. RGB value is (233,253,177). Sum of RGB (Red+Green+Blue) = 233+253+177=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FDB1 is #16024E. Grayscale: #EEEEEE. Windows color (decimal): -1442383 or 11664873. OLE color: 11664873.
HSL color Cylindrical-coordinate representation of color #E9FDB1: hue angle of 75.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9FDB1 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 253 | 177 | - |
CMYK | 0.08 | 0 | 0.30 | 0.01 |
HSL | 75.79º | 0.95% | 0.84% | - |
HSV(B) | 75.79º | 0.3% | 0.99% | - |
XYZ | 76.67 | 90.75 | 55.07 | - |
YUV | 238.36 | 93.37 | 124.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 253 | 177 | 0.08 | 0 | 0.30 | 0.01 | 75.79 | 0.95 | 0.84 |
Hex | E9 | FD | B1 | 8 | 0 | 1E | 1 | 4C | 5F | 54 |
Octal | 351 | 375 | 261 | 10 | 0 | 36 | 1 | 114 | 137 | 124 |
Binary | 11101001 | 11111101 | 10110001 | 1000 | 0 | 11110 | 1 | 1001100 | 1011111 | 1010100 |
Color Harmonies of #E9FDB1
Complementary color
Monochromatic Colors of #E9FDB1
Black with #E9FDB1
Text Example
Text Example
White with #E9FDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDB1; }
p { color: rgb(233,253,177); }
H1.HeaderClassName
{
color: #E9FDB1;
}
.AnyTagClassName
{
color: #E9FDB1;
}
</style>
background-color css
<style>
a { background-color: #E9FDB1; }
a { background-color: rgb(233,253,177); }
div.DivClassName
{
background-color: #E9FDB1;
}
.BgClassName
{
background-color: #E9FDB1;
}
</style>
border-color css
<style>
span { border-color: #E9FDB1; }
span { border-color: rgb(233,253,177); }
td.TdClassName
{
border-color: #E9FDB1;
}
.TagClassName
{
border-color: #E9FDB1;
}
</style>