Shades of Sea Buckthorn #E6984B
Tints of Sea Buckthorn #E6984B
RGB
CMYK
RGB Variations
Color information
#E6984B (or 0xE6984B) is known color: Sea Buckthorn. HEX triplet: E6, 98 and 4B. RGB value is (230,152,75). Sum of RGB (Red+Green+Blue) = 230+152+75=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6984B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6984B is #1967B4. Grayscale: #A6A6A6. Windows color (decimal): -1664949 or 4954342. OLE color: 4954342.
HSL color Cylindrical-coordinate representation of color #E6984B: hue angle of 29.81º 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 #E6984B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 75 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.10 |
| HSL | 29.81º | 0.76% | 0.6% | - |
| HSV(B) | 29.81º | 0.67% | 0.9% | - |
| XYZ | 45.13 | 39.79 | 11.96 | - |
| YUV | 166.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 75 | 0 | 0.34 | 0.67 | 0.10 | 29.81 | 0.76 | 0.6 |
| Hex | E6 | 98 | 4B | 0 | 22 | 43 | A | 1E | 4C | 3C |
| Octal | 346 | 230 | 113 | 0 | 42 | 103 | 12 | 36 | 114 | 74 |
| Binary | 11100110 | 10011000 | 1001011 | 0 | 100010 | 1000011 | 1010 | 11110 | 1001100 | 111100 |
Color Harmonies of #E6984B
Complementary color
Monochromatic Colors of #E6984B
Black with #E6984B
Text Example
Text Example
White with #E6984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6984B; }
p { color: rgb(230,152,75); }
H1.HeaderClassName
{
color: #E6984B;
}
.AnyTagClassName
{
color: #E6984B;
}
</style>
background-color css
<style>
a { background-color: #E6984B; }
a { background-color: rgb(230,152,75); }
div.DivClassName
{
background-color: #E6984B;
}
.BgClassName
{
background-color: #E6984B;
}
</style>
border-color css
<style>
span { border-color: #E6984B; }
span { border-color: rgb(230,152,75); }
td.TdClassName
{
border-color: #E6984B;
}
.TagClassName
{
border-color: #E6984B;
}
</style>