Shades of Sea Buckthorn #E6954E
Tints of Sea Buckthorn #E6954E
RGB
CMYK
RGB Variations
Color information
#E6954E (or 0xE6954E) is known color: Sea Buckthorn. HEX triplet: E6, 95 and 4E. RGB value is (230,149,78). Sum of RGB (Red+Green+Blue) = 230+149+78=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6954E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6954E is #196AB1. Grayscale: #A5A5A5. Windows color (decimal): -1665714 or 5150182. OLE color: 5150182.
HSL color Cylindrical-coordinate representation of color #E6954E: hue angle of 28.03º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6954E is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 78 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.10 |
| HSL | 28.03º | 0.75% | 0.6% | - |
| HSV(B) | 28.03º | 0.66% | 0.9% | - |
| XYZ | 44.76 | 38.87 | 12.35 | - |
| YUV | 165.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 78 | 0 | 0.35 | 0.66 | 0.10 | 28.03 | 0.75 | 0.6 |
| Hex | E6 | 95 | 4E | 0 | 23 | 42 | A | 1C | 4B | 3C |
| Octal | 346 | 225 | 116 | 0 | 43 | 102 | 12 | 34 | 113 | 74 |
| Binary | 11100110 | 10010101 | 1001110 | 0 | 100011 | 1000010 | 1010 | 11100 | 1001011 | 111100 |
Color Harmonies of #E6954E
Complementary color
Monochromatic Colors of #E6954E
Black with #E6954E
Text Example
Text Example
White with #E6954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6954E; }
p { color: rgb(230,149,78); }
H1.HeaderClassName
{
color: #E6954E;
}
.AnyTagClassName
{
color: #E6954E;
}
</style>
background-color css
<style>
a { background-color: #E6954E; }
a { background-color: rgb(230,149,78); }
div.DivClassName
{
background-color: #E6954E;
}
.BgClassName
{
background-color: #E6954E;
}
</style>
border-color css
<style>
span { border-color: #E6954E; }
span { border-color: rgb(230,149,78); }
td.TdClassName
{
border-color: #E6954E;
}
.TagClassName
{
border-color: #E6954E;
}
</style>