Shades of Reef #E1FCA0
Tints of Reef #E1FCA0
RGB
CMYK
RGB Variations
Color information
#E1FCA0 (or 0xE1FCA0) is known color: Reef. HEX triplet: E1, FC and A0. RGB value is (225,252,160). Sum of RGB (Red+Green+Blue) = 225+252+160=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FCA0 is #1E035F. Grayscale: #E9E9E9. Windows color (decimal): -1966944 or 10550497. OLE color: 10550497.
HSL color Cylindrical-coordinate representation of color #E1FCA0: hue angle of 77.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1FCA0 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 160 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.01 |
| HSL | 77.61º | 0.94% | 0.81% | - |
| HSV(B) | 77.61º | 0.37% | 0.99% | - |
| XYZ | 72.21 | 88.17 | 46.47 | - |
| YUV | 233.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 160 | 0.11 | 0 | 0.37 | 0.01 | 77.61 | 0.94 | 0.81 |
| Hex | E1 | FC | A0 | B | 0 | 25 | 1 | 4E | 5E | 51 |
| Octal | 341 | 374 | 240 | 13 | 0 | 45 | 1 | 116 | 136 | 121 |
| Binary | 11100001 | 11111100 | 10100000 | 1011 | 0 | 100101 | 1 | 1001110 | 1011110 | 1010001 |
Color Harmonies of #E1FCA0
Complementary color
Monochromatic Colors of #E1FCA0
Black with #E1FCA0
Text Example
Text Example
White with #E1FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCA0; }
p { color: rgb(225,252,160); }
H1.HeaderClassName
{
color: #E1FCA0;
}
.AnyTagClassName
{
color: #E1FCA0;
}
</style>
background-color css
<style>
a { background-color: #E1FCA0; }
a { background-color: rgb(225,252,160); }
div.DivClassName
{
background-color: #E1FCA0;
}
.BgClassName
{
background-color: #E1FCA0;
}
</style>
border-color css
<style>
span { border-color: #E1FCA0; }
span { border-color: rgb(225,252,160); }
td.TdClassName
{
border-color: #E1FCA0;
}
.TagClassName
{
border-color: #E1FCA0;
}
</style>