Shades of Sea Buckthorn #ED994B
Tints of Sea Buckthorn #ED994B
RGB
CMYK
RGB Variations
Color information
#ED994B (or 0xED994B) is known color: Sea Buckthorn. HEX triplet: ED, 99 and 4B. RGB value is (237,153,75). Sum of RGB (Red+Green+Blue) = 237+153+75=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED994B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED994B is #1266B4. Grayscale: #A9A9A9. Windows color (decimal): -1205941 or 4954605. OLE color: 4954605.
HSL color Cylindrical-coordinate representation of color #ED994B: hue angle of 28.89º 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 #ED994B is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 75 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.07 |
| HSL | 28.89º | 0.82% | 0.61% | - |
| HSV(B) | 28.89º | 0.68% | 0.93% | - |
| XYZ | 47.59 | 41.29 | 12.12 | - |
| YUV | 169.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 75 | 0 | 0.35 | 0.68 | 0.07 | 28.89 | 0.82 | 0.61 |
| Hex | ED | 99 | 4B | 0 | 23 | 44 | 7 | 1D | 52 | 3D |
| Octal | 355 | 231 | 113 | 0 | 43 | 104 | 7 | 35 | 122 | 75 |
| Binary | 11101101 | 10011001 | 1001011 | 0 | 100011 | 1000100 | 111 | 11101 | 1010010 | 111101 |
Color Harmonies of #ED994B
Complementary color
Monochromatic Colors of #ED994B
Black with #ED994B
Text Example
Text Example
White with #ED994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED994B; }
p { color: rgb(237,153,75); }
H1.HeaderClassName
{
color: #ED994B;
}
.AnyTagClassName
{
color: #ED994B;
}
</style>
background-color css
<style>
a { background-color: #ED994B; }
a { background-color: rgb(237,153,75); }
div.DivClassName
{
background-color: #ED994B;
}
.BgClassName
{
background-color: #ED994B;
}
</style>
border-color css
<style>
span { border-color: #ED994B; }
span { border-color: rgb(237,153,75); }
td.TdClassName
{
border-color: #ED994B;
}
.TagClassName
{
border-color: #ED994B;
}
</style>