Shades of Sea Buckthorn #ED9D4B
Tints of Sea Buckthorn #ED9D4B
RGB
CMYK
RGB Variations
Color information
#ED9D4B (or 0xED9D4B) is known color: Sea Buckthorn. HEX triplet: ED, 9D and 4B. RGB value is (237,157,75). Sum of RGB (Red+Green+Blue) = 237+157+75=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D4B is #1262B4. Grayscale: #ABABAB. Windows color (decimal): -1204917 or 4955629. OLE color: 4955629.
HSL color Cylindrical-coordinate representation of color #ED9D4B: hue angle of 30.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED9D4B is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 75 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.07 |
| HSL | 30.37º | 0.82% | 0.61% | - |
| HSV(B) | 30.37º | 0.68% | 0.93% | - |
| XYZ | 48.25 | 42.63 | 12.34 | - |
| YUV | 171.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 75 | 0 | 0.34 | 0.68 | 0.07 | 30.37 | 0.82 | 0.61 |
| Hex | ED | 9D | 4B | 0 | 22 | 44 | 7 | 1E | 52 | 3D |
| Octal | 355 | 235 | 113 | 0 | 42 | 104 | 7 | 36 | 122 | 75 |
| Binary | 11101101 | 10011101 | 1001011 | 0 | 100010 | 1000100 | 111 | 11110 | 1010010 | 111101 |
Color Harmonies of #ED9D4B
Complementary color
Monochromatic Colors of #ED9D4B
Black with #ED9D4B
Text Example
Text Example
White with #ED9D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D4B; }
p { color: rgb(237,157,75); }
H1.HeaderClassName
{
color: #ED9D4B;
}
.AnyTagClassName
{
color: #ED9D4B;
}
</style>
background-color css
<style>
a { background-color: #ED9D4B; }
a { background-color: rgb(237,157,75); }
div.DivClassName
{
background-color: #ED9D4B;
}
.BgClassName
{
background-color: #ED9D4B;
}
</style>
border-color css
<style>
span { border-color: #ED9D4B; }
span { border-color: rgb(237,157,75); }
td.TdClassName
{
border-color: #ED9D4B;
}
.TagClassName
{
border-color: #ED9D4B;
}
</style>