Shades of Sea Buckthorn #EA964E
Tints of Sea Buckthorn #EA964E
RGB
CMYK
RGB Variations
Color information
#EA964E (or 0xEA964E) is known color: Sea Buckthorn. HEX triplet: EA, 96 and 4E. RGB value is (234,150,78). Sum of RGB (Red+Green+Blue) = 234+150+78=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA964E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA964E is #1569B1. Grayscale: #A7A7A7. Windows color (decimal): -1403314 or 5150442. OLE color: 5150442.
HSL color Cylindrical-coordinate representation of color #EA964E: hue angle of 27.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA964E is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 78 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.08 |
| HSL | 27.69º | 0.79% | 0.61% | - |
| HSV(B) | 27.69º | 0.67% | 0.92% | - |
| XYZ | 46.21 | 39.86 | 12.46 | - |
| YUV | 166.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 78 | 0 | 0.36 | 0.67 | 0.08 | 27.69 | 0.79 | 0.61 |
| Hex | EA | 96 | 4E | 0 | 24 | 43 | 8 | 1C | 4F | 3D |
| Octal | 352 | 226 | 116 | 0 | 44 | 103 | 10 | 34 | 117 | 75 |
| Binary | 11101010 | 10010110 | 1001110 | 0 | 100100 | 1000011 | 1000 | 11100 | 1001111 | 111101 |
Color Harmonies of #EA964E
Complementary color
Monochromatic Colors of #EA964E
Black with #EA964E
Text Example
Text Example
White with #EA964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA964E; }
p { color: rgb(234,150,78); }
H1.HeaderClassName
{
color: #EA964E;
}
.AnyTagClassName
{
color: #EA964E;
}
</style>
background-color css
<style>
a { background-color: #EA964E; }
a { background-color: rgb(234,150,78); }
div.DivClassName
{
background-color: #EA964E;
}
.BgClassName
{
background-color: #EA964E;
}
</style>
border-color css
<style>
span { border-color: #EA964E; }
span { border-color: rgb(234,150,78); }
td.TdClassName
{
border-color: #EA964E;
}
.TagClassName
{
border-color: #EA964E;
}
</style>