Shades of Sea Buckthorn #EE964A
Tints of Sea Buckthorn #EE964A
RGB
CMYK
RGB Variations
Color information
#EE964A (or 0xEE964A) is known color: Sea Buckthorn. HEX triplet: EE, 96 and 4A. RGB value is (238,150,74). Sum of RGB (Red+Green+Blue) = 238+150+74=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE964A is #1169B5. Grayscale: #A8A8A8. Windows color (decimal): -1141174 or 4888302. OLE color: 4888302.
HSL color Cylindrical-coordinate representation of color #EE964A: hue angle of 27.8º 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 #EE964A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 74 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.07 |
| HSL | 27.8º | 0.83% | 0.61% | - |
| HSV(B) | 27.8º | 0.69% | 0.93% | - |
| XYZ | 47.4 | 40.48 | 11.79 | - |
| YUV | 167.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 74 | 0 | 0.37 | 0.69 | 0.07 | 27.8 | 0.83 | 0.61 |
| Hex | EE | 96 | 4A | 0 | 25 | 45 | 7 | 1C | 53 | 3D |
| Octal | 356 | 226 | 112 | 0 | 45 | 105 | 7 | 34 | 123 | 75 |
| Binary | 11101110 | 10010110 | 1001010 | 0 | 100101 | 1000101 | 111 | 11100 | 1010011 | 111101 |
Color Harmonies of #EE964A
Complementary color
Monochromatic Colors of #EE964A
Black with #EE964A
Text Example
Text Example
White with #EE964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE964A; }
p { color: rgb(238,150,74); }
H1.HeaderClassName
{
color: #EE964A;
}
.AnyTagClassName
{
color: #EE964A;
}
</style>
background-color css
<style>
a { background-color: #EE964A; }
a { background-color: rgb(238,150,74); }
div.DivClassName
{
background-color: #EE964A;
}
.BgClassName
{
background-color: #EE964A;
}
</style>
border-color css
<style>
span { border-color: #EE964A; }
span { border-color: rgb(238,150,74); }
td.TdClassName
{
border-color: #EE964A;
}
.TagClassName
{
border-color: #EE964A;
}
</style>