Shades of Reef #E0FDAA
Tints of Reef #E0FDAA
RGB
CMYK
RGB Variations
Color information
#E0FDAA (or 0xE0FDAA) is known color: Reef. HEX triplet: E0, FD and AA. RGB value is (224,253,170). Sum of RGB (Red+Green+Blue) = 224+253+170=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FDAA is #1F0255. Grayscale: #EBEBEB. Windows color (decimal): -2032214 or 11206112. OLE color: 11206112.
HSL color Cylindrical-coordinate representation of color #E0FDAA: hue angle of 80.96º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0FDAA is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 170 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.01 |
| HSL | 80.96º | 0.95% | 0.83% | - |
| HSV(B) | 80.96º | 0.33% | 0.99% | - |
| XYZ | 73.12 | 89 | 51.36 | - |
| YUV | 234.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 170 | 0.11 | 0 | 0.33 | 0.01 | 80.96 | 0.95 | 0.83 |
| Hex | E0 | FD | AA | B | 0 | 21 | 1 | 51 | 5F | 53 |
| Octal | 340 | 375 | 252 | 13 | 0 | 41 | 1 | 121 | 137 | 123 |
| Binary | 11100000 | 11111101 | 10101010 | 1011 | 0 | 100001 | 1 | 1010001 | 1011111 | 1010011 |
Color Harmonies of #E0FDAA
Complementary color
Monochromatic Colors of #E0FDAA
Black with #E0FDAA
Text Example
Text Example
White with #E0FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FDAA; }
p { color: rgb(224,253,170); }
H1.HeaderClassName
{
color: #E0FDAA;
}
.AnyTagClassName
{
color: #E0FDAA;
}
</style>
background-color css
<style>
a { background-color: #E0FDAA; }
a { background-color: rgb(224,253,170); }
div.DivClassName
{
background-color: #E0FDAA;
}
.BgClassName
{
background-color: #E0FDAA;
}
</style>
border-color css
<style>
span { border-color: #E0FDAA; }
span { border-color: rgb(224,253,170); }
td.TdClassName
{
border-color: #E0FDAA;
}
.TagClassName
{
border-color: #E0FDAA;
}
</style>