Shades of Sea Buckthorn #EA914F
Tints of Sea Buckthorn #EA914F
RGB
CMYK
RGB Variations
Color information
#EA914F (or 0xEA914F) is known color: Sea Buckthorn. HEX triplet: EA, 91 and 4F. RGB value is (234,145,79). Sum of RGB (Red+Green+Blue) = 234+145+79=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA914F is #156EB0. Grayscale: #A4A4A4. Windows color (decimal): -1404593 or 5214698. OLE color: 5214698.
HSL color Cylindrical-coordinate representation of color #EA914F: hue angle of 25.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA914F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 79 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.08 |
| HSL | 25.55º | 0.79% | 0.61% | - |
| HSV(B) | 25.55º | 0.66% | 0.92% | - |
| XYZ | 45.47 | 38.31 | 12.39 | - |
| YUV | 164.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 79 | 0 | 0.38 | 0.66 | 0.08 | 25.55 | 0.79 | 0.61 |
| Hex | EA | 91 | 4F | 0 | 26 | 42 | 8 | 1A | 4F | 3D |
| Octal | 352 | 221 | 117 | 0 | 46 | 102 | 10 | 32 | 117 | 75 |
| Binary | 11101010 | 10010001 | 1001111 | 0 | 100110 | 1000010 | 1000 | 11010 | 1001111 | 111101 |
Color Harmonies of #EA914F
Complementary color
Monochromatic Colors of #EA914F
Black with #EA914F
Text Example
Text Example
White with #EA914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA914F; }
p { color: rgb(234,145,79); }
H1.HeaderClassName
{
color: #EA914F;
}
.AnyTagClassName
{
color: #EA914F;
}
</style>
background-color css
<style>
a { background-color: #EA914F; }
a { background-color: rgb(234,145,79); }
div.DivClassName
{
background-color: #EA914F;
}
.BgClassName
{
background-color: #EA914F;
}
</style>
border-color css
<style>
span { border-color: #EA914F; }
span { border-color: rgb(234,145,79); }
td.TdClassName
{
border-color: #EA914F;
}
.TagClassName
{
border-color: #EA914F;
}
</style>