Shades of Sea Buckthorn #EF9A41
Tints of Sea Buckthorn #EF9A41
RGB
CMYK
RGB Variations
Color information
#EF9A41 (or 0xEF9A41) is known color: Sea Buckthorn. HEX triplet: EF, 9A and 41. RGB value is (239,154,65). Sum of RGB (Red+Green+Blue) = 239+154+65=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A41 is #1065BE. Grayscale: #A9A9A9. Windows color (decimal): -1074623 or 4299503. OLE color: 4299503.
HSL color Cylindrical-coordinate representation of color #EF9A41: hue angle of 30.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9A41 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 65 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.06 |
| HSL | 30.69º | 0.84% | 0.6% | - |
| HSV(B) | 30.69º | 0.73% | 0.94% | - |
| XYZ | 48.11 | 41.84 | 10.54 | - |
| YUV | 169.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 65 | 0 | 0.36 | 0.73 | 0.06 | 30.69 | 0.84 | 0.6 |
| Hex | EF | 9A | 41 | 0 | 24 | 49 | 6 | 1F | 54 | 3C |
| Octal | 357 | 232 | 101 | 0 | 44 | 111 | 6 | 37 | 124 | 74 |
| Binary | 11101111 | 10011010 | 1000001 | 0 | 100100 | 1001001 | 110 | 11111 | 1010100 | 111100 |
Color Harmonies of #EF9A41
Complementary color
Monochromatic Colors of #EF9A41
Black with #EF9A41
Text Example
Text Example
White with #EF9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A41; }
p { color: rgb(239,154,65); }
H1.HeaderClassName
{
color: #EF9A41;
}
.AnyTagClassName
{
color: #EF9A41;
}
</style>
background-color css
<style>
a { background-color: #EF9A41; }
a { background-color: rgb(239,154,65); }
div.DivClassName
{
background-color: #EF9A41;
}
.BgClassName
{
background-color: #EF9A41;
}
</style>
border-color css
<style>
span { border-color: #EF9A41; }
span { border-color: rgb(239,154,65); }
td.TdClassName
{
border-color: #EF9A41;
}
.TagClassName
{
border-color: #EF9A41;
}
</style>