Shades of Sea Buckthorn #EE8D4A
Tints of Sea Buckthorn #EE8D4A
RGB
CMYK
RGB Variations
Color information
#EE8D4A (or 0xEE8D4A) is known color: Sea Buckthorn. HEX triplet: EE, 8D and 4A. RGB value is (238,141,74). Sum of RGB (Red+Green+Blue) = 238+141+74=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D4A is #1172B5. Grayscale: #A2A2A2. Windows color (decimal): -1143478 or 4885998. OLE color: 4885998.
HSL color Cylindrical-coordinate representation of color #EE8D4A: hue angle of 24.51º 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 #EE8D4A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 74 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.07 |
| HSL | 24.51º | 0.83% | 0.61% | - |
| HSV(B) | 24.51º | 0.69% | 0.93% | - |
| XYZ | 46.02 | 37.72 | 11.33 | - |
| YUV | 162.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 74 | 0 | 0.41 | 0.69 | 0.07 | 24.51 | 0.83 | 0.61 |
| Hex | EE | 8D | 4A | 0 | 29 | 45 | 7 | 19 | 53 | 3D |
| Octal | 356 | 215 | 112 | 0 | 51 | 105 | 7 | 31 | 123 | 75 |
| Binary | 11101110 | 10001101 | 1001010 | 0 | 101001 | 1000101 | 111 | 11001 | 1010011 | 111101 |
Color Harmonies of #EE8D4A
Complementary color
Monochromatic Colors of #EE8D4A
Black with #EE8D4A
Text Example
Text Example
White with #EE8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D4A; }
p { color: rgb(238,141,74); }
H1.HeaderClassName
{
color: #EE8D4A;
}
.AnyTagClassName
{
color: #EE8D4A;
}
</style>
background-color css
<style>
a { background-color: #EE8D4A; }
a { background-color: rgb(238,141,74); }
div.DivClassName
{
background-color: #EE8D4A;
}
.BgClassName
{
background-color: #EE8D4A;
}
</style>
border-color css
<style>
span { border-color: #EE8D4A; }
span { border-color: rgb(238,141,74); }
td.TdClassName
{
border-color: #EE8D4A;
}
.TagClassName
{
border-color: #EE8D4A;
}
</style>