Shades of Sea Buckthorn #EE9941
Tints of Sea Buckthorn #EE9941
RGB
CMYK
RGB Variations
Color information
#EE9941 (or 0xEE9941) is known color: Sea Buckthorn. HEX triplet: EE, 99 and 41. RGB value is (238,153,65). Sum of RGB (Red+Green+Blue) = 238+153+65=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9941 is #1166BE. Grayscale: #A8A8A8. Windows color (decimal): -1140415 or 4299246. OLE color: 4299246.
HSL color Cylindrical-coordinate representation of color #EE9941: hue angle of 30.52º 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 #EE9941 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 65 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.07 |
| HSL | 30.52º | 0.84% | 0.59% | - |
| HSV(B) | 30.52º | 0.73% | 0.93% | - |
| XYZ | 47.61 | 41.34 | 10.47 | - |
| YUV | 168.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 65 | 0 | 0.36 | 0.73 | 0.07 | 30.52 | 0.84 | 0.59 |
| Hex | EE | 99 | 41 | 0 | 24 | 49 | 7 | 1F | 54 | 3B |
| Octal | 356 | 231 | 101 | 0 | 44 | 111 | 7 | 37 | 124 | 73 |
| Binary | 11101110 | 10011001 | 1000001 | 0 | 100100 | 1001001 | 111 | 11111 | 1010100 | 111011 |
Color Harmonies of #EE9941
Complementary color
Monochromatic Colors of #EE9941
Black with #EE9941
Text Example
Text Example
White with #EE9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9941; }
p { color: rgb(238,153,65); }
H1.HeaderClassName
{
color: #EE9941;
}
.AnyTagClassName
{
color: #EE9941;
}
</style>
background-color css
<style>
a { background-color: #EE9941; }
a { background-color: rgb(238,153,65); }
div.DivClassName
{
background-color: #EE9941;
}
.BgClassName
{
background-color: #EE9941;
}
</style>
border-color css
<style>
span { border-color: #EE9941; }
span { border-color: rgb(238,153,65); }
td.TdClassName
{
border-color: #EE9941;
}
.TagClassName
{
border-color: #EE9941;
}
</style>