Shades of Sea Buckthorn #E6984D
Tints of Sea Buckthorn #E6984D
RGB
CMYK
RGB Variations
Color information
#E6984D (or 0xE6984D) is known color: Sea Buckthorn. HEX triplet: E6, 98 and 4D. RGB value is (230,152,77). Sum of RGB (Red+Green+Blue) = 230+152+77=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6984D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6984D is #1967B2. Grayscale: #A7A7A7. Windows color (decimal): -1664947 or 5085414. OLE color: 5085414.
HSL color Cylindrical-coordinate representation of color #E6984D: hue angle of 29.41º 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 #E6984D is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 77 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.10 |
| HSL | 29.41º | 0.75% | 0.6% | - |
| HSV(B) | 29.41º | 0.67% | 0.9% | - |
| XYZ | 45.2 | 39.82 | 12.32 | - |
| YUV | 166.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 77 | 0 | 0.34 | 0.67 | 0.10 | 29.41 | 0.75 | 0.6 |
| Hex | E6 | 98 | 4D | 0 | 22 | 43 | A | 1D | 4B | 3C |
| Octal | 346 | 230 | 115 | 0 | 42 | 103 | 12 | 35 | 113 | 74 |
| Binary | 11100110 | 10011000 | 1001101 | 0 | 100010 | 1000011 | 1010 | 11101 | 1001011 | 111100 |
Color Harmonies of #E6984D
Complementary color
Monochromatic Colors of #E6984D
Black with #E6984D
Text Example
Text Example
White with #E6984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6984D; }
p { color: rgb(230,152,77); }
H1.HeaderClassName
{
color: #E6984D;
}
.AnyTagClassName
{
color: #E6984D;
}
</style>
background-color css
<style>
a { background-color: #E6984D; }
a { background-color: rgb(230,152,77); }
div.DivClassName
{
background-color: #E6984D;
}
.BgClassName
{
background-color: #E6984D;
}
</style>
border-color css
<style>
span { border-color: #E6984D; }
span { border-color: rgb(230,152,77); }
td.TdClassName
{
border-color: #E6984D;
}
.TagClassName
{
border-color: #E6984D;
}
</style>