Shades of Sea Buckthorn #EE974F
Tints of Sea Buckthorn #EE974F
RGB
CMYK
RGB Variations
Color information
#EE974F (or 0xEE974F) is known color: Sea Buckthorn. HEX triplet: EE, 97 and 4F. RGB value is (238,151,79). Sum of RGB (Red+Green+Blue) = 238+151+79=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE974F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE974F is #1168B0. Grayscale: #A9A9A9. Windows color (decimal): -1140913 or 5216238. OLE color: 5216238.
HSL color Cylindrical-coordinate representation of color #EE974F: hue angle of 27.17º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE974F is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 79 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.07 |
| HSL | 27.17º | 0.82% | 0.62% | - |
| HSV(B) | 27.17º | 0.67% | 0.93% | - |
| XYZ | 47.74 | 40.87 | 12.77 | - |
| YUV | 168.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 79 | 0 | 0.37 | 0.67 | 0.07 | 27.17 | 0.82 | 0.62 |
| Hex | EE | 97 | 4F | 0 | 25 | 43 | 7 | 1B | 52 | 3E |
| Octal | 356 | 227 | 117 | 0 | 45 | 103 | 7 | 33 | 122 | 76 |
| Binary | 11101110 | 10010111 | 1001111 | 0 | 100101 | 1000011 | 111 | 11011 | 1010010 | 111110 |
Color Harmonies of #EE974F
Complementary color
Monochromatic Colors of #EE974F
Black with #EE974F
Text Example
Text Example
White with #EE974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE974F; }
p { color: rgb(238,151,79); }
H1.HeaderClassName
{
color: #EE974F;
}
.AnyTagClassName
{
color: #EE974F;
}
</style>
background-color css
<style>
a { background-color: #EE974F; }
a { background-color: rgb(238,151,79); }
div.DivClassName
{
background-color: #EE974F;
}
.BgClassName
{
background-color: #EE974F;
}
</style>
border-color css
<style>
span { border-color: #EE974F; }
span { border-color: rgb(238,151,79); }
td.TdClassName
{
border-color: #EE974F;
}
.TagClassName
{
border-color: #EE974F;
}
</style>