Shades of Sea Buckthorn #E5964C
Tints of Sea Buckthorn #E5964C
RGB
CMYK
RGB Variations
Color information
#E5964C (or 0xE5964C) is known color: Sea Buckthorn. HEX triplet: E5, 96 and 4C. RGB value is (229,150,76). Sum of RGB (Red+Green+Blue) = 229+150+76=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5964C is #1A69B3. Grayscale: #A5A5A5. Windows color (decimal): -1730996 or 5019365. OLE color: 5019365.
HSL color Cylindrical-coordinate representation of color #E5964C: hue angle of 29.02º 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 #E5964C is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 76 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.10 |
| HSL | 29.02º | 0.75% | 0.6% | - |
| HSV(B) | 29.02º | 0.67% | 0.9% | - |
| XYZ | 44.52 | 38.99 | 12.02 | - |
| YUV | 165.19 | 77.67 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 76 | 0 | 0.34 | 0.67 | 0.10 | 29.02 | 0.75 | 0.6 |
| Hex | E5 | 96 | 4C | 0 | 22 | 43 | A | 1D | 4B | 3C |
| Octal | 345 | 226 | 114 | 0 | 42 | 103 | 12 | 35 | 113 | 74 |
| Binary | 11100101 | 10010110 | 1001100 | 0 | 100010 | 1000011 | 1010 | 11101 | 1001011 | 111100 |
Color Harmonies of #E5964C
Complementary color
Monochromatic Colors of #E5964C
Black with #E5964C
Text Example
Text Example
White with #E5964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5964C; }
p { color: rgb(229,150,76); }
H1.HeaderClassName
{
color: #E5964C;
}
.AnyTagClassName
{
color: #E5964C;
}
</style>
background-color css
<style>
a { background-color: #E5964C; }
a { background-color: rgb(229,150,76); }
div.DivClassName
{
background-color: #E5964C;
}
.BgClassName
{
background-color: #E5964C;
}
</style>
border-color css
<style>
span { border-color: #E5964C; }
span { border-color: rgb(229,150,76); }
td.TdClassName
{
border-color: #E5964C;
}
.TagClassName
{
border-color: #E5964C;
}
</style>