Shades of Sea Buckthorn #EDA24A
Tints of Sea Buckthorn #EDA24A
RGB
CMYK
RGB Variations
Color information
#EDA24A (or 0xEDA24A) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 4A. RGB value is (237,162,74). Sum of RGB (Red+Green+Blue) = 237+162+74=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA24A is #125DB5. Grayscale: #AEAEAE. Windows color (decimal): -1203638 or 4891373. OLE color: 4891373.
HSL color Cylindrical-coordinate representation of color #EDA24A: hue angle of 32.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDA24A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 74 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.07 |
| HSL | 32.39º | 0.82% | 0.61% | - |
| HSV(B) | 32.39º | 0.69% | 0.93% | - |
| XYZ | 49.08 | 44.34 | 12.45 | - |
| YUV | 174.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 74 | 0 | 0.32 | 0.69 | 0.07 | 32.39 | 0.82 | 0.61 |
| Hex | ED | A2 | 4A | 0 | 20 | 45 | 7 | 20 | 52 | 3D |
| Octal | 355 | 242 | 112 | 0 | 40 | 105 | 7 | 40 | 122 | 75 |
| Binary | 11101101 | 10100010 | 1001010 | 0 | 100000 | 1000101 | 111 | 100000 | 1010010 | 111101 |
Color Harmonies of #EDA24A
Complementary color
Monochromatic Colors of #EDA24A
Black with #EDA24A
Text Example
Text Example
White with #EDA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA24A; }
p { color: rgb(237,162,74); }
H1.HeaderClassName
{
color: #EDA24A;
}
.AnyTagClassName
{
color: #EDA24A;
}
</style>
background-color css
<style>
a { background-color: #EDA24A; }
a { background-color: rgb(237,162,74); }
div.DivClassName
{
background-color: #EDA24A;
}
.BgClassName
{
background-color: #EDA24A;
}
</style>
border-color css
<style>
span { border-color: #EDA24A; }
span { border-color: rgb(237,162,74); }
td.TdClassName
{
border-color: #EDA24A;
}
.TagClassName
{
border-color: #EDA24A;
}
</style>