Shades of Sea Buckthorn #EE984C
Tints of Sea Buckthorn #EE984C
RGB
CMYK
RGB Variations
Color information
#EE984C (or 0xEE984C) is known color: Sea Buckthorn. HEX triplet: EE, 98 and 4C. RGB value is (238,152,76). Sum of RGB (Red+Green+Blue) = 238+152+76=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE984C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE984C is #1167B3. Grayscale: #A9A9A9. Windows color (decimal): -1140660 or 5019886. OLE color: 5019886.
HSL color Cylindrical-coordinate representation of color #EE984C: hue angle of 28.15º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE984C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 76 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 28.15º | 0.83% | 0.62% | - |
| HSV(B) | 28.15º | 0.68% | 0.93% | - |
| XYZ | 47.79 | 41.16 | 12.26 | - |
| YUV | 169.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 76 | 0 | 0.36 | 0.68 | 0.07 | 28.15 | 0.83 | 0.62 |
| Hex | EE | 98 | 4C | 0 | 24 | 44 | 7 | 1C | 53 | 3E |
| Octal | 356 | 230 | 114 | 0 | 44 | 104 | 7 | 34 | 123 | 76 |
| Binary | 11101110 | 10011000 | 1001100 | 0 | 100100 | 1000100 | 111 | 11100 | 1010011 | 111110 |
Color Harmonies of #EE984C
Complementary color
Monochromatic Colors of #EE984C
Black with #EE984C
Text Example
Text Example
White with #EE984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE984C; }
p { color: rgb(238,152,76); }
H1.HeaderClassName
{
color: #EE984C;
}
.AnyTagClassName
{
color: #EE984C;
}
</style>
background-color css
<style>
a { background-color: #EE984C; }
a { background-color: rgb(238,152,76); }
div.DivClassName
{
background-color: #EE984C;
}
.BgClassName
{
background-color: #EE984C;
}
</style>
border-color css
<style>
span { border-color: #EE984C; }
span { border-color: rgb(238,152,76); }
td.TdClassName
{
border-color: #EE984C;
}
.TagClassName
{
border-color: #EE984C;
}
</style>