Shades of Reef #E0F79D
Tints of Reef #E0F79D
RGB
CMYK
RGB Variations
Color information
#E0F79D (or 0xE0F79D) is known color: Reef. HEX triplet: E0, F7 and 9D. RGB value is (224,247,157). Sum of RGB (Red+Green+Blue) = 224+247+157=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F79D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F79D is #1F0862. Grayscale: #E6E6E6. Windows color (decimal): -2033763 or 10352608. OLE color: 10352608.
HSL color Cylindrical-coordinate representation of color #E0F79D: hue angle of 75.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0F79D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 247 | 157 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.03 |
| HSL | 75.33º | 0.85% | 0.79% | - |
| HSV(B) | 75.33º | 0.36% | 0.97% | - |
| XYZ | 70.09 | 84.8 | 44.57 | - |
| YUV | 229.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 247 | 157 | 0.09 | 0 | 0.36 | 0.03 | 75.33 | 0.85 | 0.79 |
| Hex | E0 | F7 | 9D | 9 | 0 | 24 | 3 | 4B | 55 | 4F |
| Octal | 340 | 367 | 235 | 11 | 0 | 44 | 3 | 113 | 125 | 117 |
| Binary | 11100000 | 11110111 | 10011101 | 1001 | 0 | 100100 | 11 | 1001011 | 1010101 | 1001111 |
Color Harmonies of #E0F79D
Complementary color
Monochromatic Colors of #E0F79D
Black with #E0F79D
Text Example
Text Example
White with #E0F79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F79D; }
p { color: rgb(224,247,157); }
H1.HeaderClassName
{
color: #E0F79D;
}
.AnyTagClassName
{
color: #E0F79D;
}
</style>
background-color css
<style>
a { background-color: #E0F79D; }
a { background-color: rgb(224,247,157); }
div.DivClassName
{
background-color: #E0F79D;
}
.BgClassName
{
background-color: #E0F79D;
}
</style>
border-color css
<style>
span { border-color: #E0F79D; }
span { border-color: rgb(224,247,157); }
td.TdClassName
{
border-color: #E0F79D;
}
.TagClassName
{
border-color: #E0F79D;
}
</style>