Shades of Sea Buckthorn #EEA048
Tints of Sea Buckthorn #EEA048
RGB
CMYK
RGB Variations
Color information
#EEA048 (or 0xEEA048) is known color: Sea Buckthorn. HEX triplet: EE, A0 and 48. RGB value is (238,160,72). Sum of RGB (Red+Green+Blue) = 238+160+72=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA048 is #115FB7. Grayscale: #ADADAD. Windows color (decimal): -1138616 or 4759790. OLE color: 4759790.
HSL color Cylindrical-coordinate representation of color #EEA048: hue angle of 31.81º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEA048 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 72 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.07 |
| HSL | 31.81º | 0.83% | 0.61% | - |
| HSV(B) | 31.81º | 0.7% | 0.93% | - |
| XYZ | 49 | 43.79 | 12 | - |
| YUV | 173.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 72 | 0 | 0.33 | 0.70 | 0.07 | 31.81 | 0.83 | 0.61 |
| Hex | EE | A0 | 48 | 0 | 21 | 46 | 7 | 20 | 53 | 3D |
| Octal | 356 | 240 | 110 | 0 | 41 | 106 | 7 | 40 | 123 | 75 |
| Binary | 11101110 | 10100000 | 1001000 | 0 | 100001 | 1000110 | 111 | 100000 | 1010011 | 111101 |
Color Harmonies of #EEA048
Complementary color
Monochromatic Colors of #EEA048
Black with #EEA048
Text Example
Text Example
White with #EEA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA048; }
p { color: rgb(238,160,72); }
H1.HeaderClassName
{
color: #EEA048;
}
.AnyTagClassName
{
color: #EEA048;
}
</style>
background-color css
<style>
a { background-color: #EEA048; }
a { background-color: rgb(238,160,72); }
div.DivClassName
{
background-color: #EEA048;
}
.BgClassName
{
background-color: #EEA048;
}
</style>
border-color css
<style>
span { border-color: #EEA048; }
span { border-color: rgb(238,160,72); }
td.TdClassName
{
border-color: #EEA048;
}
.TagClassName
{
border-color: #EEA048;
}
</style>