Shades of Reef #E0FFA4
Tints of Reef #E0FFA4
RGB
CMYK
RGB Variations
Color information
#E0FFA4 (or 0xE0FFA4) is known color: Reef. HEX triplet: E0, FF and A4. RGB value is (224,255,164). Sum of RGB (Red+Green+Blue) = 224+255+164=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFA4 is #1F005B. Grayscale: #EBEBEB. Windows color (decimal): -2031708 or 10813408. OLE color: 10813408.
HSL color Cylindrical-coordinate representation of color #E0FFA4: hue angle of 80.44º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0FFA4 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 164 | - |
| CMYK | 0.12 | 0 | 0.36 | 0 |
| HSL | 80.44º | 1% | 0.82% | - |
| HSV(B) | 80.44º | 0.36% | 1% | - |
| XYZ | 73.2 | 90.05 | 48.64 | - |
| YUV | 235.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 164 | 0.12 | 0 | 0.36 | 0 | 80.44 | 1 | 0.82 |
| Hex | E0 | FF | A4 | C | 0 | 24 | 0 | 50 | 64 | 52 |
| Octal | 340 | 377 | 244 | 14 | 0 | 44 | 0 | 120 | 144 | 122 |
| Binary | 11100000 | 11111111 | 10100100 | 1100 | 0 | 100100 | 0 | 1010000 | 1100100 | 1010010 |
Color Harmonies of #E0FFA4
Complementary color
Monochromatic Colors of #E0FFA4
Black with #E0FFA4
Text Example
Text Example
White with #E0FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFA4; }
p { color: rgb(224,255,164); }
H1.HeaderClassName
{
color: #E0FFA4;
}
.AnyTagClassName
{
color: #E0FFA4;
}
</style>
background-color css
<style>
a { background-color: #E0FFA4; }
a { background-color: rgb(224,255,164); }
div.DivClassName
{
background-color: #E0FFA4;
}
.BgClassName
{
background-color: #E0FFA4;
}
</style>
border-color css
<style>
span { border-color: #E0FFA4; }
span { border-color: rgb(224,255,164); }
td.TdClassName
{
border-color: #E0FFA4;
}
.TagClassName
{
border-color: #E0FFA4;
}
</style>