Shades of Sea Buckthorn #EF9052
Tints of Sea Buckthorn #EF9052
RGB
CMYK
RGB Variations
Color information
#EF9052 (or 0xEF9052) is known color: Sea Buckthorn. HEX triplet: EF, 90 and 52. RGB value is (239,144,82). Sum of RGB (Red+Green+Blue) = 239+144+82=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9052 is #106FAD. Grayscale: #A5A5A5. Windows color (decimal): -1077166 or 5411055. OLE color: 5411055.
HSL color Cylindrical-coordinate representation of color #EF9052: hue angle of 23.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF9052 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 82 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.06 |
| HSL | 23.69º | 0.83% | 0.63% | - |
| HSV(B) | 23.69º | 0.66% | 0.94% | - |
| XYZ | 47.09 | 38.91 | 13.01 | - |
| YUV | 165.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 82 | 0 | 0.40 | 0.66 | 0.06 | 23.69 | 0.83 | 0.63 |
| Hex | EF | 90 | 52 | 0 | 28 | 42 | 6 | 18 | 53 | 3F |
| Octal | 357 | 220 | 122 | 0 | 50 | 102 | 6 | 30 | 123 | 77 |
| Binary | 11101111 | 10010000 | 1010010 | 0 | 101000 | 1000010 | 110 | 11000 | 1010011 | 111111 |
Color Harmonies of #EF9052
Complementary color
Monochromatic Colors of #EF9052
Black with #EF9052
Text Example
Text Example
White with #EF9052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9052; }
p { color: rgb(239,144,82); }
H1.HeaderClassName
{
color: #EF9052;
}
.AnyTagClassName
{
color: #EF9052;
}
</style>
background-color css
<style>
a { background-color: #EF9052; }
a { background-color: rgb(239,144,82); }
div.DivClassName
{
background-color: #EF9052;
}
.BgClassName
{
background-color: #EF9052;
}
</style>
border-color css
<style>
span { border-color: #EF9052; }
span { border-color: rgb(239,144,82); }
td.TdClassName
{
border-color: #EF9052;
}
.TagClassName
{
border-color: #EF9052;
}
</style>