Shades of Sea Buckthorn #EDA04B
Tints of Sea Buckthorn #EDA04B
RGB
CMYK
RGB Variations
Color information
#EDA04B (or 0xEDA04B) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 4B. RGB value is (237,160,75). Sum of RGB (Red+Green+Blue) = 237+160+75=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA04B is #125FB4. Grayscale: #ADADAD. Windows color (decimal): -1204149 or 4956397. OLE color: 4956397.
HSL color Cylindrical-coordinate representation of color #EDA04B: hue angle of 31.48º 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 #EDA04B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 75 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 31.48º | 0.82% | 0.61% | - |
| HSV(B) | 31.48º | 0.68% | 0.93% | - |
| XYZ | 48.77 | 43.65 | 12.51 | - |
| YUV | 173.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 75 | 0 | 0.32 | 0.68 | 0.07 | 31.48 | 0.82 | 0.61 |
| Hex | ED | A0 | 4B | 0 | 20 | 44 | 7 | 1F | 52 | 3D |
| Octal | 355 | 240 | 113 | 0 | 40 | 104 | 7 | 37 | 122 | 75 |
| Binary | 11101101 | 10100000 | 1001011 | 0 | 100000 | 1000100 | 111 | 11111 | 1010010 | 111101 |
Color Harmonies of #EDA04B
Complementary color
Monochromatic Colors of #EDA04B
Black with #EDA04B
Text Example
Text Example
White with #EDA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA04B; }
p { color: rgb(237,160,75); }
H1.HeaderClassName
{
color: #EDA04B;
}
.AnyTagClassName
{
color: #EDA04B;
}
</style>
background-color css
<style>
a { background-color: #EDA04B; }
a { background-color: rgb(237,160,75); }
div.DivClassName
{
background-color: #EDA04B;
}
.BgClassName
{
background-color: #EDA04B;
}
</style>
border-color css
<style>
span { border-color: #EDA04B; }
span { border-color: rgb(237,160,75); }
td.TdClassName
{
border-color: #EDA04B;
}
.TagClassName
{
border-color: #EDA04B;
}
</style>