Shades of Reef #E0FFAE
Tints of Reef #E0FFAE
RGB
CMYK
RGB Variations
Color information
#E0FFAE (or 0xE0FFAE) is known color: Reef. HEX triplet: E0, FF and AE. RGB value is (224,255,174). Sum of RGB (Red+Green+Blue) = 224+255+174=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFAE is #1F0051. Grayscale: #ECECEC. Windows color (decimal): -2031698 or 11468768. OLE color: 11468768.
HSL color Cylindrical-coordinate representation of color #E0FFAE: hue angle of 82.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0FFAE is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 174 | - |
| CMYK | 0.12 | 0 | 0.32 | 0 |
| HSL | 82.96º | 1% | 0.84% | - |
| HSV(B) | 82.96º | 0.32% | 1% | - |
| XYZ | 74.14 | 90.42 | 53.59 | - |
| YUV | 236.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 174 | 0.12 | 0 | 0.32 | 0 | 82.96 | 1 | 0.84 |
| Hex | E0 | FF | AE | C | 0 | 20 | 0 | 53 | 64 | 54 |
| Octal | 340 | 377 | 256 | 14 | 0 | 40 | 0 | 123 | 144 | 124 |
| Binary | 11100000 | 11111111 | 10101110 | 1100 | 0 | 100000 | 0 | 1010011 | 1100100 | 1010100 |
Color Harmonies of #E0FFAE
Complementary color
Monochromatic Colors of #E0FFAE
Black with #E0FFAE
Text Example
Text Example
White with #E0FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFAE; }
p { color: rgb(224,255,174); }
H1.HeaderClassName
{
color: #E0FFAE;
}
.AnyTagClassName
{
color: #E0FFAE;
}
</style>
background-color css
<style>
a { background-color: #E0FFAE; }
a { background-color: rgb(224,255,174); }
div.DivClassName
{
background-color: #E0FFAE;
}
.BgClassName
{
background-color: #E0FFAE;
}
</style>
border-color css
<style>
span { border-color: #E0FFAE; }
span { border-color: rgb(224,255,174); }
td.TdClassName
{
border-color: #E0FFAE;
}
.TagClassName
{
border-color: #E0FFAE;
}
</style>