Shades of Sea Buckthorn #EE9F4F
Tints of Sea Buckthorn #EE9F4F
RGB
CMYK
RGB Variations
Color information
#EE9F4F (or 0xEE9F4F) is known color: Sea Buckthorn. HEX triplet: EE, 9F and 4F. RGB value is (238,159,79). Sum of RGB (Red+Green+Blue) = 238+159+79=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9F4F is #1160B0. Grayscale: #ADADAD. Windows color (decimal): -1138865 or 5218286. OLE color: 5218286.
HSL color Cylindrical-coordinate representation of color #EE9F4F: hue angle of 30.19º 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 #EE9F4F is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 79 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.07 |
| HSL | 30.19º | 0.82% | 0.62% | - |
| HSV(B) | 30.19º | 0.67% | 0.93% | - |
| XYZ | 49.07 | 43.54 | 13.21 | - |
| YUV | 173.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 79 | 0 | 0.33 | 0.67 | 0.07 | 30.19 | 0.82 | 0.62 |
| Hex | EE | 9F | 4F | 0 | 21 | 43 | 7 | 1E | 52 | 3E |
| Octal | 356 | 237 | 117 | 0 | 41 | 103 | 7 | 36 | 122 | 76 |
| Binary | 11101110 | 10011111 | 1001111 | 0 | 100001 | 1000011 | 111 | 11110 | 1010010 | 111110 |
Color Harmonies of #EE9F4F
Complementary color
Monochromatic Colors of #EE9F4F
Black with #EE9F4F
Text Example
Text Example
White with #EE9F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F4F; }
p { color: rgb(238,159,79); }
H1.HeaderClassName
{
color: #EE9F4F;
}
.AnyTagClassName
{
color: #EE9F4F;
}
</style>
background-color css
<style>
a { background-color: #EE9F4F; }
a { background-color: rgb(238,159,79); }
div.DivClassName
{
background-color: #EE9F4F;
}
.BgClassName
{
background-color: #EE9F4F;
}
</style>
border-color css
<style>
span { border-color: #EE9F4F; }
span { border-color: rgb(238,159,79); }
td.TdClassName
{
border-color: #EE9F4F;
}
.TagClassName
{
border-color: #EE9F4F;
}
</style>