Shades of Reef #E1FA9D
Tints of Reef #E1FA9D
RGB
CMYK
RGB Variations
Color information
#E1FA9D (or 0xE1FA9D) is known color: Reef. HEX triplet: E1, FA and 9D. RGB value is (225,250,157). Sum of RGB (Red+Green+Blue) = 225+250+157=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA9D is #1E0562. Grayscale: #E8E8E8. Windows color (decimal): -1967459 or 10353377. OLE color: 10353377.
HSL color Cylindrical-coordinate representation of color #E1FA9D: hue angle of 76.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1FA9D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 157 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.02 |
| HSL | 76.13º | 0.9% | 0.8% | - |
| HSV(B) | 76.13º | 0.37% | 0.98% | - |
| XYZ | 71.32 | 86.81 | 44.9 | - |
| YUV | 231.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 157 | 0.10 | 0 | 0.37 | 0.02 | 76.13 | 0.9 | 0.8 |
| Hex | E1 | FA | 9D | A | 0 | 25 | 2 | 4C | 5A | 50 |
| Octal | 341 | 372 | 235 | 12 | 0 | 45 | 2 | 114 | 132 | 120 |
| Binary | 11100001 | 11111010 | 10011101 | 1010 | 0 | 100101 | 10 | 1001100 | 1011010 | 1010000 |
Color Harmonies of #E1FA9D
Complementary color
Monochromatic Colors of #E1FA9D
Black with #E1FA9D
Text Example
Text Example
White with #E1FA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FA9D; }
p { color: rgb(225,250,157); }
H1.HeaderClassName
{
color: #E1FA9D;
}
.AnyTagClassName
{
color: #E1FA9D;
}
</style>
background-color css
<style>
a { background-color: #E1FA9D; }
a { background-color: rgb(225,250,157); }
div.DivClassName
{
background-color: #E1FA9D;
}
.BgClassName
{
background-color: #E1FA9D;
}
</style>
border-color css
<style>
span { border-color: #E1FA9D; }
span { border-color: rgb(225,250,157); }
td.TdClassName
{
border-color: #E1FA9D;
}
.TagClassName
{
border-color: #E1FA9D;
}
</style>