Shades of Sea Buckthorn #EEA046
Tints of Sea Buckthorn #EEA046
RGB
CMYK
RGB Variations
Color information
#EEA046 (or 0xEEA046) is known color: Sea Buckthorn. HEX triplet: EE, A0 and 46. RGB value is (238,160,70). Sum of RGB (Red+Green+Blue) = 238+160+70=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA046 is #115FB9. Grayscale: #ADADAD. Windows color (decimal): -1138618 or 4628718. OLE color: 4628718.
HSL color Cylindrical-coordinate representation of color #EEA046: hue angle of 32.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEA046 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 70 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.07 |
| HSL | 32.14º | 0.83% | 0.6% | - |
| HSV(B) | 32.14º | 0.71% | 0.93% | - |
| XYZ | 48.94 | 43.76 | 11.66 | - |
| YUV | 173.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 70 | 0 | 0.33 | 0.71 | 0.07 | 32.14 | 0.83 | 0.6 |
| Hex | EE | A0 | 46 | 0 | 21 | 47 | 7 | 20 | 53 | 3C |
| Octal | 356 | 240 | 106 | 0 | 41 | 107 | 7 | 40 | 123 | 74 |
| Binary | 11101110 | 10100000 | 1000110 | 0 | 100001 | 1000111 | 111 | 100000 | 1010011 | 111100 |
Color Harmonies of #EEA046
Complementary color
Monochromatic Colors of #EEA046
Black with #EEA046
Text Example
Text Example
White with #EEA046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA046; }
p { color: rgb(238,160,70); }
H1.HeaderClassName
{
color: #EEA046;
}
.AnyTagClassName
{
color: #EEA046;
}
</style>
background-color css
<style>
a { background-color: #EEA046; }
a { background-color: rgb(238,160,70); }
div.DivClassName
{
background-color: #EEA046;
}
.BgClassName
{
background-color: #EEA046;
}
</style>
border-color css
<style>
span { border-color: #EEA046; }
span { border-color: rgb(238,160,70); }
td.TdClassName
{
border-color: #EEA046;
}
.TagClassName
{
border-color: #EEA046;
}
</style>