Shades of Sea Buckthorn #EE964C
Tints of Sea Buckthorn #EE964C
RGB
CMYK
RGB Variations
Color information
#EE964C (or 0xEE964C) is known color: Sea Buckthorn. HEX triplet: EE, 96 and 4C. RGB value is (238,150,76). Sum of RGB (Red+Green+Blue) = 238+150+76=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE964C is #1169B3. Grayscale: #A8A8A8. Windows color (decimal): -1141172 or 5019374. OLE color: 5019374.
HSL color Cylindrical-coordinate representation of color #EE964C: hue angle of 27.41º 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 #EE964C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 76 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.07 |
| HSL | 27.41º | 0.83% | 0.62% | - |
| HSV(B) | 27.41º | 0.68% | 0.93% | - |
| XYZ | 47.47 | 40.51 | 12.16 | - |
| YUV | 167.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 76 | 0 | 0.37 | 0.68 | 0.07 | 27.41 | 0.83 | 0.62 |
| Hex | EE | 96 | 4C | 0 | 25 | 44 | 7 | 1B | 53 | 3E |
| Octal | 356 | 226 | 114 | 0 | 45 | 104 | 7 | 33 | 123 | 76 |
| Binary | 11101110 | 10010110 | 1001100 | 0 | 100101 | 1000100 | 111 | 11011 | 1010011 | 111110 |
Color Harmonies of #EE964C
Complementary color
Monochromatic Colors of #EE964C
Black with #EE964C
Text Example
Text Example
White with #EE964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE964C; }
p { color: rgb(238,150,76); }
H1.HeaderClassName
{
color: #EE964C;
}
.AnyTagClassName
{
color: #EE964C;
}
</style>
background-color css
<style>
a { background-color: #EE964C; }
a { background-color: rgb(238,150,76); }
div.DivClassName
{
background-color: #EE964C;
}
.BgClassName
{
background-color: #EE964C;
}
</style>
border-color css
<style>
span { border-color: #EE964C; }
span { border-color: rgb(238,150,76); }
td.TdClassName
{
border-color: #EE964C;
}
.TagClassName
{
border-color: #EE964C;
}
</style>