Shades of Reef #E0F29D
Tints of Reef #E0F29D
RGB
CMYK
RGB Variations
Color information
#E0F29D (or 0xE0F29D) is known color: Reef. HEX triplet: E0, F2 and 9D. RGB value is (224,242,157). Sum of RGB (Red+Green+Blue) = 224+242+157=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F29D is #1F0D62. Grayscale: #E3E3E3. Windows color (decimal): -2035043 or 10351328. OLE color: 10351328.
HSL color Cylindrical-coordinate representation of color #E0F29D: hue angle of 72.71º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0F29D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 157 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.05 |
| HSL | 72.71º | 0.77% | 0.78% | - |
| HSV(B) | 72.71º | 0.35% | 0.95% | - |
| XYZ | 68.58 | 81.79 | 44.07 | - |
| YUV | 226.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 157 | 0.07 | 0 | 0.35 | 0.05 | 72.71 | 0.77 | 0.78 |
| Hex | E0 | F2 | 9D | 7 | 0 | 23 | 5 | 49 | 4D | 4E |
| Octal | 340 | 362 | 235 | 7 | 0 | 43 | 5 | 111 | 115 | 116 |
| Binary | 11100000 | 11110010 | 10011101 | 111 | 0 | 100011 | 101 | 1001001 | 1001101 | 1001110 |
Color Harmonies of #E0F29D
Complementary color
Monochromatic Colors of #E0F29D
Black with #E0F29D
Text Example
Text Example
White with #E0F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F29D; }
p { color: rgb(224,242,157); }
H1.HeaderClassName
{
color: #E0F29D;
}
.AnyTagClassName
{
color: #E0F29D;
}
</style>
background-color css
<style>
a { background-color: #E0F29D; }
a { background-color: rgb(224,242,157); }
div.DivClassName
{
background-color: #E0F29D;
}
.BgClassName
{
background-color: #E0F29D;
}
</style>
border-color css
<style>
span { border-color: #E0F29D; }
span { border-color: rgb(224,242,157); }
td.TdClassName
{
border-color: #E0F29D;
}
.TagClassName
{
border-color: #E0F29D;
}
</style>