Shades of Sea Buckthorn #EA934E
Tints of Sea Buckthorn #EA934E
RGB
CMYK
RGB Variations
Color information
#EA934E (or 0xEA934E) is known color: Sea Buckthorn. HEX triplet: EA, 93 and 4E. RGB value is (234,147,78). Sum of RGB (Red+Green+Blue) = 234+147+78=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA934E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA934E is #156CB1. Grayscale: #A5A5A5. Windows color (decimal): -1404082 or 5149674. OLE color: 5149674.
HSL color Cylindrical-coordinate representation of color #EA934E: hue angle of 26.54º 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 #EA934E is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 78 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.08 |
| HSL | 26.54º | 0.79% | 0.61% | - |
| HSV(B) | 26.54º | 0.67% | 0.92% | - |
| XYZ | 45.74 | 38.91 | 12.31 | - |
| YUV | 165.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 78 | 0 | 0.37 | 0.67 | 0.08 | 26.54 | 0.79 | 0.61 |
| Hex | EA | 93 | 4E | 0 | 25 | 43 | 8 | 1B | 4F | 3D |
| Octal | 352 | 223 | 116 | 0 | 45 | 103 | 10 | 33 | 117 | 75 |
| Binary | 11101010 | 10010011 | 1001110 | 0 | 100101 | 1000011 | 1000 | 11011 | 1001111 | 111101 |
Color Harmonies of #EA934E
Complementary color
Monochromatic Colors of #EA934E
Black with #EA934E
Text Example
Text Example
White with #EA934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA934E; }
p { color: rgb(234,147,78); }
H1.HeaderClassName
{
color: #EA934E;
}
.AnyTagClassName
{
color: #EA934E;
}
</style>
background-color css
<style>
a { background-color: #EA934E; }
a { background-color: rgb(234,147,78); }
div.DivClassName
{
background-color: #EA934E;
}
.BgClassName
{
background-color: #EA934E;
}
</style>
border-color css
<style>
span { border-color: #EA934E; }
span { border-color: rgb(234,147,78); }
td.TdClassName
{
border-color: #EA934E;
}
.TagClassName
{
border-color: #EA934E;
}
</style>