Shades of Sea Buckthorn #EE9555
Tints of Sea Buckthorn #EE9555
RGB
CMYK
RGB Variations
Color information
#EE9555 (or 0xEE9555) is known color: Sea Buckthorn. HEX triplet: EE, 95 and 55. RGB value is (238,149,85). Sum of RGB (Red+Green+Blue) = 238+149+85=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9555 is #116AAA. Grayscale: #A8A8A8. Windows color (decimal): -1141419 or 5608942. OLE color: 5608942.
HSL color Cylindrical-coordinate representation of color #EE9555: hue angle of 25.1º 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 #EE9555 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 85 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.07 |
| HSL | 25.1º | 0.82% | 0.63% | - |
| HSV(B) | 25.1º | 0.64% | 0.93% | - |
| XYZ | 47.65 | 40.33 | 13.87 | - |
| YUV | 168.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 85 | 0 | 0.37 | 0.64 | 0.07 | 25.1 | 0.82 | 0.63 |
| Hex | EE | 95 | 55 | 0 | 25 | 40 | 7 | 19 | 52 | 3F |
| Octal | 356 | 225 | 125 | 0 | 45 | 100 | 7 | 31 | 122 | 77 |
| Binary | 11101110 | 10010101 | 1010101 | 0 | 100101 | 1000000 | 111 | 11001 | 1010010 | 111111 |
Color Harmonies of #EE9555
Complementary color
Monochromatic Colors of #EE9555
Black with #EE9555
Text Example
Text Example
White with #EE9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9555; }
p { color: rgb(238,149,85); }
H1.HeaderClassName
{
color: #EE9555;
}
.AnyTagClassName
{
color: #EE9555;
}
</style>
background-color css
<style>
a { background-color: #EE9555; }
a { background-color: rgb(238,149,85); }
div.DivClassName
{
background-color: #EE9555;
}
.BgClassName
{
background-color: #EE9555;
}
</style>
border-color css
<style>
span { border-color: #EE9555; }
span { border-color: rgb(238,149,85); }
td.TdClassName
{
border-color: #EE9555;
}
.TagClassName
{
border-color: #EE9555;
}
</style>