Shades of Sea Buckthorn #EE994C
Tints of Sea Buckthorn #EE994C
RGB
CMYK
RGB Variations
Color information
#EE994C (or 0xEE994C) is known color: Sea Buckthorn. HEX triplet: EE, 99 and 4C. RGB value is (238,153,76). Sum of RGB (Red+Green+Blue) = 238+153+76=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE994C is #1166B3. Grayscale: #AAAAAA. Windows color (decimal): -1140404 or 5020142. OLE color: 5020142.
HSL color Cylindrical-coordinate representation of color #EE994C: hue angle of 28.52º 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 #EE994C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 76 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 28.52º | 0.83% | 0.62% | - |
| HSV(B) | 28.52º | 0.68% | 0.93% | - |
| XYZ | 47.96 | 41.48 | 12.32 | - |
| YUV | 169.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 76 | 0 | 0.36 | 0.68 | 0.07 | 28.52 | 0.83 | 0.62 |
| Hex | EE | 99 | 4C | 0 | 24 | 44 | 7 | 1D | 53 | 3E |
| Octal | 356 | 231 | 114 | 0 | 44 | 104 | 7 | 35 | 123 | 76 |
| Binary | 11101110 | 10011001 | 1001100 | 0 | 100100 | 1000100 | 111 | 11101 | 1010011 | 111110 |
Color Harmonies of #EE994C
Complementary color
Monochromatic Colors of #EE994C
Black with #EE994C
Text Example
Text Example
White with #EE994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE994C; }
p { color: rgb(238,153,76); }
H1.HeaderClassName
{
color: #EE994C;
}
.AnyTagClassName
{
color: #EE994C;
}
</style>
background-color css
<style>
a { background-color: #EE994C; }
a { background-color: rgb(238,153,76); }
div.DivClassName
{
background-color: #EE994C;
}
.BgClassName
{
background-color: #EE994C;
}
</style>
border-color css
<style>
span { border-color: #EE994C; }
span { border-color: rgb(238,153,76); }
td.TdClassName
{
border-color: #EE994C;
}
.TagClassName
{
border-color: #EE994C;
}
</style>