Shades of Reef #E0F9A4
Tints of Reef #E0F9A4
RGB
CMYK
RGB Variations
Color information
#E0F9A4 (or 0xE0F9A4) is known color: Reef. HEX triplet: E0, F9 and A4. RGB value is (224,249,164). Sum of RGB (Red+Green+Blue) = 224+249+164=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F9A4 is #1F065B. Grayscale: #E8E8E8. Windows color (decimal): -2033244 or 10811872. OLE color: 10811872.
HSL color Cylindrical-coordinate representation of color #E0F9A4: hue angle of 77.65º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0F9A4 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 249 | 164 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.02 |
| HSL | 77.65º | 0.88% | 0.81% | - |
| HSV(B) | 77.65º | 0.34% | 0.98% | - |
| XYZ | 71.32 | 86.28 | 48.02 | - |
| YUV | 231.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 249 | 164 | 0.10 | 0 | 0.34 | 0.02 | 77.65 | 0.88 | 0.81 |
| Hex | E0 | F9 | A4 | A | 0 | 22 | 2 | 4E | 58 | 51 |
| Octal | 340 | 371 | 244 | 12 | 0 | 42 | 2 | 116 | 130 | 121 |
| Binary | 11100000 | 11111001 | 10100100 | 1010 | 0 | 100010 | 10 | 1001110 | 1011000 | 1010001 |
Color Harmonies of #E0F9A4
Complementary color
Monochromatic Colors of #E0F9A4
Black with #E0F9A4
Text Example
Text Example
White with #E0F9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F9A4; }
p { color: rgb(224,249,164); }
H1.HeaderClassName
{
color: #E0F9A4;
}
.AnyTagClassName
{
color: #E0F9A4;
}
</style>
background-color css
<style>
a { background-color: #E0F9A4; }
a { background-color: rgb(224,249,164); }
div.DivClassName
{
background-color: #E0F9A4;
}
.BgClassName
{
background-color: #E0F9A4;
}
</style>
border-color css
<style>
span { border-color: #E0F9A4; }
span { border-color: rgb(224,249,164); }
td.TdClassName
{
border-color: #E0F9A4;
}
.TagClassName
{
border-color: #E0F9A4;
}
</style>