Shades of Sea Buckthorn #EDA043
Tints of Sea Buckthorn #EDA043
RGB
CMYK
RGB Variations
Color information
#EDA043 (or 0xEDA043) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 43. RGB value is (237,160,67). Sum of RGB (Red+Green+Blue) = 237+160+67=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA043 is #125FBC. Grayscale: #ACACAC. Windows color (decimal): -1204157 or 4432109. OLE color: 4432109.
HSL color Cylindrical-coordinate representation of color #EDA043: hue angle of 32.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA043 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 67 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.07 |
| HSL | 32.82º | 0.83% | 0.6% | - |
| HSV(B) | 32.82º | 0.72% | 0.93% | - |
| XYZ | 48.51 | 43.55 | 11.16 | - |
| YUV | 172.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 67 | 0 | 0.32 | 0.72 | 0.07 | 32.82 | 0.83 | 0.6 |
| Hex | ED | A0 | 43 | 0 | 20 | 48 | 7 | 21 | 53 | 3C |
| Octal | 355 | 240 | 103 | 0 | 40 | 110 | 7 | 41 | 123 | 74 |
| Binary | 11101101 | 10100000 | 1000011 | 0 | 100000 | 1001000 | 111 | 100001 | 1010011 | 111100 |
Color Harmonies of #EDA043
Complementary color
Monochromatic Colors of #EDA043
Black with #EDA043
Text Example
Text Example
White with #EDA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA043; }
p { color: rgb(237,160,67); }
H1.HeaderClassName
{
color: #EDA043;
}
.AnyTagClassName
{
color: #EDA043;
}
</style>
background-color css
<style>
a { background-color: #EDA043; }
a { background-color: rgb(237,160,67); }
div.DivClassName
{
background-color: #EDA043;
}
.BgClassName
{
background-color: #EDA043;
}
</style>
border-color css
<style>
span { border-color: #EDA043; }
span { border-color: rgb(237,160,67); }
td.TdClassName
{
border-color: #EDA043;
}
.TagClassName
{
border-color: #EDA043;
}
</style>