Shades of Sea Buckthorn #EDA14B
Tints of Sea Buckthorn #EDA14B
RGB
CMYK
RGB Variations
Color information
#EDA14B (or 0xEDA14B) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 4B. RGB value is (237,161,75). Sum of RGB (Red+Green+Blue) = 237+161+75=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA14B is #125EB4. Grayscale: #AEAEAE. Windows color (decimal): -1203893 or 4956653. OLE color: 4956653.
HSL color Cylindrical-coordinate representation of color #EDA14B: hue angle of 31.85º 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 #EDA14B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 75 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 31.85º | 0.82% | 0.61% | - |
| HSV(B) | 31.85º | 0.68% | 0.93% | - |
| XYZ | 48.94 | 44 | 12.57 | - |
| YUV | 173.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 75 | 0 | 0.32 | 0.68 | 0.07 | 31.85 | 0.82 | 0.61 |
| Hex | ED | A1 | 4B | 0 | 20 | 44 | 7 | 20 | 52 | 3D |
| Octal | 355 | 241 | 113 | 0 | 40 | 104 | 7 | 40 | 122 | 75 |
| Binary | 11101101 | 10100001 | 1001011 | 0 | 100000 | 1000100 | 111 | 100000 | 1010010 | 111101 |
Color Harmonies of #EDA14B
Complementary color
Monochromatic Colors of #EDA14B
Black with #EDA14B
Text Example
Text Example
White with #EDA14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA14B; }
p { color: rgb(237,161,75); }
H1.HeaderClassName
{
color: #EDA14B;
}
.AnyTagClassName
{
color: #EDA14B;
}
</style>
background-color css
<style>
a { background-color: #EDA14B; }
a { background-color: rgb(237,161,75); }
div.DivClassName
{
background-color: #EDA14B;
}
.BgClassName
{
background-color: #EDA14B;
}
</style>
border-color css
<style>
span { border-color: #EDA14B; }
span { border-color: rgb(237,161,75); }
td.TdClassName
{
border-color: #EDA14B;
}
.TagClassName
{
border-color: #EDA14B;
}
</style>