Shades of Reef #E0FFB1
Tints of Reef #E0FFB1
RGB
CMYK
RGB Variations
Color information
#E0FFB1 (or 0xE0FFB1) is known color: Reef. HEX triplet: E0, FF and B1. RGB value is (224,255,177). Sum of RGB (Red+Green+Blue) = 224+255+177=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 177 (69.53% from 255 or 26.98% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFB1 is #1F004E. Grayscale: #EDEDED. Windows color (decimal): -2031695 or 11665376. OLE color: 11665376.
HSL color Cylindrical-coordinate representation of color #E0FFB1: hue angle of 83.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FFB1 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 177 | - |
| CMYK | 0.12 | 0 | 0.31 | 0 |
| HSL | 83.85º | 1% | 0.85% | - |
| HSV(B) | 83.85º | 0.31% | 1% | - |
| XYZ | 74.44 | 90.54 | 55.15 | - |
| YUV | 236.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 177 | 0.12 | 0 | 0.31 | 0 | 83.85 | 1 | 0.85 |
| Hex | E0 | FF | B1 | C | 0 | 1F | 0 | 54 | 64 | 55 |
| Octal | 340 | 377 | 261 | 14 | 0 | 37 | 0 | 124 | 144 | 125 |
| Binary | 11100000 | 11111111 | 10110001 | 1100 | 0 | 11111 | 0 | 1010100 | 1100100 | 1010101 |
Color Harmonies of #E0FFB1
Complementary color
Monochromatic Colors of #E0FFB1
Black with #E0FFB1
Text Example
Text Example
White with #E0FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFB1; }
p { color: rgb(224,255,177); }
H1.HeaderClassName
{
color: #E0FFB1;
}
.AnyTagClassName
{
color: #E0FFB1;
}
</style>
background-color css
<style>
a { background-color: #E0FFB1; }
a { background-color: rgb(224,255,177); }
div.DivClassName
{
background-color: #E0FFB1;
}
.BgClassName
{
background-color: #E0FFB1;
}
</style>
border-color css
<style>
span { border-color: #E0FFB1; }
span { border-color: rgb(224,255,177); }
td.TdClassName
{
border-color: #E0FFB1;
}
.TagClassName
{
border-color: #E0FFB1;
}
</style>