Shades of Sea Buckthorn #EDA24C
Tints of Sea Buckthorn #EDA24C
RGB
CMYK
RGB Variations
Color information
#EDA24C (or 0xEDA24C) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 4C. RGB value is (237,162,76). Sum of RGB (Red+Green+Blue) = 237+162+76=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA24C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA24C is #125DB3. Grayscale: #AFAFAF. Windows color (decimal): -1203636 or 5022445. OLE color: 5022445.
HSL color Cylindrical-coordinate representation of color #EDA24C: hue angle of 32.05º 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 #EDA24C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 76 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 32.05º | 0.82% | 0.61% | - |
| HSV(B) | 32.05º | 0.68% | 0.93% | - |
| XYZ | 49.15 | 44.37 | 12.81 | - |
| YUV | 174.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 76 | 0 | 0.32 | 0.68 | 0.07 | 32.05 | 0.82 | 0.61 |
| Hex | ED | A2 | 4C | 0 | 20 | 44 | 7 | 20 | 52 | 3D |
| Octal | 355 | 242 | 114 | 0 | 40 | 104 | 7 | 40 | 122 | 75 |
| Binary | 11101101 | 10100010 | 1001100 | 0 | 100000 | 1000100 | 111 | 100000 | 1010010 | 111101 |
Color Harmonies of #EDA24C
Complementary color
Monochromatic Colors of #EDA24C
Black with #EDA24C
Text Example
Text Example
White with #EDA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA24C; }
p { color: rgb(237,162,76); }
H1.HeaderClassName
{
color: #EDA24C;
}
.AnyTagClassName
{
color: #EDA24C;
}
</style>
background-color css
<style>
a { background-color: #EDA24C; }
a { background-color: rgb(237,162,76); }
div.DivClassName
{
background-color: #EDA24C;
}
.BgClassName
{
background-color: #EDA24C;
}
</style>
border-color css
<style>
span { border-color: #EDA24C; }
span { border-color: rgb(237,162,76); }
td.TdClassName
{
border-color: #EDA24C;
}
.TagClassName
{
border-color: #EDA24C;
}
</style>