Shades of Sea Buckthorn #EE9B3F
Tints of Sea Buckthorn #EE9B3F
RGB
CMYK
RGB Variations
Color information
#EE9B3F (or 0xEE9B3F) is known color: Sea Buckthorn. HEX triplet: EE, 9B and 3F. RGB value is (238,155,63). Sum of RGB (Red+Green+Blue) = 238+155+63=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9B3F is #1164C0. Grayscale: #A9A9A9. Windows color (decimal): -1139905 or 4168686. OLE color: 4168686.
HSL color Cylindrical-coordinate representation of color #EE9B3F: hue angle of 31.54º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE9B3F is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 63 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.07 |
| HSL | 31.54º | 0.84% | 0.59% | - |
| HSV(B) | 31.54º | 0.74% | 0.93% | - |
| XYZ | 47.88 | 41.98 | 10.28 | - |
| YUV | 169.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 63 | 0 | 0.35 | 0.74 | 0.07 | 31.54 | 0.84 | 0.59 |
| Hex | EE | 9B | 3F | 0 | 23 | 4A | 7 | 20 | 54 | 3B |
| Octal | 356 | 233 | 77 | 0 | 43 | 112 | 7 | 40 | 124 | 73 |
| Binary | 11101110 | 10011011 | 111111 | 0 | 100011 | 1001010 | 111 | 100000 | 1010100 | 111011 |
Color Harmonies of #EE9B3F
Complementary color
Monochromatic Colors of #EE9B3F
Black with #EE9B3F
Text Example
Text Example
White with #EE9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9B3F; }
p { color: rgb(238,155,63); }
H1.HeaderClassName
{
color: #EE9B3F;
}
.AnyTagClassName
{
color: #EE9B3F;
}
</style>
background-color css
<style>
a { background-color: #EE9B3F; }
a { background-color: rgb(238,155,63); }
div.DivClassName
{
background-color: #EE9B3F;
}
.BgClassName
{
background-color: #EE9B3F;
}
</style>
border-color css
<style>
span { border-color: #EE9B3F; }
span { border-color: rgb(238,155,63); }
td.TdClassName
{
border-color: #EE9B3F;
}
.TagClassName
{
border-color: #EE9B3F;
}
</style>