Shades of Sea Buckthorn #E5954A
Tints of Sea Buckthorn #E5954A
RGB
CMYK
RGB Variations
Color information
#E5954A (or 0xE5954A) is known color: Sea Buckthorn. HEX triplet: E5, 95 and 4A. RGB value is (229,149,74). Sum of RGB (Red+Green+Blue) = 229+149+74=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5954A is #1A6AB5. Grayscale: #A4A4A4. Windows color (decimal): -1731254 or 4888037. OLE color: 4888037.
HSL color Cylindrical-coordinate representation of color #E5954A: hue angle of 29.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5954A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 74 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.10 |
| HSL | 29.03º | 0.75% | 0.59% | - |
| HSV(B) | 29.03º | 0.68% | 0.9% | - |
| XYZ | 44.3 | 38.65 | 11.6 | - |
| YUV | 164.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 74 | 0 | 0.35 | 0.68 | 0.10 | 29.03 | 0.75 | 0.59 |
| Hex | E5 | 95 | 4A | 0 | 23 | 44 | A | 1D | 4B | 3B |
| Octal | 345 | 225 | 112 | 0 | 43 | 104 | 12 | 35 | 113 | 73 |
| Binary | 11100101 | 10010101 | 1001010 | 0 | 100011 | 1000100 | 1010 | 11101 | 1001011 | 111011 |
Color Harmonies of #E5954A
Complementary color
Monochromatic Colors of #E5954A
Black with #E5954A
Text Example
Text Example
White with #E5954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5954A; }
p { color: rgb(229,149,74); }
H1.HeaderClassName
{
color: #E5954A;
}
.AnyTagClassName
{
color: #E5954A;
}
</style>
background-color css
<style>
a { background-color: #E5954A; }
a { background-color: rgb(229,149,74); }
div.DivClassName
{
background-color: #E5954A;
}
.BgClassName
{
background-color: #E5954A;
}
</style>
border-color css
<style>
span { border-color: #E5954A; }
span { border-color: rgb(229,149,74); }
td.TdClassName
{
border-color: #E5954A;
}
.TagClassName
{
border-color: #E5954A;
}
</style>