Shades of Sea Buckthorn #EE9F4A
Tints of Sea Buckthorn #EE9F4A
RGB
CMYK
RGB Variations
Color information
#EE9F4A (or 0xEE9F4A) is known color: Sea Buckthorn. HEX triplet: EE, 9F and 4A. RGB value is (238,159,74). Sum of RGB (Red+Green+Blue) = 238+159+74=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9F4A is #1160B5. Grayscale: #ADADAD. Windows color (decimal): -1138870 or 4890606. OLE color: 4890606.
HSL color Cylindrical-coordinate representation of color #EE9F4A: hue angle of 31.1º 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 #EE9F4A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 74 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.07 |
| HSL | 31.1º | 0.83% | 0.61% | - |
| HSV(B) | 31.1º | 0.69% | 0.93% | - |
| XYZ | 48.89 | 43.47 | 12.29 | - |
| YUV | 172.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 74 | 0 | 0.33 | 0.69 | 0.07 | 31.1 | 0.83 | 0.61 |
| Hex | EE | 9F | 4A | 0 | 21 | 45 | 7 | 1F | 53 | 3D |
| Octal | 356 | 237 | 112 | 0 | 41 | 105 | 7 | 37 | 123 | 75 |
| Binary | 11101110 | 10011111 | 1001010 | 0 | 100001 | 1000101 | 111 | 11111 | 1010011 | 111101 |
Color Harmonies of #EE9F4A
Complementary color
Monochromatic Colors of #EE9F4A
Black with #EE9F4A
Text Example
Text Example
White with #EE9F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F4A; }
p { color: rgb(238,159,74); }
H1.HeaderClassName
{
color: #EE9F4A;
}
.AnyTagClassName
{
color: #EE9F4A;
}
</style>
background-color css
<style>
a { background-color: #EE9F4A; }
a { background-color: rgb(238,159,74); }
div.DivClassName
{
background-color: #EE9F4A;
}
.BgClassName
{
background-color: #EE9F4A;
}
</style>
border-color css
<style>
span { border-color: #EE9F4A; }
span { border-color: rgb(238,159,74); }
td.TdClassName
{
border-color: #EE9F4A;
}
.TagClassName
{
border-color: #EE9F4A;
}
</style>