Shades of Sea Buckthorn #EE964E
Tints of Sea Buckthorn #EE964E
RGB
CMYK
RGB Variations
Color information
#EE964E (or 0xEE964E) is known color: Sea Buckthorn. HEX triplet: EE, 96 and 4E. RGB value is (238,150,78). Sum of RGB (Red+Green+Blue) = 238+150+78=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE964E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE964E is #1169B1. Grayscale: #A8A8A8. Windows color (decimal): -1141170 or 5150446. OLE color: 5150446.
HSL color Cylindrical-coordinate representation of color #EE964E: hue angle of 27º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE964E is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 78 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.07 |
| HSL | 27º | 0.82% | 0.62% | - |
| HSV(B) | 27º | 0.67% | 0.93% | - |
| XYZ | 47.54 | 40.54 | 12.53 | - |
| YUV | 168.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 78 | 0 | 0.37 | 0.67 | 0.07 | 27 | 0.82 | 0.62 |
| Hex | EE | 96 | 4E | 0 | 25 | 43 | 7 | 1B | 52 | 3E |
| Octal | 356 | 226 | 116 | 0 | 45 | 103 | 7 | 33 | 122 | 76 |
| Binary | 11101110 | 10010110 | 1001110 | 0 | 100101 | 1000011 | 111 | 11011 | 1010010 | 111110 |
Color Harmonies of #EE964E
Complementary color
Monochromatic Colors of #EE964E
Black with #EE964E
Text Example
Text Example
White with #EE964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE964E; }
p { color: rgb(238,150,78); }
H1.HeaderClassName
{
color: #EE964E;
}
.AnyTagClassName
{
color: #EE964E;
}
</style>
background-color css
<style>
a { background-color: #EE964E; }
a { background-color: rgb(238,150,78); }
div.DivClassName
{
background-color: #EE964E;
}
.BgClassName
{
background-color: #EE964E;
}
</style>
border-color css
<style>
span { border-color: #EE964E; }
span { border-color: rgb(238,150,78); }
td.TdClassName
{
border-color: #EE964E;
}
.TagClassName
{
border-color: #EE964E;
}
</style>