Shades of Sea Buckthorn #EDA04E
Tints of Sea Buckthorn #EDA04E
RGB
CMYK
RGB Variations
Color information
#EDA04E (or 0xEDA04E) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 4E. RGB value is (237,160,78). Sum of RGB (Red+Green+Blue) = 237+160+78=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA04E is #125FB1. Grayscale: #AEAEAE. Windows color (decimal): -1204146 or 5153005. OLE color: 5153005.
HSL color Cylindrical-coordinate representation of color #EDA04E: hue angle of 30.94º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDA04E is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 78 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.07 |
| HSL | 30.94º | 0.82% | 0.62% | - |
| HSV(B) | 30.94º | 0.67% | 0.93% | - |
| XYZ | 48.87 | 43.7 | 13.07 | - |
| YUV | 173.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 78 | 0 | 0.32 | 0.67 | 0.07 | 30.94 | 0.82 | 0.62 |
| Hex | ED | A0 | 4E | 0 | 20 | 43 | 7 | 1F | 52 | 3E |
| Octal | 355 | 240 | 116 | 0 | 40 | 103 | 7 | 37 | 122 | 76 |
| Binary | 11101101 | 10100000 | 1001110 | 0 | 100000 | 1000011 | 111 | 11111 | 1010010 | 111110 |
Color Harmonies of #EDA04E
Complementary color
Monochromatic Colors of #EDA04E
Black with #EDA04E
Text Example
Text Example
White with #EDA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA04E; }
p { color: rgb(237,160,78); }
H1.HeaderClassName
{
color: #EDA04E;
}
.AnyTagClassName
{
color: #EDA04E;
}
</style>
background-color css
<style>
a { background-color: #EDA04E; }
a { background-color: rgb(237,160,78); }
div.DivClassName
{
background-color: #EDA04E;
}
.BgClassName
{
background-color: #EDA04E;
}
</style>
border-color css
<style>
span { border-color: #EDA04E; }
span { border-color: rgb(237,160,78); }
td.TdClassName
{
border-color: #EDA04E;
}
.TagClassName
{
border-color: #EDA04E;
}
</style>