Shades of Sea Buckthorn #EE994A
Tints of Sea Buckthorn #EE994A
RGB
CMYK
RGB Variations
Color information
#EE994A (or 0xEE994A) is known color: Sea Buckthorn. HEX triplet: EE, 99 and 4A. RGB value is (238,153,74). Sum of RGB (Red+Green+Blue) = 238+153+74=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE994A is #1166B5. Grayscale: #A9A9A9. Windows color (decimal): -1140406 or 4889070. OLE color: 4889070.
HSL color Cylindrical-coordinate representation of color #EE994A: hue angle of 28.9º degrees, saturation: 0.83, 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 #EE994A is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 74 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.07 |
| HSL | 28.9º | 0.83% | 0.61% | - |
| HSV(B) | 28.9º | 0.69% | 0.93% | - |
| XYZ | 47.89 | 41.45 | 11.96 | - |
| YUV | 169.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 74 | 0 | 0.36 | 0.69 | 0.07 | 28.9 | 0.83 | 0.61 |
| Hex | EE | 99 | 4A | 0 | 24 | 45 | 7 | 1D | 53 | 3D |
| Octal | 356 | 231 | 112 | 0 | 44 | 105 | 7 | 35 | 123 | 75 |
| Binary | 11101110 | 10011001 | 1001010 | 0 | 100100 | 1000101 | 111 | 11101 | 1010011 | 111101 |
Color Harmonies of #EE994A
Complementary color
Monochromatic Colors of #EE994A
Black with #EE994A
Text Example
Text Example
White with #EE994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE994A; }
p { color: rgb(238,153,74); }
H1.HeaderClassName
{
color: #EE994A;
}
.AnyTagClassName
{
color: #EE994A;
}
</style>
background-color css
<style>
a { background-color: #EE994A; }
a { background-color: rgb(238,153,74); }
div.DivClassName
{
background-color: #EE994A;
}
.BgClassName
{
background-color: #EE994A;
}
</style>
border-color css
<style>
span { border-color: #EE994A; }
span { border-color: rgb(238,153,74); }
td.TdClassName
{
border-color: #EE994A;
}
.TagClassName
{
border-color: #EE994A;
}
</style>