Shades of Sea Buckthorn #E5944B
Tints of Sea Buckthorn #E5944B
RGB
CMYK
RGB Variations
Color information
#E5944B (or 0xE5944B) is known color: Sea Buckthorn. HEX triplet: E5, 94 and 4B. RGB value is (229,148,75). Sum of RGB (Red+Green+Blue) = 229+148+75=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5944B is #1A6BB4. Grayscale: #A4A4A4. Windows color (decimal): -1731509 or 4953317. OLE color: 4953317.
HSL color Cylindrical-coordinate representation of color #E5944B: hue angle of 28.44º 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 #E5944B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 75 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.10 |
| HSL | 28.44º | 0.75% | 0.6% | - |
| HSV(B) | 28.44º | 0.67% | 0.9% | - |
| XYZ | 44.17 | 38.35 | 11.73 | - |
| YUV | 163.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 75 | 0 | 0.35 | 0.67 | 0.10 | 28.44 | 0.75 | 0.6 |
| Hex | E5 | 94 | 4B | 0 | 23 | 43 | A | 1C | 4B | 3C |
| Octal | 345 | 224 | 113 | 0 | 43 | 103 | 12 | 34 | 113 | 74 |
| Binary | 11100101 | 10010100 | 1001011 | 0 | 100011 | 1000011 | 1010 | 11100 | 1001011 | 111100 |
Color Harmonies of #E5944B
Complementary color
Monochromatic Colors of #E5944B
Black with #E5944B
Text Example
Text Example
White with #E5944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5944B; }
p { color: rgb(229,148,75); }
H1.HeaderClassName
{
color: #E5944B;
}
.AnyTagClassName
{
color: #E5944B;
}
</style>
background-color css
<style>
a { background-color: #E5944B; }
a { background-color: rgb(229,148,75); }
div.DivClassName
{
background-color: #E5944B;
}
.BgClassName
{
background-color: #E5944B;
}
</style>
border-color css
<style>
span { border-color: #E5944B; }
span { border-color: rgb(229,148,75); }
td.TdClassName
{
border-color: #E5944B;
}
.TagClassName
{
border-color: #E5944B;
}
</style>