Shades of Sea Buckthorn #E68F4A
Tints of Sea Buckthorn #E68F4A
RGB
CMYK
RGB Variations
Color information
#E68F4A (or 0xE68F4A) is known color: Sea Buckthorn. HEX triplet: E6, 8F and 4A. RGB value is (230,143,74). Sum of RGB (Red+Green+Blue) = 230+143+74=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F4A is #1970B5. Grayscale: #A1A1A1. Windows color (decimal): -1667254 or 4886502. OLE color: 4886502.
HSL color Cylindrical-coordinate representation of color #E68F4A: hue angle of 26.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E68F4A is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 74 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.10 |
| HSL | 26.54º | 0.76% | 0.6% | - |
| HSV(B) | 26.54º | 0.68% | 0.9% | - |
| XYZ | 43.69 | 36.96 | 11.31 | - |
| YUV | 161.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 74 | 0 | 0.38 | 0.68 | 0.10 | 26.54 | 0.76 | 0.6 |
| Hex | E6 | 8F | 4A | 0 | 26 | 44 | A | 1B | 4C | 3C |
| Octal | 346 | 217 | 112 | 0 | 46 | 104 | 12 | 33 | 114 | 74 |
| Binary | 11100110 | 10001111 | 1001010 | 0 | 100110 | 1000100 | 1010 | 11011 | 1001100 | 111100 |
Color Harmonies of #E68F4A
Complementary color
Monochromatic Colors of #E68F4A
Black with #E68F4A
Text Example
Text Example
White with #E68F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F4A; }
p { color: rgb(230,143,74); }
H1.HeaderClassName
{
color: #E68F4A;
}
.AnyTagClassName
{
color: #E68F4A;
}
</style>
background-color css
<style>
a { background-color: #E68F4A; }
a { background-color: rgb(230,143,74); }
div.DivClassName
{
background-color: #E68F4A;
}
.BgClassName
{
background-color: #E68F4A;
}
</style>
border-color css
<style>
span { border-color: #E68F4A; }
span { border-color: rgb(230,143,74); }
td.TdClassName
{
border-color: #E68F4A;
}
.TagClassName
{
border-color: #E68F4A;
}
</style>