Shades of Reef #E1FCA6
Tints of Reef #E1FCA6
RGB
CMYK
RGB Variations
Color information
#E1FCA6 (or 0xE1FCA6) is known color: Reef. HEX triplet: E1, FC and A6. RGB value is (225,252,166). Sum of RGB (Red+Green+Blue) = 225+252+166=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FCA6 is #1E0359. Grayscale: #EAEAEA. Windows color (decimal): -1966938 or 10943713. OLE color: 10943713.
HSL color Cylindrical-coordinate representation of color #E1FCA6: hue angle of 78.84º 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 #E1FCA6 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 166 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.01 |
| HSL | 78.84º | 0.93% | 0.82% | - |
| HSV(B) | 78.84º | 0.34% | 0.99% | - |
| XYZ | 72.74 | 88.38 | 49.3 | - |
| YUV | 234.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 166 | 0.11 | 0 | 0.34 | 0.01 | 78.84 | 0.93 | 0.82 |
| Hex | E1 | FC | A6 | B | 0 | 22 | 1 | 4F | 5D | 52 |
| Octal | 341 | 374 | 246 | 13 | 0 | 42 | 1 | 117 | 135 | 122 |
| Binary | 11100001 | 11111100 | 10100110 | 1011 | 0 | 100010 | 1 | 1001111 | 1011101 | 1010010 |
Color Harmonies of #E1FCA6
Complementary color
Monochromatic Colors of #E1FCA6
Black with #E1FCA6
Text Example
Text Example
White with #E1FCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCA6; }
p { color: rgb(225,252,166); }
H1.HeaderClassName
{
color: #E1FCA6;
}
.AnyTagClassName
{
color: #E1FCA6;
}
</style>
background-color css
<style>
a { background-color: #E1FCA6; }
a { background-color: rgb(225,252,166); }
div.DivClassName
{
background-color: #E1FCA6;
}
.BgClassName
{
background-color: #E1FCA6;
}
</style>
border-color css
<style>
span { border-color: #E1FCA6; }
span { border-color: rgb(225,252,166); }
td.TdClassName
{
border-color: #E1FCA6;
}
.TagClassName
{
border-color: #E1FCA6;
}
</style>