Shades of Sea Buckthorn #EE9355
Tints of Sea Buckthorn #EE9355
RGB
CMYK
RGB Variations
Color information
#EE9355 (or 0xEE9355) is known color: Sea Buckthorn. HEX triplet: EE, 93 and 55. RGB value is (238,147,85). Sum of RGB (Red+Green+Blue) = 238+147+85=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9355 is #116CAA. Grayscale: #A7A7A7. Windows color (decimal): -1141931 or 5608430. OLE color: 5608430.
HSL color Cylindrical-coordinate representation of color #EE9355: hue angle of 24.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE9355 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 85 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.07 |
| HSL | 24.31º | 0.82% | 0.63% | - |
| HSV(B) | 24.31º | 0.64% | 0.93% | - |
| XYZ | 47.33 | 39.7 | 13.76 | - |
| YUV | 167.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 85 | 0 | 0.38 | 0.64 | 0.07 | 24.31 | 0.82 | 0.63 |
| Hex | EE | 93 | 55 | 0 | 26 | 40 | 7 | 18 | 52 | 3F |
| Octal | 356 | 223 | 125 | 0 | 46 | 100 | 7 | 30 | 122 | 77 |
| Binary | 11101110 | 10010011 | 1010101 | 0 | 100110 | 1000000 | 111 | 11000 | 1010010 | 111111 |
Color Harmonies of #EE9355
Complementary color
Monochromatic Colors of #EE9355
Black with #EE9355
Text Example
Text Example
White with #EE9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9355; }
p { color: rgb(238,147,85); }
H1.HeaderClassName
{
color: #EE9355;
}
.AnyTagClassName
{
color: #EE9355;
}
</style>
background-color css
<style>
a { background-color: #EE9355; }
a { background-color: rgb(238,147,85); }
div.DivClassName
{
background-color: #EE9355;
}
.BgClassName
{
background-color: #EE9355;
}
</style>
border-color css
<style>
span { border-color: #EE9355; }
span { border-color: rgb(238,147,85); }
td.TdClassName
{
border-color: #EE9355;
}
.TagClassName
{
border-color: #EE9355;
}
</style>