Shades of Sea Buckthorn #E68F4C
Tints of Sea Buckthorn #E68F4C
RGB
CMYK
RGB Variations
Color information
#E68F4C (or 0xE68F4C) is known color: Sea Buckthorn. HEX triplet: E6, 8F and 4C. RGB value is (230,143,76). Sum of RGB (Red+Green+Blue) = 230+143+76=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F4C is #1970B3. Grayscale: #A1A1A1. Windows color (decimal): -1667252 or 5017574. OLE color: 5017574.
HSL color Cylindrical-coordinate representation of color #E68F4C: hue angle of 26.1º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E68F4C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 76 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.10 |
| HSL | 26.1º | 0.75% | 0.6% | - |
| HSV(B) | 26.1º | 0.67% | 0.9% | - |
| XYZ | 43.76 | 36.99 | 11.67 | - |
| YUV | 161.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 76 | 0 | 0.38 | 0.67 | 0.10 | 26.1 | 0.75 | 0.6 |
| Hex | E6 | 8F | 4C | 0 | 26 | 43 | A | 1A | 4B | 3C |
| Octal | 346 | 217 | 114 | 0 | 46 | 103 | 12 | 32 | 113 | 74 |
| Binary | 11100110 | 10001111 | 1001100 | 0 | 100110 | 1000011 | 1010 | 11010 | 1001011 | 111100 |
Color Harmonies of #E68F4C
Complementary color
Monochromatic Colors of #E68F4C
Black with #E68F4C
Text Example
Text Example
White with #E68F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F4C; }
p { color: rgb(230,143,76); }
H1.HeaderClassName
{
color: #E68F4C;
}
.AnyTagClassName
{
color: #E68F4C;
}
</style>
background-color css
<style>
a { background-color: #E68F4C; }
a { background-color: rgb(230,143,76); }
div.DivClassName
{
background-color: #E68F4C;
}
.BgClassName
{
background-color: #E68F4C;
}
</style>
border-color css
<style>
span { border-color: #E68F4C; }
span { border-color: rgb(230,143,76); }
td.TdClassName
{
border-color: #E68F4C;
}
.TagClassName
{
border-color: #E68F4C;
}
</style>