Shades of Sea Buckthorn #EE8D4D
Tints of Sea Buckthorn #EE8D4D
RGB
CMYK
RGB Variations
Color information
#EE8D4D (or 0xEE8D4D) is known color: Sea Buckthorn. HEX triplet: EE, 8D and 4D. RGB value is (238,141,77). Sum of RGB (Red+Green+Blue) = 238+141+77=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D4D is #1172B2. Grayscale: #A3A3A3. Windows color (decimal): -1143475 or 5082606. OLE color: 5082606.
HSL color Cylindrical-coordinate representation of color #EE8D4D: hue angle of 23.85º 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 #EE8D4D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 77 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.07 |
| HSL | 23.85º | 0.83% | 0.62% | - |
| HSV(B) | 23.85º | 0.68% | 0.93% | - |
| XYZ | 46.12 | 37.76 | 11.88 | - |
| YUV | 162.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 77 | 0 | 0.41 | 0.68 | 0.07 | 23.85 | 0.83 | 0.62 |
| Hex | EE | 8D | 4D | 0 | 29 | 44 | 7 | 18 | 53 | 3E |
| Octal | 356 | 215 | 115 | 0 | 51 | 104 | 7 | 30 | 123 | 76 |
| Binary | 11101110 | 10001101 | 1001101 | 0 | 101001 | 1000100 | 111 | 11000 | 1010011 | 111110 |
Color Harmonies of #EE8D4D
Complementary color
Monochromatic Colors of #EE8D4D
Black with #EE8D4D
Text Example
Text Example
White with #EE8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D4D; }
p { color: rgb(238,141,77); }
H1.HeaderClassName
{
color: #EE8D4D;
}
.AnyTagClassName
{
color: #EE8D4D;
}
</style>
background-color css
<style>
a { background-color: #EE8D4D; }
a { background-color: rgb(238,141,77); }
div.DivClassName
{
background-color: #EE8D4D;
}
.BgClassName
{
background-color: #EE8D4D;
}
</style>
border-color css
<style>
span { border-color: #EE8D4D; }
span { border-color: rgb(238,141,77); }
td.TdClassName
{
border-color: #EE8D4D;
}
.TagClassName
{
border-color: #EE8D4D;
}
</style>