Shades of Sea Buckthorn #EF9C40
Tints of Sea Buckthorn #EF9C40
RGB
CMYK
RGB Variations
Color information
#EF9C40 (or 0xEF9C40) is known color: Sea Buckthorn. HEX triplet: EF, 9C and 40. RGB value is (239,156,64). Sum of RGB (Red+Green+Blue) = 239+156+64=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9C40 is #1063BF. Grayscale: #AAAAAA. Windows color (decimal): -1074112 or 4234479. OLE color: 4234479.
HSL color Cylindrical-coordinate representation of color #EF9C40: hue angle of 31.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9C40 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 64 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.06 |
| HSL | 31.54º | 0.85% | 0.59% | - |
| HSV(B) | 31.54º | 0.73% | 0.94% | - |
| XYZ | 48.41 | 42.5 | 10.5 | - |
| YUV | 170.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 64 | 0 | 0.35 | 0.73 | 0.06 | 31.54 | 0.85 | 0.59 |
| Hex | EF | 9C | 40 | 0 | 23 | 49 | 6 | 20 | 55 | 3B |
| Octal | 357 | 234 | 100 | 0 | 43 | 111 | 6 | 40 | 125 | 73 |
| Binary | 11101111 | 10011100 | 1000000 | 0 | 100011 | 1001001 | 110 | 100000 | 1010101 | 111011 |
Color Harmonies of #EF9C40
Complementary color
Monochromatic Colors of #EF9C40
Black with #EF9C40
Text Example
Text Example
White with #EF9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C40; }
p { color: rgb(239,156,64); }
H1.HeaderClassName
{
color: #EF9C40;
}
.AnyTagClassName
{
color: #EF9C40;
}
</style>
background-color css
<style>
a { background-color: #EF9C40; }
a { background-color: rgb(239,156,64); }
div.DivClassName
{
background-color: #EF9C40;
}
.BgClassName
{
background-color: #EF9C40;
}
</style>
border-color css
<style>
span { border-color: #EF9C40; }
span { border-color: rgb(239,156,64); }
td.TdClassName
{
border-color: #EF9C40;
}
.TagClassName
{
border-color: #EF9C40;
}
</style>