Shades of Sea Buckthorn #ED9F4B
Tints of Sea Buckthorn #ED9F4B
RGB
CMYK
RGB Variations
Color information
#ED9F4B (or 0xED9F4B) is known color: Sea Buckthorn. HEX triplet: ED, 9F and 4B. RGB value is (237,159,75). Sum of RGB (Red+Green+Blue) = 237+159+75=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9F4B is #1260B4. Grayscale: #ADADAD. Windows color (decimal): -1204405 or 4956141. OLE color: 4956141.
HSL color Cylindrical-coordinate representation of color #ED9F4B: hue angle of 31.11º 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 #ED9F4B is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 75 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.07 |
| HSL | 31.11º | 0.82% | 0.61% | - |
| HSV(B) | 31.11º | 0.68% | 0.93% | - |
| XYZ | 48.59 | 43.31 | 12.45 | - |
| YUV | 172.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 75 | 0 | 0.33 | 0.68 | 0.07 | 31.11 | 0.82 | 0.61 |
| Hex | ED | 9F | 4B | 0 | 21 | 44 | 7 | 1F | 52 | 3D |
| Octal | 355 | 237 | 113 | 0 | 41 | 104 | 7 | 37 | 122 | 75 |
| Binary | 11101101 | 10011111 | 1001011 | 0 | 100001 | 1000100 | 111 | 11111 | 1010010 | 111101 |
Color Harmonies of #ED9F4B
Complementary color
Monochromatic Colors of #ED9F4B
Black with #ED9F4B
Text Example
Text Example
White with #ED9F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9F4B; }
p { color: rgb(237,159,75); }
H1.HeaderClassName
{
color: #ED9F4B;
}
.AnyTagClassName
{
color: #ED9F4B;
}
</style>
background-color css
<style>
a { background-color: #ED9F4B; }
a { background-color: rgb(237,159,75); }
div.DivClassName
{
background-color: #ED9F4B;
}
.BgClassName
{
background-color: #ED9F4B;
}
</style>
border-color css
<style>
span { border-color: #ED9F4B; }
span { border-color: rgb(237,159,75); }
td.TdClassName
{
border-color: #ED9F4B;
}
.TagClassName
{
border-color: #ED9F4B;
}
</style>