Shades of Reef #E0FAB0
Tints of Reef #E0FAB0
RGB
CMYK
RGB Variations
Color information
#E0FAB0 (or 0xE0FAB0) is known color: Reef. HEX triplet: E0, FA and B0. RGB value is (224,250,176). Sum of RGB (Red+Green+Blue) = 224+250+176=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAB0 is #1F054F. Grayscale: #EAEAEA. Windows color (decimal): -2032976 or 11598560. OLE color: 11598560.
HSL color Cylindrical-coordinate representation of color #E0FAB0: hue angle of 81.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0FAB0 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 176 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.02 |
| HSL | 81.08º | 0.88% | 0.84% | - |
| HSV(B) | 81.08º | 0.3% | 0.98% | - |
| XYZ | 72.76 | 87.35 | 54.1 | - |
| YUV | 233.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 176 | 0.10 | 0 | 0.30 | 0.02 | 81.08 | 0.88 | 0.84 |
| Hex | E0 | FA | B0 | A | 0 | 1E | 2 | 51 | 58 | 54 |
| Octal | 340 | 372 | 260 | 12 | 0 | 36 | 2 | 121 | 130 | 124 |
| Binary | 11100000 | 11111010 | 10110000 | 1010 | 0 | 11110 | 10 | 1010001 | 1011000 | 1010100 |
Color Harmonies of #E0FAB0
Complementary color
Monochromatic Colors of #E0FAB0
Black with #E0FAB0
Text Example
Text Example
White with #E0FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAB0; }
p { color: rgb(224,250,176); }
H1.HeaderClassName
{
color: #E0FAB0;
}
.AnyTagClassName
{
color: #E0FAB0;
}
</style>
background-color css
<style>
a { background-color: #E0FAB0; }
a { background-color: rgb(224,250,176); }
div.DivClassName
{
background-color: #E0FAB0;
}
.BgClassName
{
background-color: #E0FAB0;
}
</style>
border-color css
<style>
span { border-color: #E0FAB0; }
span { border-color: rgb(224,250,176); }
td.TdClassName
{
border-color: #E0FAB0;
}
.TagClassName
{
border-color: #E0FAB0;
}
</style>