Shades of Sea Buckthorn #EE9150
Tints of Sea Buckthorn #EE9150
RGB
CMYK
RGB Variations
Color information
#EE9150 (or 0xEE9150) is known color: Sea Buckthorn. HEX triplet: EE, 91 and 50. RGB value is (238,145,80). Sum of RGB (Red+Green+Blue) = 238+145+80=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9150 is #116EAF. Grayscale: #A5A5A5. Windows color (decimal): -1142448 or 5280238. OLE color: 5280238.
HSL color Cylindrical-coordinate representation of color #EE9150: hue angle of 24.68º 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 #EE9150 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 80 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.07 |
| HSL | 24.68º | 0.82% | 0.62% | - |
| HSV(B) | 24.68º | 0.66% | 0.93% | - |
| XYZ | 46.83 | 39.01 | 12.65 | - |
| YUV | 165.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 80 | 0 | 0.39 | 0.66 | 0.07 | 24.68 | 0.82 | 0.62 |
| Hex | EE | 91 | 50 | 0 | 27 | 42 | 7 | 19 | 52 | 3E |
| Octal | 356 | 221 | 120 | 0 | 47 | 102 | 7 | 31 | 122 | 76 |
| Binary | 11101110 | 10010001 | 1010000 | 0 | 100111 | 1000010 | 111 | 11001 | 1010010 | 111110 |
Color Harmonies of #EE9150
Complementary color
Monochromatic Colors of #EE9150
Black with #EE9150
Text Example
Text Example
White with #EE9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9150; }
p { color: rgb(238,145,80); }
H1.HeaderClassName
{
color: #EE9150;
}
.AnyTagClassName
{
color: #EE9150;
}
</style>
background-color css
<style>
a { background-color: #EE9150; }
a { background-color: rgb(238,145,80); }
div.DivClassName
{
background-color: #EE9150;
}
.BgClassName
{
background-color: #EE9150;
}
</style>
border-color css
<style>
span { border-color: #EE9150; }
span { border-color: rgb(238,145,80); }
td.TdClassName
{
border-color: #EE9150;
}
.TagClassName
{
border-color: #EE9150;
}
</style>