Shades of Reef #E0FFA6
Tints of Reef #E0FFA6
RGB
CMYK
RGB Variations
Color information
#E0FFA6 (or 0xE0FFA6) is known color: Reef. HEX triplet: E0, FF and A6. RGB value is (224,255,166). Sum of RGB (Red+Green+Blue) = 224+255+166=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 166 (65.23% from 255 or 25.74% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFA6 is #1F0059. Grayscale: #EBEBEB. Windows color (decimal): -2031706 or 10944480. OLE color: 10944480.
HSL color Cylindrical-coordinate representation of color #E0FFA6: hue angle of 80.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0FFA6 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 166 | - |
| CMYK | 0.12 | 0 | 0.35 | 0 |
| HSL | 80.9º | 1% | 0.83% | - |
| HSV(B) | 80.9º | 0.35% | 1% | - |
| XYZ | 73.38 | 90.12 | 49.6 | - |
| YUV | 235.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 166 | 0.12 | 0 | 0.35 | 0 | 80.9 | 1 | 0.83 |
| Hex | E0 | FF | A6 | C | 0 | 23 | 0 | 51 | 64 | 53 |
| Octal | 340 | 377 | 246 | 14 | 0 | 43 | 0 | 121 | 144 | 123 |
| Binary | 11100000 | 11111111 | 10100110 | 1100 | 0 | 100011 | 0 | 1010001 | 1100100 | 1010011 |
Color Harmonies of #E0FFA6
Complementary color
Monochromatic Colors of #E0FFA6
Black with #E0FFA6
Text Example
Text Example
White with #E0FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFA6; }
p { color: rgb(224,255,166); }
H1.HeaderClassName
{
color: #E0FFA6;
}
.AnyTagClassName
{
color: #E0FFA6;
}
</style>
background-color css
<style>
a { background-color: #E0FFA6; }
a { background-color: rgb(224,255,166); }
div.DivClassName
{
background-color: #E0FFA6;
}
.BgClassName
{
background-color: #E0FFA6;
}
</style>
border-color css
<style>
span { border-color: #E0FFA6; }
span { border-color: rgb(224,255,166); }
td.TdClassName
{
border-color: #E0FFA6;
}
.TagClassName
{
border-color: #E0FFA6;
}
</style>