Shades of Sea Buckthorn #EF9753
Tints of Sea Buckthorn #EF9753
RGB
CMYK
RGB Variations
Color information
#EF9753 (or 0xEF9753) is known color: Sea Buckthorn. HEX triplet: EF, 97 and 53. RGB value is (239,151,83). Sum of RGB (Red+Green+Blue) = 239+151+83=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9753 is #1068AC. Grayscale: #A9A9A9. Windows color (decimal): -1075373 or 5478383. OLE color: 5478383.
HSL color Cylindrical-coordinate representation of color #EF9753: hue angle of 26.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF9753 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 83 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.06 |
| HSL | 26.15º | 0.83% | 0.63% | - |
| HSV(B) | 26.15º | 0.65% | 0.94% | - |
| XYZ | 48.22 | 41.11 | 13.58 | - |
| YUV | 169.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 83 | 0 | 0.37 | 0.65 | 0.06 | 26.15 | 0.83 | 0.63 |
| Hex | EF | 97 | 53 | 0 | 25 | 41 | 6 | 1A | 53 | 3F |
| Octal | 357 | 227 | 123 | 0 | 45 | 101 | 6 | 32 | 123 | 77 |
| Binary | 11101111 | 10010111 | 1010011 | 0 | 100101 | 1000001 | 110 | 11010 | 1010011 | 111111 |
Color Harmonies of #EF9753
Complementary color
Monochromatic Colors of #EF9753
Black with #EF9753
Text Example
Text Example
White with #EF9753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9753; }
p { color: rgb(239,151,83); }
H1.HeaderClassName
{
color: #EF9753;
}
.AnyTagClassName
{
color: #EF9753;
}
</style>
background-color css
<style>
a { background-color: #EF9753; }
a { background-color: rgb(239,151,83); }
div.DivClassName
{
background-color: #EF9753;
}
.BgClassName
{
background-color: #EF9753;
}
</style>
border-color css
<style>
span { border-color: #EF9753; }
span { border-color: rgb(239,151,83); }
td.TdClassName
{
border-color: #EF9753;
}
.TagClassName
{
border-color: #EF9753;
}
</style>