Shades of Sea Buckthorn #EDA14D
Tints of Sea Buckthorn #EDA14D
RGB
CMYK
RGB Variations
Color information
#EDA14D (or 0xEDA14D) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 4D. RGB value is (237,161,77). Sum of RGB (Red+Green+Blue) = 237+161+77=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA14D is #125EB2. Grayscale: #AEAEAE. Windows color (decimal): -1203891 or 5087725. OLE color: 5087725.
HSL color Cylindrical-coordinate representation of color #EDA14D: hue angle of 31.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA14D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 77 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 31.5º | 0.82% | 0.62% | - |
| HSV(B) | 31.5º | 0.68% | 0.93% | - |
| XYZ | 49.01 | 44.03 | 12.94 | - |
| YUV | 174.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 77 | 0 | 0.32 | 0.68 | 0.07 | 31.5 | 0.82 | 0.62 |
| Hex | ED | A1 | 4D | 0 | 20 | 44 | 7 | 1F | 52 | 3E |
| Octal | 355 | 241 | 115 | 0 | 40 | 104 | 7 | 37 | 122 | 76 |
| Binary | 11101101 | 10100001 | 1001101 | 0 | 100000 | 1000100 | 111 | 11111 | 1010010 | 111110 |
Color Harmonies of #EDA14D
Complementary color
Monochromatic Colors of #EDA14D
Black with #EDA14D
Text Example
Text Example
White with #EDA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA14D; }
p { color: rgb(237,161,77); }
H1.HeaderClassName
{
color: #EDA14D;
}
.AnyTagClassName
{
color: #EDA14D;
}
</style>
background-color css
<style>
a { background-color: #EDA14D; }
a { background-color: rgb(237,161,77); }
div.DivClassName
{
background-color: #EDA14D;
}
.BgClassName
{
background-color: #EDA14D;
}
</style>
border-color css
<style>
span { border-color: #EDA14D; }
span { border-color: rgb(237,161,77); }
td.TdClassName
{
border-color: #EDA14D;
}
.TagClassName
{
border-color: #EDA14D;
}
</style>