Shades of Reef #E0FEA0
Tints of Reef #E0FEA0
RGB
CMYK
RGB Variations
Color information
#E0FEA0 (or 0xE0FEA0) is known color: Reef. HEX triplet: E0, FE and A0. RGB value is (224,254,160). Sum of RGB (Red+Green+Blue) = 224+254+160=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEA0 is #1F015F. Grayscale: #EAEAEA. Windows color (decimal): -2031968 or 10551008. OLE color: 10551008.
HSL color Cylindrical-coordinate representation of color #E0FEA0: hue angle of 79.15º 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 #E0FEA0 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 160 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.00 |
| HSL | 79.15º | 0.98% | 0.81% | - |
| HSV(B) | 79.15º | 0.37% | 1% | - |
| XYZ | 72.53 | 89.27 | 46.67 | - |
| YUV | 234.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 160 | 0.12 | 0 | 0.37 | 0.00 | 79.15 | 0.98 | 0.81 |
| Hex | E0 | FE | A0 | C | 0 | 25 | 0 | 4F | 62 | 51 |
| Octal | 340 | 376 | 240 | 14 | 0 | 45 | 0 | 117 | 142 | 121 |
| Binary | 11100000 | 11111110 | 10100000 | 1100 | 0 | 100101 | 0 | 1001111 | 1100010 | 1010001 |
Color Harmonies of #E0FEA0
Complementary color
Monochromatic Colors of #E0FEA0
Black with #E0FEA0
Text Example
Text Example
White with #E0FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEA0; }
p { color: rgb(224,254,160); }
H1.HeaderClassName
{
color: #E0FEA0;
}
.AnyTagClassName
{
color: #E0FEA0;
}
</style>
background-color css
<style>
a { background-color: #E0FEA0; }
a { background-color: rgb(224,254,160); }
div.DivClassName
{
background-color: #E0FEA0;
}
.BgClassName
{
background-color: #E0FEA0;
}
</style>
border-color css
<style>
span { border-color: #E0FEA0; }
span { border-color: rgb(224,254,160); }
td.TdClassName
{
border-color: #E0FEA0;
}
.TagClassName
{
border-color: #E0FEA0;
}
</style>