Shades of Sea Buckthorn #EE994E
Tints of Sea Buckthorn #EE994E
RGB
CMYK
RGB Variations
Color information
#EE994E (or 0xEE994E) is known color: Sea Buckthorn. HEX triplet: EE, 99 and 4E. RGB value is (238,153,78). Sum of RGB (Red+Green+Blue) = 238+153+78=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE994E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE994E is #1166B1. Grayscale: #AAAAAA. Windows color (decimal): -1140402 or 5151214. OLE color: 5151214.
HSL color Cylindrical-coordinate representation of color #EE994E: hue angle of 28.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE994E is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 78 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.07 |
| HSL | 28.13º | 0.82% | 0.62% | - |
| HSV(B) | 28.13º | 0.67% | 0.93% | - |
| XYZ | 48.03 | 41.51 | 12.69 | - |
| YUV | 169.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 78 | 0 | 0.36 | 0.67 | 0.07 | 28.13 | 0.82 | 0.62 |
| Hex | EE | 99 | 4E | 0 | 24 | 43 | 7 | 1C | 52 | 3E |
| Octal | 356 | 231 | 116 | 0 | 44 | 103 | 7 | 34 | 122 | 76 |
| Binary | 11101110 | 10011001 | 1001110 | 0 | 100100 | 1000011 | 111 | 11100 | 1010010 | 111110 |
Color Harmonies of #EE994E
Complementary color
Monochromatic Colors of #EE994E
Black with #EE994E
Text Example
Text Example
White with #EE994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE994E; }
p { color: rgb(238,153,78); }
H1.HeaderClassName
{
color: #EE994E;
}
.AnyTagClassName
{
color: #EE994E;
}
</style>
background-color css
<style>
a { background-color: #EE994E; }
a { background-color: rgb(238,153,78); }
div.DivClassName
{
background-color: #EE994E;
}
.BgClassName
{
background-color: #EE994E;
}
</style>
border-color css
<style>
span { border-color: #EE994E; }
span { border-color: rgb(238,153,78); }
td.TdClassName
{
border-color: #EE994E;
}
.TagClassName
{
border-color: #EE994E;
}
</style>