Shades of Sea Buckthorn #EE9250
Tints of Sea Buckthorn #EE9250
RGB
CMYK
RGB Variations
Color information
#EE9250 (or 0xEE9250) is known color: Sea Buckthorn. HEX triplet: EE, 92 and 50. RGB value is (238,146,80). Sum of RGB (Red+Green+Blue) = 238+146+80=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9250 is #116DAF. Grayscale: #A6A6A6. Windows color (decimal): -1142192 or 5280494. OLE color: 5280494.
HSL color Cylindrical-coordinate representation of color #EE9250: hue angle of 25.06º 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 #EE9250 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 80 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.07 |
| HSL | 25.06º | 0.82% | 0.62% | - |
| HSV(B) | 25.06º | 0.66% | 0.93% | - |
| XYZ | 46.99 | 39.31 | 12.7 | - |
| YUV | 165.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 80 | 0 | 0.39 | 0.66 | 0.07 | 25.06 | 0.82 | 0.62 |
| Hex | EE | 92 | 50 | 0 | 27 | 42 | 7 | 19 | 52 | 3E |
| Octal | 356 | 222 | 120 | 0 | 47 | 102 | 7 | 31 | 122 | 76 |
| Binary | 11101110 | 10010010 | 1010000 | 0 | 100111 | 1000010 | 111 | 11001 | 1010010 | 111110 |
Color Harmonies of #EE9250
Complementary color
Monochromatic Colors of #EE9250
Black with #EE9250
Text Example
Text Example
White with #EE9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9250; }
p { color: rgb(238,146,80); }
H1.HeaderClassName
{
color: #EE9250;
}
.AnyTagClassName
{
color: #EE9250;
}
</style>
background-color css
<style>
a { background-color: #EE9250; }
a { background-color: rgb(238,146,80); }
div.DivClassName
{
background-color: #EE9250;
}
.BgClassName
{
background-color: #EE9250;
}
</style>
border-color css
<style>
span { border-color: #EE9250; }
span { border-color: rgb(238,146,80); }
td.TdClassName
{
border-color: #EE9250;
}
.TagClassName
{
border-color: #EE9250;
}
</style>