Shades of Reef #E0FEA1
Tints of Reef #E0FEA1
RGB
CMYK
RGB Variations
Color information
#E0FEA1 (or 0xE0FEA1) is known color: Reef. HEX triplet: E0, FE and A1. RGB value is (224,254,161). Sum of RGB (Red+Green+Blue) = 224+254+161=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEA1 is #1F015E. Grayscale: #EAEAEA. Windows color (decimal): -2031967 or 10616544. OLE color: 10616544.
HSL color Cylindrical-coordinate representation of color #E0FEA1: hue angle of 79.35º 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 #E0FEA1 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 161 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.00 |
| HSL | 79.35º | 0.98% | 0.81% | - |
| HSV(B) | 79.35º | 0.37% | 1% | - |
| XYZ | 72.62 | 89.3 | 47.13 | - |
| YUV | 234.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 161 | 0.12 | 0 | 0.37 | 0.00 | 79.35 | 0.98 | 0.81 |
| Hex | E0 | FE | A1 | C | 0 | 25 | 0 | 4F | 62 | 51 |
| Octal | 340 | 376 | 241 | 14 | 0 | 45 | 0 | 117 | 142 | 121 |
| Binary | 11100000 | 11111110 | 10100001 | 1100 | 0 | 100101 | 0 | 1001111 | 1100010 | 1010001 |
Color Harmonies of #E0FEA1
Complementary color
Monochromatic Colors of #E0FEA1
Black with #E0FEA1
Text Example
Text Example
White with #E0FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEA1; }
p { color: rgb(224,254,161); }
H1.HeaderClassName
{
color: #E0FEA1;
}
.AnyTagClassName
{
color: #E0FEA1;
}
</style>
background-color css
<style>
a { background-color: #E0FEA1; }
a { background-color: rgb(224,254,161); }
div.DivClassName
{
background-color: #E0FEA1;
}
.BgClassName
{
background-color: #E0FEA1;
}
</style>
border-color css
<style>
span { border-color: #E0FEA1; }
span { border-color: rgb(224,254,161); }
td.TdClassName
{
border-color: #E0FEA1;
}
.TagClassName
{
border-color: #E0FEA1;
}
</style>