Shades of Reef #E0FEAC
Tints of Reef #E0FEAC
RGB
CMYK
RGB Variations
Color information
#E0FEAC (or 0xE0FEAC) is known color: Reef. HEX triplet: E0, FE and AC. RGB value is (224,254,172). Sum of RGB (Red+Green+Blue) = 224+254+172=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEAC is #1F0153. Grayscale: #EBEBEB. Windows color (decimal): -2031956 or 11337440. OLE color: 11337440.
HSL color Cylindrical-coordinate representation of color #E0FEAC: hue angle of 81.95º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0FEAC is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 172 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.00 |
| HSL | 81.95º | 0.98% | 0.84% | - |
| HSV(B) | 81.95º | 0.32% | 1% | - |
| XYZ | 73.63 | 89.71 | 52.46 | - |
| YUV | 235.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 172 | 0.12 | 0 | 0.32 | 0.00 | 81.95 | 0.98 | 0.84 |
| Hex | E0 | FE | AC | C | 0 | 20 | 0 | 52 | 62 | 54 |
| Octal | 340 | 376 | 254 | 14 | 0 | 40 | 0 | 122 | 142 | 124 |
| Binary | 11100000 | 11111110 | 10101100 | 1100 | 0 | 100000 | 0 | 1010010 | 1100010 | 1010100 |
Color Harmonies of #E0FEAC
Complementary color
Monochromatic Colors of #E0FEAC
Black with #E0FEAC
Text Example
Text Example
White with #E0FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEAC; }
p { color: rgb(224,254,172); }
H1.HeaderClassName
{
color: #E0FEAC;
}
.AnyTagClassName
{
color: #E0FEAC;
}
</style>
background-color css
<style>
a { background-color: #E0FEAC; }
a { background-color: rgb(224,254,172); }
div.DivClassName
{
background-color: #E0FEAC;
}
.BgClassName
{
background-color: #E0FEAC;
}
</style>
border-color css
<style>
span { border-color: #E0FEAC; }
span { border-color: rgb(224,254,172); }
td.TdClassName
{
border-color: #E0FEAC;
}
.TagClassName
{
border-color: #E0FEAC;
}
</style>