Shades of Reef #E1FAA0
Tints of Reef #E1FAA0
RGB
CMYK
RGB Variations
Color information
#E1FAA0 (or 0xE1FAA0) is known color: Reef. HEX triplet: E1, FA and A0. RGB value is (225,250,160). Sum of RGB (Red+Green+Blue) = 225+250+160=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAA0 is #1E055F. Grayscale: #E8E8E8. Windows color (decimal): -1967456 or 10549985. OLE color: 10549985.
HSL color Cylindrical-coordinate representation of color #E1FAA0: hue angle of 76.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1FAA0 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 160 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.02 |
| HSL | 76.67º | 0.9% | 0.8% | - |
| HSV(B) | 76.67º | 0.36% | 0.98% | - |
| XYZ | 71.58 | 86.92 | 46.26 | - |
| YUV | 232.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 160 | 0.10 | 0 | 0.36 | 0.02 | 76.67 | 0.9 | 0.8 |
| Hex | E1 | FA | A0 | A | 0 | 24 | 2 | 4D | 5A | 50 |
| Octal | 341 | 372 | 240 | 12 | 0 | 44 | 2 | 115 | 132 | 120 |
| Binary | 11100001 | 11111010 | 10100000 | 1010 | 0 | 100100 | 10 | 1001101 | 1011010 | 1010000 |
Color Harmonies of #E1FAA0
Complementary color
Monochromatic Colors of #E1FAA0
Black with #E1FAA0
Text Example
Text Example
White with #E1FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAA0; }
p { color: rgb(225,250,160); }
H1.HeaderClassName
{
color: #E1FAA0;
}
.AnyTagClassName
{
color: #E1FAA0;
}
</style>
background-color css
<style>
a { background-color: #E1FAA0; }
a { background-color: rgb(225,250,160); }
div.DivClassName
{
background-color: #E1FAA0;
}
.BgClassName
{
background-color: #E1FAA0;
}
</style>
border-color css
<style>
span { border-color: #E1FAA0; }
span { border-color: rgb(225,250,160); }
td.TdClassName
{
border-color: #E1FAA0;
}
.TagClassName
{
border-color: #E1FAA0;
}
</style>