Shades of Reef #E0FCA7
Tints of Reef #E0FCA7
RGB
CMYK
RGB Variations
Color information
#E0FCA7 (or 0xE0FCA7) is known color: Reef. HEX triplet: E0, FC and A7. RGB value is (224,252,167). Sum of RGB (Red+Green+Blue) = 224+252+167=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FCA7 is #1F0358. Grayscale: #EAEAEA. Windows color (decimal): -2032473 or 11009248. OLE color: 11009248.
HSL color Cylindrical-coordinate representation of color #E0FCA7: hue angle of 79.76º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0FCA7 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 167 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.01 |
| HSL | 79.76º | 0.93% | 0.82% | - |
| HSV(B) | 79.76º | 0.34% | 0.99% | - |
| XYZ | 72.53 | 88.26 | 49.77 | - |
| YUV | 233.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 167 | 0.11 | 0 | 0.34 | 0.01 | 79.76 | 0.93 | 0.82 |
| Hex | E0 | FC | A7 | B | 0 | 22 | 1 | 50 | 5D | 52 |
| Octal | 340 | 374 | 247 | 13 | 0 | 42 | 1 | 120 | 135 | 122 |
| Binary | 11100000 | 11111100 | 10100111 | 1011 | 0 | 100010 | 1 | 1010000 | 1011101 | 1010010 |
Color Harmonies of #E0FCA7
Complementary color
Monochromatic Colors of #E0FCA7
Black with #E0FCA7
Text Example
Text Example
White with #E0FCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCA7; }
p { color: rgb(224,252,167); }
H1.HeaderClassName
{
color: #E0FCA7;
}
.AnyTagClassName
{
color: #E0FCA7;
}
</style>
background-color css
<style>
a { background-color: #E0FCA7; }
a { background-color: rgb(224,252,167); }
div.DivClassName
{
background-color: #E0FCA7;
}
.BgClassName
{
background-color: #E0FCA7;
}
</style>
border-color css
<style>
span { border-color: #E0FCA7; }
span { border-color: rgb(224,252,167); }
td.TdClassName
{
border-color: #E0FCA7;
}
.TagClassName
{
border-color: #E0FCA7;
}
</style>