Shades of Reef #E0FF9B
Tints of Reef #E0FF9B
RGB
CMYK
RGB Variations
Color information
#E0FF9B (or 0xE0FF9B) is known color: Reef. HEX triplet: E0, FF and 9B. RGB value is (224,255,155). Sum of RGB (Red+Green+Blue) = 224+255+155=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 155 (60.94% from 255 or 24.45% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FF9B is #1F0064. Grayscale: #EAEAEA. Windows color (decimal): -2031717 or 10223584. OLE color: 10223584.
HSL color Cylindrical-coordinate representation of color #E0FF9B: hue angle of 78.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0FF9B is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 155 | - |
| CMYK | 0.12 | 0 | 0.39 | 0 |
| HSL | 78.6º | 1% | 0.8% | - |
| HSV(B) | 78.6º | 0.39% | 1% | - |
| XYZ | 72.42 | 89.73 | 44.51 | - |
| YUV | 234.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 155 | 0.12 | 0 | 0.39 | 0 | 78.6 | 1 | 0.8 |
| Hex | E0 | FF | 9B | C | 0 | 27 | 0 | 4F | 64 | 50 |
| Octal | 340 | 377 | 233 | 14 | 0 | 47 | 0 | 117 | 144 | 120 |
| Binary | 11100000 | 11111111 | 10011011 | 1100 | 0 | 100111 | 0 | 1001111 | 1100100 | 1010000 |
Color Harmonies of #E0FF9B
Complementary color
Monochromatic Colors of #E0FF9B
Black with #E0FF9B
Text Example
Text Example
White with #E0FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF9B; }
p { color: rgb(224,255,155); }
H1.HeaderClassName
{
color: #E0FF9B;
}
.AnyTagClassName
{
color: #E0FF9B;
}
</style>
background-color css
<style>
a { background-color: #E0FF9B; }
a { background-color: rgb(224,255,155); }
div.DivClassName
{
background-color: #E0FF9B;
}
.BgClassName
{
background-color: #E0FF9B;
}
</style>
border-color css
<style>
span { border-color: #E0FF9B; }
span { border-color: rgb(224,255,155); }
td.TdClassName
{
border-color: #E0FF9B;
}
.TagClassName
{
border-color: #E0FF9B;
}
</style>