Shades of Reef #E0FCA2
Tints of Reef #E0FCA2
RGB
CMYK
RGB Variations
Color information
#E0FCA2 (or 0xE0FCA2) is known color: Reef. HEX triplet: E0, FC and A2. RGB value is (224,252,162). Sum of RGB (Red+Green+Blue) = 224+252+162=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FCA2 is #1F035D. Grayscale: #E9E9E9. Windows color (decimal): -2032478 or 10681568. OLE color: 10681568.
HSL color Cylindrical-coordinate representation of color #E0FCA2: hue angle of 78.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0FCA2 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 162 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.01 |
| HSL | 78.67º | 0.94% | 0.81% | - |
| HSV(B) | 78.67º | 0.36% | 0.99% | - |
| XYZ | 72.07 | 88.08 | 47.38 | - |
| YUV | 233.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 162 | 0.11 | 0 | 0.36 | 0.01 | 78.67 | 0.94 | 0.81 |
| Hex | E0 | FC | A2 | B | 0 | 24 | 1 | 4F | 5E | 51 |
| Octal | 340 | 374 | 242 | 13 | 0 | 44 | 1 | 117 | 136 | 121 |
| Binary | 11100000 | 11111100 | 10100010 | 1011 | 0 | 100100 | 1 | 1001111 | 1011110 | 1010001 |
Color Harmonies of #E0FCA2
Complementary color
Monochromatic Colors of #E0FCA2
Black with #E0FCA2
Text Example
Text Example
White with #E0FCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCA2; }
p { color: rgb(224,252,162); }
H1.HeaderClassName
{
color: #E0FCA2;
}
.AnyTagClassName
{
color: #E0FCA2;
}
</style>
background-color css
<style>
a { background-color: #E0FCA2; }
a { background-color: rgb(224,252,162); }
div.DivClassName
{
background-color: #E0FCA2;
}
.BgClassName
{
background-color: #E0FCA2;
}
</style>
border-color css
<style>
span { border-color: #E0FCA2; }
span { border-color: rgb(224,252,162); }
td.TdClassName
{
border-color: #E0FCA2;
}
.TagClassName
{
border-color: #E0FCA2;
}
</style>