Shades of Sea Buckthorn #EE964D
Tints of Sea Buckthorn #EE964D
RGB
CMYK
RGB Variations
Color information
#EE964D (or 0xEE964D) is known color: Sea Buckthorn. HEX triplet: EE, 96 and 4D. RGB value is (238,150,77). Sum of RGB (Red+Green+Blue) = 238+150+77=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE964D is #1169B2. Grayscale: #A8A8A8. Windows color (decimal): -1141171 or 5084910. OLE color: 5084910.
HSL color Cylindrical-coordinate representation of color #EE964D: hue angle of 27.2º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE964D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 77 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.07 |
| HSL | 27.2º | 0.83% | 0.62% | - |
| HSV(B) | 27.2º | 0.68% | 0.93% | - |
| XYZ | 47.51 | 40.53 | 12.34 | - |
| YUV | 167.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 77 | 0 | 0.37 | 0.68 | 0.07 | 27.2 | 0.83 | 0.62 |
| Hex | EE | 96 | 4D | 0 | 25 | 44 | 7 | 1B | 53 | 3E |
| Octal | 356 | 226 | 115 | 0 | 45 | 104 | 7 | 33 | 123 | 76 |
| Binary | 11101110 | 10010110 | 1001101 | 0 | 100101 | 1000100 | 111 | 11011 | 1010011 | 111110 |
Color Harmonies of #EE964D
Complementary color
Monochromatic Colors of #EE964D
Black with #EE964D
Text Example
Text Example
White with #EE964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE964D; }
p { color: rgb(238,150,77); }
H1.HeaderClassName
{
color: #EE964D;
}
.AnyTagClassName
{
color: #EE964D;
}
</style>
background-color css
<style>
a { background-color: #EE964D; }
a { background-color: rgb(238,150,77); }
div.DivClassName
{
background-color: #EE964D;
}
.BgClassName
{
background-color: #EE964D;
}
</style>
border-color css
<style>
span { border-color: #EE964D; }
span { border-color: rgb(238,150,77); }
td.TdClassName
{
border-color: #EE964D;
}
.TagClassName
{
border-color: #EE964D;
}
</style>