Shades of Sea Buckthorn #EF9A45
Tints of Sea Buckthorn #EF9A45
RGB
CMYK
RGB Variations
Color information
#EF9A45 (or 0xEF9A45) is known color: Sea Buckthorn. HEX triplet: EF, 9A and 45. RGB value is (239,154,69). Sum of RGB (Red+Green+Blue) = 239+154+69=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A45 is #1065BA. Grayscale: #AAAAAA. Windows color (decimal): -1074619 or 4561647. OLE color: 4561647.
HSL color Cylindrical-coordinate representation of color #EF9A45: hue angle of 30º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF9A45 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 69 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.06 |
| HSL | 30º | 0.84% | 0.6% | - |
| HSV(B) | 30º | 0.71% | 0.94% | - |
| XYZ | 48.23 | 41.89 | 11.17 | - |
| YUV | 169.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 69 | 0 | 0.36 | 0.71 | 0.06 | 30 | 0.84 | 0.6 |
| Hex | EF | 9A | 45 | 0 | 24 | 47 | 6 | 1E | 54 | 3C |
| Octal | 357 | 232 | 105 | 0 | 44 | 107 | 6 | 36 | 124 | 74 |
| Binary | 11101111 | 10011010 | 1000101 | 0 | 100100 | 1000111 | 110 | 11110 | 1010100 | 111100 |
Color Harmonies of #EF9A45
Complementary color
Monochromatic Colors of #EF9A45
Black with #EF9A45
Text Example
Text Example
White with #EF9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A45; }
p { color: rgb(239,154,69); }
H1.HeaderClassName
{
color: #EF9A45;
}
.AnyTagClassName
{
color: #EF9A45;
}
</style>
background-color css
<style>
a { background-color: #EF9A45; }
a { background-color: rgb(239,154,69); }
div.DivClassName
{
background-color: #EF9A45;
}
.BgClassName
{
background-color: #EF9A45;
}
</style>
border-color css
<style>
span { border-color: #EF9A45; }
span { border-color: rgb(239,154,69); }
td.TdClassName
{
border-color: #EF9A45;
}
.TagClassName
{
border-color: #EF9A45;
}
</style>