Shades of Sea Buckthorn #EA9443
Tints of Sea Buckthorn #EA9443
RGB
CMYK
RGB Variations
Color information
#EA9443 (or 0xEA9443) is known color: Sea Buckthorn. HEX triplet: EA, 94 and 43. RGB value is (234,148,67). Sum of RGB (Red+Green+Blue) = 234+148+67=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9443 is #156BBC. Grayscale: #A4A4A4. Windows color (decimal): -1403837 or 4429034. OLE color: 4429034.
HSL color Cylindrical-coordinate representation of color #EA9443: hue angle of 29.1º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA9443 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 67 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.08 |
| HSL | 29.1º | 0.8% | 0.59% | - |
| HSV(B) | 29.1º | 0.71% | 0.92% | - |
| XYZ | 45.53 | 39.08 | 10.45 | - |
| YUV | 164.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 67 | 0 | 0.37 | 0.71 | 0.08 | 29.1 | 0.8 | 0.59 |
| Hex | EA | 94 | 43 | 0 | 25 | 47 | 8 | 1D | 50 | 3B |
| Octal | 352 | 224 | 103 | 0 | 45 | 107 | 10 | 35 | 120 | 73 |
| Binary | 11101010 | 10010100 | 1000011 | 0 | 100101 | 1000111 | 1000 | 11101 | 1010000 | 111011 |
Color Harmonies of #EA9443
Complementary color
Monochromatic Colors of #EA9443
Black with #EA9443
Text Example
Text Example
White with #EA9443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9443; }
p { color: rgb(234,148,67); }
H1.HeaderClassName
{
color: #EA9443;
}
.AnyTagClassName
{
color: #EA9443;
}
</style>
background-color css
<style>
a { background-color: #EA9443; }
a { background-color: rgb(234,148,67); }
div.DivClassName
{
background-color: #EA9443;
}
.BgClassName
{
background-color: #EA9443;
}
</style>
border-color css
<style>
span { border-color: #EA9443; }
span { border-color: rgb(234,148,67); }
td.TdClassName
{
border-color: #EA9443;
}
.TagClassName
{
border-color: #EA9443;
}
</style>