Shades of Sea Buckthorn #EE9650
Tints of Sea Buckthorn #EE9650
RGB
CMYK
RGB Variations
Color information
#EE9650 (or 0xEE9650) is known color: Sea Buckthorn. HEX triplet: EE, 96 and 50. RGB value is (238,150,80). Sum of RGB (Red+Green+Blue) = 238+150+80=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9650 is #1169AF. Grayscale: #A8A8A8. Windows color (decimal): -1141168 or 5281518. OLE color: 5281518.
HSL color Cylindrical-coordinate representation of color #EE9650: hue angle of 26.58º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE9650 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 80 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.07 |
| HSL | 26.58º | 0.82% | 0.62% | - |
| HSV(B) | 26.58º | 0.66% | 0.93% | - |
| XYZ | 47.61 | 40.57 | 12.91 | - |
| YUV | 168.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 80 | 0 | 0.37 | 0.66 | 0.07 | 26.58 | 0.82 | 0.62 |
| Hex | EE | 96 | 50 | 0 | 25 | 42 | 7 | 1B | 52 | 3E |
| Octal | 356 | 226 | 120 | 0 | 45 | 102 | 7 | 33 | 122 | 76 |
| Binary | 11101110 | 10010110 | 1010000 | 0 | 100101 | 1000010 | 111 | 11011 | 1010010 | 111110 |
Color Harmonies of #EE9650
Complementary color
Monochromatic Colors of #EE9650
Black with #EE9650
Text Example
Text Example
White with #EE9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9650; }
p { color: rgb(238,150,80); }
H1.HeaderClassName
{
color: #EE9650;
}
.AnyTagClassName
{
color: #EE9650;
}
</style>
background-color css
<style>
a { background-color: #EE9650; }
a { background-color: rgb(238,150,80); }
div.DivClassName
{
background-color: #EE9650;
}
.BgClassName
{
background-color: #EE9650;
}
</style>
border-color css
<style>
span { border-color: #EE9650; }
span { border-color: rgb(238,150,80); }
td.TdClassName
{
border-color: #EE9650;
}
.TagClassName
{
border-color: #EE9650;
}
</style>