Shades of Sea Buckthorn #EE9149
Tints of Sea Buckthorn #EE9149
RGB
CMYK
RGB Variations
Color information
#EE9149 (or 0xEE9149) is known color: Sea Buckthorn. HEX triplet: EE, 91 and 49. RGB value is (238,145,73). Sum of RGB (Red+Green+Blue) = 238+145+73=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9149 is #116EB6. Grayscale: #A4A4A4. Windows color (decimal): -1142455 or 4821486. OLE color: 4821486.
HSL color Cylindrical-coordinate representation of color #EE9149: hue angle of 26.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE9149 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 73 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.07 |
| HSL | 26.18º | 0.83% | 0.61% | - |
| HSV(B) | 26.18º | 0.69% | 0.93% | - |
| XYZ | 46.59 | 38.91 | 11.36 | - |
| YUV | 164.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 73 | 0 | 0.39 | 0.69 | 0.07 | 26.18 | 0.83 | 0.61 |
| Hex | EE | 91 | 49 | 0 | 27 | 45 | 7 | 1A | 53 | 3D |
| Octal | 356 | 221 | 111 | 0 | 47 | 105 | 7 | 32 | 123 | 75 |
| Binary | 11101110 | 10010001 | 1001001 | 0 | 100111 | 1000101 | 111 | 11010 | 1010011 | 111101 |
Color Harmonies of #EE9149
Complementary color
Monochromatic Colors of #EE9149
Black with #EE9149
Text Example
Text Example
White with #EE9149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9149; }
p { color: rgb(238,145,73); }
H1.HeaderClassName
{
color: #EE9149;
}
.AnyTagClassName
{
color: #EE9149;
}
</style>
background-color css
<style>
a { background-color: #EE9149; }
a { background-color: rgb(238,145,73); }
div.DivClassName
{
background-color: #EE9149;
}
.BgClassName
{
background-color: #EE9149;
}
</style>
border-color css
<style>
span { border-color: #EE9149; }
span { border-color: rgb(238,145,73); }
td.TdClassName
{
border-color: #EE9149;
}
.TagClassName
{
border-color: #EE9149;
}
</style>