Shades of Sea Buckthorn #E6914C
Tints of Sea Buckthorn #E6914C
RGB
CMYK
RGB Variations
Color information
#E6914C (or 0xE6914C) is known color: Sea Buckthorn. HEX triplet: E6, 91 and 4C. RGB value is (230,145,76). Sum of RGB (Red+Green+Blue) = 230+145+76=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6914C is #196EB3. Grayscale: #A2A2A2. Windows color (decimal): -1666740 or 5018086. OLE color: 5018086.
HSL color Cylindrical-coordinate representation of color #E6914C: hue angle of 26.88º 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 #E6914C is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 76 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.10 |
| HSL | 26.88º | 0.75% | 0.6% | - |
| HSV(B) | 26.88º | 0.67% | 0.9% | - |
| XYZ | 44.06 | 37.6 | 11.77 | - |
| YUV | 162.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 76 | 0 | 0.37 | 0.67 | 0.10 | 26.88 | 0.75 | 0.6 |
| Hex | E6 | 91 | 4C | 0 | 25 | 43 | A | 1B | 4B | 3C |
| Octal | 346 | 221 | 114 | 0 | 45 | 103 | 12 | 33 | 113 | 74 |
| Binary | 11100110 | 10010001 | 1001100 | 0 | 100101 | 1000011 | 1010 | 11011 | 1001011 | 111100 |
Color Harmonies of #E6914C
Complementary color
Monochromatic Colors of #E6914C
Black with #E6914C
Text Example
Text Example
White with #E6914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6914C; }
p { color: rgb(230,145,76); }
H1.HeaderClassName
{
color: #E6914C;
}
.AnyTagClassName
{
color: #E6914C;
}
</style>
background-color css
<style>
a { background-color: #E6914C; }
a { background-color: rgb(230,145,76); }
div.DivClassName
{
background-color: #E6914C;
}
.BgClassName
{
background-color: #E6914C;
}
</style>
border-color css
<style>
span { border-color: #E6914C; }
span { border-color: rgb(230,145,76); }
td.TdClassName
{
border-color: #E6914C;
}
.TagClassName
{
border-color: #E6914C;
}
</style>