Shades of Reef #E1FA9B
Tints of Reef #E1FA9B
RGB
CMYK
RGB Variations
Color information
#E1FA9B (or 0xE1FA9B) is known color: Reef. HEX triplet: E1, FA and 9B. RGB value is (225,250,155). Sum of RGB (Red+Green+Blue) = 225+250+155=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA9B is #1E0564. Grayscale: #E8E8E8. Windows color (decimal): -1967461 or 10222305. OLE color: 10222305.
HSL color Cylindrical-coordinate representation of color #E1FA9B: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1FA9B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 155 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.02 |
| HSL | 75.79º | 0.9% | 0.79% | - |
| HSV(B) | 75.79º | 0.38% | 0.98% | - |
| XYZ | 71.15 | 86.75 | 44 | - |
| YUV | 231.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 155 | 0.10 | 0 | 0.38 | 0.02 | 75.79 | 0.9 | 0.79 |
| Hex | E1 | FA | 9B | A | 0 | 26 | 2 | 4C | 5A | 4F |
| Octal | 341 | 372 | 233 | 12 | 0 | 46 | 2 | 114 | 132 | 117 |
| Binary | 11100001 | 11111010 | 10011011 | 1010 | 0 | 100110 | 10 | 1001100 | 1011010 | 1001111 |
Color Harmonies of #E1FA9B
Complementary color
Monochromatic Colors of #E1FA9B
Black with #E1FA9B
Text Example
Text Example
White with #E1FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FA9B; }
p { color: rgb(225,250,155); }
H1.HeaderClassName
{
color: #E1FA9B;
}
.AnyTagClassName
{
color: #E1FA9B;
}
</style>
background-color css
<style>
a { background-color: #E1FA9B; }
a { background-color: rgb(225,250,155); }
div.DivClassName
{
background-color: #E1FA9B;
}
.BgClassName
{
background-color: #E1FA9B;
}
</style>
border-color css
<style>
span { border-color: #E1FA9B; }
span { border-color: rgb(225,250,155); }
td.TdClassName
{
border-color: #E1FA9B;
}
.TagClassName
{
border-color: #E1FA9B;
}
</style>