Shades of Sea Buckthorn #EDA24B
Tints of Sea Buckthorn #EDA24B
RGB
CMYK
RGB Variations
Color information
#EDA24B (or 0xEDA24B) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 4B. RGB value is (237,162,75). Sum of RGB (Red+Green+Blue) = 237+162+75=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA24B is #125DB4. Grayscale: #AEAEAE. Windows color (decimal): -1203637 or 4956909. OLE color: 4956909.
HSL color Cylindrical-coordinate representation of color #EDA24B: hue angle of 32.22º 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 #EDA24B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 75 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 32.22º | 0.82% | 0.61% | - |
| HSV(B) | 32.22º | 0.68% | 0.93% | - |
| XYZ | 49.12 | 44.35 | 12.63 | - |
| YUV | 174.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 75 | 0 | 0.32 | 0.68 | 0.07 | 32.22 | 0.82 | 0.61 |
| Hex | ED | A2 | 4B | 0 | 20 | 44 | 7 | 20 | 52 | 3D |
| Octal | 355 | 242 | 113 | 0 | 40 | 104 | 7 | 40 | 122 | 75 |
| Binary | 11101101 | 10100010 | 1001011 | 0 | 100000 | 1000100 | 111 | 100000 | 1010010 | 111101 |
Color Harmonies of #EDA24B
Complementary color
Monochromatic Colors of #EDA24B
Black with #EDA24B
Text Example
Text Example
White with #EDA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA24B; }
p { color: rgb(237,162,75); }
H1.HeaderClassName
{
color: #EDA24B;
}
.AnyTagClassName
{
color: #EDA24B;
}
</style>
background-color css
<style>
a { background-color: #EDA24B; }
a { background-color: rgb(237,162,75); }
div.DivClassName
{
background-color: #EDA24B;
}
.BgClassName
{
background-color: #EDA24B;
}
</style>
border-color css
<style>
span { border-color: #EDA24B; }
span { border-color: rgb(237,162,75); }
td.TdClassName
{
border-color: #EDA24B;
}
.TagClassName
{
border-color: #EDA24B;
}
</style>