Shades of Reef #E0F5A3
Tints of Reef #E0F5A3
RGB
CMYK
RGB Variations
Color information
#E0F5A3 (or 0xE0F5A3) is known color: Reef. HEX triplet: E0, F5 and A3. RGB value is (224,245,163). Sum of RGB (Red+Green+Blue) = 224+245+163=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 163 (64.06% from 255 or 25.79% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F5A3 is #1F0A5C. Grayscale: #E5E5E5. Windows color (decimal): -2034269 or 10745312. OLE color: 10745312.
HSL color Cylindrical-coordinate representation of color #E0F5A3: hue angle of 75.37º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0F5A3 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 163 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.04 |
| HSL | 75.37º | 0.8% | 0.8% | - |
| HSV(B) | 75.37º | 0.33% | 0.96% | - |
| XYZ | 70 | 83.8 | 47.14 | - |
| YUV | 229.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 163 | 0.09 | 0 | 0.33 | 0.04 | 75.37 | 0.8 | 0.8 |
| Hex | E0 | F5 | A3 | 9 | 0 | 21 | 4 | 4B | 50 | 50 |
| Octal | 340 | 365 | 243 | 11 | 0 | 41 | 4 | 113 | 120 | 120 |
| Binary | 11100000 | 11110101 | 10100011 | 1001 | 0 | 100001 | 100 | 1001011 | 1010000 | 1010000 |
Color Harmonies of #E0F5A3
Complementary color
Monochromatic Colors of #E0F5A3
Black with #E0F5A3
Text Example
Text Example
White with #E0F5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F5A3; }
p { color: rgb(224,245,163); }
H1.HeaderClassName
{
color: #E0F5A3;
}
.AnyTagClassName
{
color: #E0F5A3;
}
</style>
background-color css
<style>
a { background-color: #E0F5A3; }
a { background-color: rgb(224,245,163); }
div.DivClassName
{
background-color: #E0F5A3;
}
.BgClassName
{
background-color: #E0F5A3;
}
</style>
border-color css
<style>
span { border-color: #E0F5A3; }
span { border-color: rgb(224,245,163); }
td.TdClassName
{
border-color: #E0F5A3;
}
.TagClassName
{
border-color: #E0F5A3;
}
</style>