Shades of Sea Buckthorn #EE9541
Tints of Sea Buckthorn #EE9541
RGB
CMYK
RGB Variations
Color information
#EE9541 (or 0xEE9541) is known color: Sea Buckthorn. HEX triplet: EE, 95 and 41. RGB value is (238,149,65). Sum of RGB (Red+Green+Blue) = 238+149+65=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9541 is #116ABE. Grayscale: #A6A6A6. Windows color (decimal): -1141439 or 4298222. OLE color: 4298222.
HSL color Cylindrical-coordinate representation of color #EE9541: hue angle of 29.13º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE9541 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 65 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.07 |
| HSL | 29.13º | 0.84% | 0.59% | - |
| HSV(B) | 29.13º | 0.73% | 0.93% | - |
| XYZ | 46.96 | 40.05 | 10.26 | - |
| YUV | 166.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 65 | 0 | 0.37 | 0.73 | 0.07 | 29.13 | 0.84 | 0.59 |
| Hex | EE | 95 | 41 | 0 | 25 | 49 | 7 | 1D | 54 | 3B |
| Octal | 356 | 225 | 101 | 0 | 45 | 111 | 7 | 35 | 124 | 73 |
| Binary | 11101110 | 10010101 | 1000001 | 0 | 100101 | 1001001 | 111 | 11101 | 1010100 | 111011 |
Color Harmonies of #EE9541
Complementary color
Monochromatic Colors of #EE9541
Black with #EE9541
Text Example
Text Example
White with #EE9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9541; }
p { color: rgb(238,149,65); }
H1.HeaderClassName
{
color: #EE9541;
}
.AnyTagClassName
{
color: #EE9541;
}
</style>
background-color css
<style>
a { background-color: #EE9541; }
a { background-color: rgb(238,149,65); }
div.DivClassName
{
background-color: #EE9541;
}
.BgClassName
{
background-color: #EE9541;
}
</style>
border-color css
<style>
span { border-color: #EE9541; }
span { border-color: rgb(238,149,65); }
td.TdClassName
{
border-color: #EE9541;
}
.TagClassName
{
border-color: #EE9541;
}
</style>