Shades of Sea Buckthorn #E9964A
Tints of Sea Buckthorn #E9964A
RGB
CMYK
RGB Variations
Color information
#E9964A (or 0xE9964A) is known color: Sea Buckthorn. HEX triplet: E9, 96 and 4A. RGB value is (233,150,74). Sum of RGB (Red+Green+Blue) = 233+150+74=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9964A is #1669B5. Grayscale: #A6A6A6. Windows color (decimal): -1468854 or 4888297. OLE color: 4888297.
HSL color Cylindrical-coordinate representation of color #E9964A: hue angle of 28.68º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9964A is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 74 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.09 |
| HSL | 28.68º | 0.78% | 0.6% | - |
| HSV(B) | 28.68º | 0.68% | 0.91% | - |
| XYZ | 45.75 | 39.63 | 11.72 | - |
| YUV | 166.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 74 | 0 | 0.36 | 0.68 | 0.09 | 28.68 | 0.78 | 0.6 |
| Hex | E9 | 96 | 4A | 0 | 24 | 44 | 9 | 1D | 4E | 3C |
| Octal | 351 | 226 | 112 | 0 | 44 | 104 | 11 | 35 | 116 | 74 |
| Binary | 11101001 | 10010110 | 1001010 | 0 | 100100 | 1000100 | 1001 | 11101 | 1001110 | 111100 |
Color Harmonies of #E9964A
Complementary color
Monochromatic Colors of #E9964A
Black with #E9964A
Text Example
Text Example
White with #E9964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9964A; }
p { color: rgb(233,150,74); }
H1.HeaderClassName
{
color: #E9964A;
}
.AnyTagClassName
{
color: #E9964A;
}
</style>
background-color css
<style>
a { background-color: #E9964A; }
a { background-color: rgb(233,150,74); }
div.DivClassName
{
background-color: #E9964A;
}
.BgClassName
{
background-color: #E9964A;
}
</style>
border-color css
<style>
span { border-color: #E9964A; }
span { border-color: rgb(233,150,74); }
td.TdClassName
{
border-color: #E9964A;
}
.TagClassName
{
border-color: #E9964A;
}
</style>