Shades of Sea Buckthorn #ED9B4D
Tints of Sea Buckthorn #ED9B4D
RGB
CMYK
RGB Variations
Color information
#ED9B4D (or 0xED9B4D) is known color: Sea Buckthorn. HEX triplet: ED, 9B and 4D. RGB value is (237,155,77). Sum of RGB (Red+Green+Blue) = 237+155+77=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9B4D is #1264B2. Grayscale: #ABABAB. Windows color (decimal): -1205427 or 5086189. OLE color: 5086189.
HSL color Cylindrical-coordinate representation of color #ED9B4D: hue angle of 29.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED9B4D is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 77 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.07 |
| HSL | 29.25º | 0.82% | 0.62% | - |
| HSV(B) | 29.25º | 0.68% | 0.93% | - |
| XYZ | 47.99 | 41.98 | 12.6 | - |
| YUV | 170.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 77 | 0 | 0.35 | 0.68 | 0.07 | 29.25 | 0.82 | 0.62 |
| Hex | ED | 9B | 4D | 0 | 23 | 44 | 7 | 1D | 52 | 3E |
| Octal | 355 | 233 | 115 | 0 | 43 | 104 | 7 | 35 | 122 | 76 |
| Binary | 11101101 | 10011011 | 1001101 | 0 | 100011 | 1000100 | 111 | 11101 | 1010010 | 111110 |
Color Harmonies of #ED9B4D
Complementary color
Monochromatic Colors of #ED9B4D
Black with #ED9B4D
Text Example
Text Example
White with #ED9B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9B4D; }
p { color: rgb(237,155,77); }
H1.HeaderClassName
{
color: #ED9B4D;
}
.AnyTagClassName
{
color: #ED9B4D;
}
</style>
background-color css
<style>
a { background-color: #ED9B4D; }
a { background-color: rgb(237,155,77); }
div.DivClassName
{
background-color: #ED9B4D;
}
.BgClassName
{
background-color: #ED9B4D;
}
</style>
border-color css
<style>
span { border-color: #ED9B4D; }
span { border-color: rgb(237,155,77); }
td.TdClassName
{
border-color: #ED9B4D;
}
.TagClassName
{
border-color: #ED9B4D;
}
</style>