Shades of Sea Buckthorn #ED9C54
Tints of Sea Buckthorn #ED9C54
RGB
CMYK
RGB Variations
Color information
#ED9C54 (or 0xED9C54) is known color: Sea Buckthorn. HEX triplet: ED, 9C and 54. RGB value is (237,156,84). Sum of RGB (Red+Green+Blue) = 237+156+84=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C54 is #1263AB. Grayscale: #ACACAC. Windows color (decimal): -1205164 or 5545197. OLE color: 5545197.
HSL color Cylindrical-coordinate representation of color #ED9C54: hue angle of 28.24º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED9C54 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 84 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.07 |
| HSL | 28.24º | 0.81% | 0.63% | - |
| HSV(B) | 28.24º | 0.65% | 0.93% | - |
| XYZ | 48.41 | 42.42 | 14.02 | - |
| YUV | 172.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 84 | 0 | 0.34 | 0.65 | 0.07 | 28.24 | 0.81 | 0.63 |
| Hex | ED | 9C | 54 | 0 | 22 | 41 | 7 | 1C | 51 | 3F |
| Octal | 355 | 234 | 124 | 0 | 42 | 101 | 7 | 34 | 121 | 77 |
| Binary | 11101101 | 10011100 | 1010100 | 0 | 100010 | 1000001 | 111 | 11100 | 1010001 | 111111 |
Color Harmonies of #ED9C54
Complementary color
Monochromatic Colors of #ED9C54
Black with #ED9C54
Text Example
Text Example
White with #ED9C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C54; }
p { color: rgb(237,156,84); }
H1.HeaderClassName
{
color: #ED9C54;
}
.AnyTagClassName
{
color: #ED9C54;
}
</style>
background-color css
<style>
a { background-color: #ED9C54; }
a { background-color: rgb(237,156,84); }
div.DivClassName
{
background-color: #ED9C54;
}
.BgClassName
{
background-color: #ED9C54;
}
</style>
border-color css
<style>
span { border-color: #ED9C54; }
span { border-color: rgb(237,156,84); }
td.TdClassName
{
border-color: #ED9C54;
}
.TagClassName
{
border-color: #ED9C54;
}
</style>