Shades of Sea Buckthorn #EF9043
Tints of Sea Buckthorn #EF9043
RGB
CMYK
RGB Variations
Color information
#EF9043 (or 0xEF9043) is known color: Sea Buckthorn. HEX triplet: EF, 90 and 43. RGB value is (239,144,67). Sum of RGB (Red+Green+Blue) = 239+144+67=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9043 is #106FBC. Grayscale: #A4A4A4. Windows color (decimal): -1077181 or 4428015. OLE color: 4428015.
HSL color Cylindrical-coordinate representation of color #EF9043: hue angle of 26.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF9043 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 67 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.06 |
| HSL | 26.86º | 0.84% | 0.6% | - |
| HSV(B) | 26.86º | 0.72% | 0.94% | - |
| XYZ | 46.58 | 38.7 | 10.33 | - |
| YUV | 163.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 67 | 0 | 0.40 | 0.72 | 0.06 | 26.86 | 0.84 | 0.6 |
| Hex | EF | 90 | 43 | 0 | 28 | 48 | 6 | 1B | 54 | 3C |
| Octal | 357 | 220 | 103 | 0 | 50 | 110 | 6 | 33 | 124 | 74 |
| Binary | 11101111 | 10010000 | 1000011 | 0 | 101000 | 1001000 | 110 | 11011 | 1010100 | 111100 |
Color Harmonies of #EF9043
Complementary color
Monochromatic Colors of #EF9043
Black with #EF9043
Text Example
Text Example
White with #EF9043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9043; }
p { color: rgb(239,144,67); }
H1.HeaderClassName
{
color: #EF9043;
}
.AnyTagClassName
{
color: #EF9043;
}
</style>
background-color css
<style>
a { background-color: #EF9043; }
a { background-color: rgb(239,144,67); }
div.DivClassName
{
background-color: #EF9043;
}
.BgClassName
{
background-color: #EF9043;
}
</style>
border-color css
<style>
span { border-color: #EF9043; }
span { border-color: rgb(239,144,67); }
td.TdClassName
{
border-color: #EF9043;
}
.TagClassName
{
border-color: #EF9043;
}
</style>