Shades of Sea Buckthorn #EE8F4F
Tints of Sea Buckthorn #EE8F4F
RGB
CMYK
RGB Variations
Color information
#EE8F4F (or 0xEE8F4F) is known color: Sea Buckthorn. HEX triplet: EE, 8F and 4F. RGB value is (238,143,79). Sum of RGB (Red+Green+Blue) = 238+143+79=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F4F is #1170B0. Grayscale: #A4A4A4. Windows color (decimal): -1142961 or 5214190. OLE color: 5214190.
HSL color Cylindrical-coordinate representation of color #EE8F4F: hue angle of 24.15º 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 #EE8F4F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 79 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.07 |
| HSL | 24.15º | 0.82% | 0.62% | - |
| HSV(B) | 24.15º | 0.67% | 0.93% | - |
| XYZ | 46.49 | 38.39 | 12.36 | - |
| YUV | 164.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 79 | 0 | 0.40 | 0.67 | 0.07 | 24.15 | 0.82 | 0.62 |
| Hex | EE | 8F | 4F | 0 | 28 | 43 | 7 | 18 | 52 | 3E |
| Octal | 356 | 217 | 117 | 0 | 50 | 103 | 7 | 30 | 122 | 76 |
| Binary | 11101110 | 10001111 | 1001111 | 0 | 101000 | 1000011 | 111 | 11000 | 1010010 | 111110 |
Color Harmonies of #EE8F4F
Complementary color
Monochromatic Colors of #EE8F4F
Black with #EE8F4F
Text Example
Text Example
White with #EE8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F4F; }
p { color: rgb(238,143,79); }
H1.HeaderClassName
{
color: #EE8F4F;
}
.AnyTagClassName
{
color: #EE8F4F;
}
</style>
background-color css
<style>
a { background-color: #EE8F4F; }
a { background-color: rgb(238,143,79); }
div.DivClassName
{
background-color: #EE8F4F;
}
.BgClassName
{
background-color: #EE8F4F;
}
</style>
border-color css
<style>
span { border-color: #EE8F4F; }
span { border-color: rgb(238,143,79); }
td.TdClassName
{
border-color: #EE8F4F;
}
.TagClassName
{
border-color: #EE8F4F;
}
</style>