Shades of Sea Buckthorn #EE9C40
Tints of Sea Buckthorn #EE9C40
RGB
CMYK
RGB Variations
Color information
#EE9C40 (or 0xEE9C40) is known color: Sea Buckthorn. HEX triplet: EE, 9C and 40. RGB value is (238,156,64). Sum of RGB (Red+Green+Blue) = 238+156+64=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9C40 is #1163BF. Grayscale: #AAAAAA. Windows color (decimal): -1139648 or 4234478. OLE color: 4234478.
HSL color Cylindrical-coordinate representation of color #EE9C40: hue angle of 31.72º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE9C40 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 64 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.07 |
| HSL | 31.72º | 0.84% | 0.59% | - |
| HSV(B) | 31.72º | 0.73% | 0.93% | - |
| XYZ | 48.07 | 42.32 | 10.49 | - |
| YUV | 170.03 | 68.17 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 64 | 0 | 0.34 | 0.73 | 0.07 | 31.72 | 0.84 | 0.59 |
| Hex | EE | 9C | 40 | 0 | 22 | 49 | 7 | 20 | 54 | 3B |
| Octal | 356 | 234 | 100 | 0 | 42 | 111 | 7 | 40 | 124 | 73 |
| Binary | 11101110 | 10011100 | 1000000 | 0 | 100010 | 1001001 | 111 | 100000 | 1010100 | 111011 |
Color Harmonies of #EE9C40
Complementary color
Monochromatic Colors of #EE9C40
Black with #EE9C40
Text Example
Text Example
White with #EE9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C40; }
p { color: rgb(238,156,64); }
H1.HeaderClassName
{
color: #EE9C40;
}
.AnyTagClassName
{
color: #EE9C40;
}
</style>
background-color css
<style>
a { background-color: #EE9C40; }
a { background-color: rgb(238,156,64); }
div.DivClassName
{
background-color: #EE9C40;
}
.BgClassName
{
background-color: #EE9C40;
}
</style>
border-color css
<style>
span { border-color: #EE9C40; }
span { border-color: rgb(238,156,64); }
td.TdClassName
{
border-color: #EE9C40;
}
.TagClassName
{
border-color: #EE9C40;
}
</style>