Shades of Reef #E0F69B
Tints of Reef #E0F69B
RGB
CMYK
RGB Variations
Color information
#E0F69B (or 0xE0F69B) is known color: Reef. HEX triplet: E0, F6 and 9B. RGB value is (224,246,155). Sum of RGB (Red+Green+Blue) = 224+246+155=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F69B is #1F0964. Grayscale: #E5E5E5. Windows color (decimal): -2034021 or 10221280. OLE color: 10221280.
HSL color Cylindrical-coordinate representation of color #E0F69B: hue angle of 74.51º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0F69B is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 246 | 155 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.04 |
| HSL | 74.51º | 0.83% | 0.79% | - |
| HSV(B) | 74.51º | 0.37% | 0.96% | - |
| XYZ | 69.61 | 84.13 | 43.58 | - |
| YUV | 229.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 155 | 0.09 | 0 | 0.37 | 0.04 | 74.51 | 0.83 | 0.79 |
| Hex | E0 | F6 | 9B | 9 | 0 | 25 | 4 | 4B | 53 | 4F |
| Octal | 340 | 366 | 233 | 11 | 0 | 45 | 4 | 113 | 123 | 117 |
| Binary | 11100000 | 11110110 | 10011011 | 1001 | 0 | 100101 | 100 | 1001011 | 1010011 | 1001111 |
Color Harmonies of #E0F69B
Complementary color
Monochromatic Colors of #E0F69B
Black with #E0F69B
Text Example
Text Example
White with #E0F69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F69B; }
p { color: rgb(224,246,155); }
H1.HeaderClassName
{
color: #E0F69B;
}
.AnyTagClassName
{
color: #E0F69B;
}
</style>
background-color css
<style>
a { background-color: #E0F69B; }
a { background-color: rgb(224,246,155); }
div.DivClassName
{
background-color: #E0F69B;
}
.BgClassName
{
background-color: #E0F69B;
}
</style>
border-color css
<style>
span { border-color: #E0F69B; }
span { border-color: rgb(224,246,155); }
td.TdClassName
{
border-color: #E0F69B;
}
.TagClassName
{
border-color: #E0F69B;
}
</style>