Shades of Reef #E1FEA0
Tints of Reef #E1FEA0
RGB
CMYK
RGB Variations
Color information
#E1FEA0 (or 0xE1FEA0) is known color: Reef. HEX triplet: E1, FE and A0. RGB value is (225,254,160). Sum of RGB (Red+Green+Blue) = 225+254+160=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FEA0 is #1E015F. Grayscale: #EAEAEA. Windows color (decimal): -1966432 or 10551009. OLE color: 10551009.
HSL color Cylindrical-coordinate representation of color #E1FEA0: hue angle of 78.51º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1FEA0 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 160 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.00 |
| HSL | 78.51º | 0.98% | 0.81% | - |
| HSV(B) | 78.51º | 0.37% | 1% | - |
| XYZ | 72.84 | 89.43 | 46.68 | - |
| YUV | 234.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 160 | 0.11 | 0 | 0.37 | 0.00 | 78.51 | 0.98 | 0.81 |
| Hex | E1 | FE | A0 | B | 0 | 25 | 0 | 4F | 62 | 51 |
| Octal | 341 | 376 | 240 | 13 | 0 | 45 | 0 | 117 | 142 | 121 |
| Binary | 11100001 | 11111110 | 10100000 | 1011 | 0 | 100101 | 0 | 1001111 | 1100010 | 1010001 |
Color Harmonies of #E1FEA0
Complementary color
Monochromatic Colors of #E1FEA0
Black with #E1FEA0
Text Example
Text Example
White with #E1FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEA0; }
p { color: rgb(225,254,160); }
H1.HeaderClassName
{
color: #E1FEA0;
}
.AnyTagClassName
{
color: #E1FEA0;
}
</style>
background-color css
<style>
a { background-color: #E1FEA0; }
a { background-color: rgb(225,254,160); }
div.DivClassName
{
background-color: #E1FEA0;
}
.BgClassName
{
background-color: #E1FEA0;
}
</style>
border-color css
<style>
span { border-color: #E1FEA0; }
span { border-color: rgb(225,254,160); }
td.TdClassName
{
border-color: #E1FEA0;
}
.TagClassName
{
border-color: #E1FEA0;
}
</style>