Shades of Reef #E0FEB0
Tints of Reef #E0FEB0
RGB
CMYK
RGB Variations
Color information
#E0FEB0 (or 0xE0FEB0) is known color: Reef. HEX triplet: E0, FE and B0. RGB value is (224,254,176). Sum of RGB (Red+Green+Blue) = 224+254+176=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEB0 is #1F014F. Grayscale: #ECECEC. Windows color (decimal): -2031952 or 11599584. OLE color: 11599584.
HSL color Cylindrical-coordinate representation of color #E0FEB0: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FEB0 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 176 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.00 |
| HSL | 83.08º | 0.98% | 0.84% | - |
| HSV(B) | 83.08º | 0.31% | 1% | - |
| XYZ | 74.02 | 89.87 | 54.52 | - |
| YUV | 236.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 176 | 0.12 | 0 | 0.31 | 0.00 | 83.08 | 0.98 | 0.84 |
| Hex | E0 | FE | B0 | C | 0 | 1F | 0 | 53 | 62 | 54 |
| Octal | 340 | 376 | 260 | 14 | 0 | 37 | 0 | 123 | 142 | 124 |
| Binary | 11100000 | 11111110 | 10110000 | 1100 | 0 | 11111 | 0 | 1010011 | 1100010 | 1010100 |
Color Harmonies of #E0FEB0
Complementary color
Monochromatic Colors of #E0FEB0
Black with #E0FEB0
Text Example
Text Example
White with #E0FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEB0; }
p { color: rgb(224,254,176); }
H1.HeaderClassName
{
color: #E0FEB0;
}
.AnyTagClassName
{
color: #E0FEB0;
}
</style>
background-color css
<style>
a { background-color: #E0FEB0; }
a { background-color: rgb(224,254,176); }
div.DivClassName
{
background-color: #E0FEB0;
}
.BgClassName
{
background-color: #E0FEB0;
}
</style>
border-color css
<style>
span { border-color: #E0FEB0; }
span { border-color: rgb(224,254,176); }
td.TdClassName
{
border-color: #E0FEB0;
}
.TagClassName
{
border-color: #E0FEB0;
}
</style>