Shades of Sea Buckthorn #E6974B
Tints of Sea Buckthorn #E6974B
RGB
CMYK
RGB Variations
Color information
#E6974B (or 0xE6974B) is known color: Sea Buckthorn. HEX triplet: E6, 97 and 4B. RGB value is (230,151,75). Sum of RGB (Red+Green+Blue) = 230+151+75=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6974B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6974B is #1968B4. Grayscale: #A6A6A6. Windows color (decimal): -1665205 or 4954086. OLE color: 4954086.
HSL color Cylindrical-coordinate representation of color #E6974B: hue angle of 29.42º degrees, saturation: 0.76, 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 #E6974B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 75 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.10 |
| HSL | 29.42º | 0.76% | 0.6% | - |
| HSV(B) | 29.42º | 0.67% | 0.9% | - |
| XYZ | 44.97 | 39.46 | 11.9 | - |
| YUV | 165.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 75 | 0 | 0.34 | 0.67 | 0.10 | 29.42 | 0.76 | 0.6 |
| Hex | E6 | 97 | 4B | 0 | 22 | 43 | A | 1D | 4C | 3C |
| Octal | 346 | 227 | 113 | 0 | 42 | 103 | 12 | 35 | 114 | 74 |
| Binary | 11100110 | 10010111 | 1001011 | 0 | 100010 | 1000011 | 1010 | 11101 | 1001100 | 111100 |
Color Harmonies of #E6974B
Complementary color
Monochromatic Colors of #E6974B
Black with #E6974B
Text Example
Text Example
White with #E6974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6974B; }
p { color: rgb(230,151,75); }
H1.HeaderClassName
{
color: #E6974B;
}
.AnyTagClassName
{
color: #E6974B;
}
</style>
background-color css
<style>
a { background-color: #E6974B; }
a { background-color: rgb(230,151,75); }
div.DivClassName
{
background-color: #E6974B;
}
.BgClassName
{
background-color: #E6974B;
}
</style>
border-color css
<style>
span { border-color: #E6974B; }
span { border-color: rgb(230,151,75); }
td.TdClassName
{
border-color: #E6974B;
}
.TagClassName
{
border-color: #E6974B;
}
</style>