Shades of Reef #E1FCA4
Tints of Reef #E1FCA4
RGB
CMYK
RGB Variations
Color information
#E1FCA4 (or 0xE1FCA4) is known color: Reef. HEX triplet: E1, FC and A4. RGB value is (225,252,164). Sum of RGB (Red+Green+Blue) = 225+252+164=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 164 (64.45% from 255 or 25.59% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FCA4 is #1E035B. Grayscale: #EAEAEA. Windows color (decimal): -1966940 or 10812641. OLE color: 10812641.
HSL color Cylindrical-coordinate representation of color #E1FCA4: hue angle of 78.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1FCA4 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 164 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.01 |
| HSL | 78.41º | 0.94% | 0.82% | - |
| HSV(B) | 78.41º | 0.35% | 0.99% | - |
| XYZ | 72.56 | 88.31 | 48.34 | - |
| YUV | 233.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 164 | 0.11 | 0 | 0.35 | 0.01 | 78.41 | 0.94 | 0.82 |
| Hex | E1 | FC | A4 | B | 0 | 23 | 1 | 4E | 5E | 52 |
| Octal | 341 | 374 | 244 | 13 | 0 | 43 | 1 | 116 | 136 | 122 |
| Binary | 11100001 | 11111100 | 10100100 | 1011 | 0 | 100011 | 1 | 1001110 | 1011110 | 1010010 |
Color Harmonies of #E1FCA4
Complementary color
Monochromatic Colors of #E1FCA4
Black with #E1FCA4
Text Example
Text Example
White with #E1FCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCA4; }
p { color: rgb(225,252,164); }
H1.HeaderClassName
{
color: #E1FCA4;
}
.AnyTagClassName
{
color: #E1FCA4;
}
</style>
background-color css
<style>
a { background-color: #E1FCA4; }
a { background-color: rgb(225,252,164); }
div.DivClassName
{
background-color: #E1FCA4;
}
.BgClassName
{
background-color: #E1FCA4;
}
</style>
border-color css
<style>
span { border-color: #E1FCA4; }
span { border-color: rgb(225,252,164); }
td.TdClassName
{
border-color: #E1FCA4;
}
.TagClassName
{
border-color: #E1FCA4;
}
</style>