Shades of Reef #E0FCA0
Tints of Reef #E0FCA0
RGB
CMYK
RGB Variations
Color information
#E0FCA0 (or 0xE0FCA0) is known color: Reef. HEX triplet: E0, FC and A0. RGB value is (224,252,160). Sum of RGB (Red+Green+Blue) = 224+252+160=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FCA0 is #1F035F. Grayscale: #E9E9E9. Windows color (decimal): -2032480 or 10550496. OLE color: 10550496.
HSL color Cylindrical-coordinate representation of color #E0FCA0: hue angle of 78.26º 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 #E0FCA0 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 160 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.01 |
| HSL | 78.26º | 0.94% | 0.81% | - |
| HSV(B) | 78.26º | 0.37% | 0.99% | - |
| XYZ | 71.9 | 88.01 | 46.46 | - |
| YUV | 233.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 160 | 0.11 | 0 | 0.37 | 0.01 | 78.26 | 0.94 | 0.81 |
| Hex | E0 | FC | A0 | B | 0 | 25 | 1 | 4E | 5E | 51 |
| Octal | 340 | 374 | 240 | 13 | 0 | 45 | 1 | 116 | 136 | 121 |
| Binary | 11100000 | 11111100 | 10100000 | 1011 | 0 | 100101 | 1 | 1001110 | 1011110 | 1010001 |
Color Harmonies of #E0FCA0
Complementary color
Monochromatic Colors of #E0FCA0
Black with #E0FCA0
Text Example
Text Example
White with #E0FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCA0; }
p { color: rgb(224,252,160); }
H1.HeaderClassName
{
color: #E0FCA0;
}
.AnyTagClassName
{
color: #E0FCA0;
}
</style>
background-color css
<style>
a { background-color: #E0FCA0; }
a { background-color: rgb(224,252,160); }
div.DivClassName
{
background-color: #E0FCA0;
}
.BgClassName
{
background-color: #E0FCA0;
}
</style>
border-color css
<style>
span { border-color: #E0FCA0; }
span { border-color: rgb(224,252,160); }
td.TdClassName
{
border-color: #E0FCA0;
}
.TagClassName
{
border-color: #E0FCA0;
}
</style>