Shades of Sea Buckthorn #E5964D
Tints of Sea Buckthorn #E5964D
RGB
CMYK
RGB Variations
Color information
#E5964D (or 0xE5964D) is known color: Sea Buckthorn. HEX triplet: E5, 96 and 4D. RGB value is (229,150,77). Sum of RGB (Red+Green+Blue) = 229+150+77=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5964D is #1A69B2. Grayscale: #A5A5A5. Windows color (decimal): -1730995 or 5084901. OLE color: 5084901.
HSL color Cylindrical-coordinate representation of color #E5964D: hue angle of 28.82º 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 #E5964D is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 77 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.10 |
| HSL | 28.82º | 0.75% | 0.6% | - |
| HSV(B) | 28.82º | 0.66% | 0.9% | - |
| XYZ | 44.56 | 39.01 | 12.2 | - |
| YUV | 165.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 77 | 0 | 0.34 | 0.66 | 0.10 | 28.82 | 0.75 | 0.6 |
| Hex | E5 | 96 | 4D | 0 | 22 | 42 | A | 1D | 4B | 3C |
| Octal | 345 | 226 | 115 | 0 | 42 | 102 | 12 | 35 | 113 | 74 |
| Binary | 11100101 | 10010110 | 1001101 | 0 | 100010 | 1000010 | 1010 | 11101 | 1001011 | 111100 |
Color Harmonies of #E5964D
Complementary color
Monochromatic Colors of #E5964D
Black with #E5964D
Text Example
Text Example
White with #E5964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5964D; }
p { color: rgb(229,150,77); }
H1.HeaderClassName
{
color: #E5964D;
}
.AnyTagClassName
{
color: #E5964D;
}
</style>
background-color css
<style>
a { background-color: #E5964D; }
a { background-color: rgb(229,150,77); }
div.DivClassName
{
background-color: #E5964D;
}
.BgClassName
{
background-color: #E5964D;
}
</style>
border-color css
<style>
span { border-color: #E5964D; }
span { border-color: rgb(229,150,77); }
td.TdClassName
{
border-color: #E5964D;
}
.TagClassName
{
border-color: #E5964D;
}
</style>