Shades of Sea Buckthorn #EB8F4A
Tints of Sea Buckthorn #EB8F4A
RGB
CMYK
RGB Variations
Color information
#EB8F4A (or 0xEB8F4A) is known color: Sea Buckthorn. HEX triplet: EB, 8F and 4A. RGB value is (235,143,74). Sum of RGB (Red+Green+Blue) = 235+143+74=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F4A is #1470B5. Grayscale: #A3A3A3. Windows color (decimal): -1339574 or 4886507. OLE color: 4886507.
HSL color Cylindrical-coordinate representation of color #EB8F4A: hue angle of 25.71º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB8F4A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 74 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.08 |
| HSL | 25.71º | 0.8% | 0.61% | - |
| HSV(B) | 25.71º | 0.69% | 0.92% | - |
| XYZ | 45.32 | 37.8 | 11.39 | - |
| YUV | 162.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 74 | 0 | 0.39 | 0.69 | 0.08 | 25.71 | 0.8 | 0.61 |
| Hex | EB | 8F | 4A | 0 | 27 | 45 | 8 | 1A | 50 | 3D |
| Octal | 353 | 217 | 112 | 0 | 47 | 105 | 10 | 32 | 120 | 75 |
| Binary | 11101011 | 10001111 | 1001010 | 0 | 100111 | 1000101 | 1000 | 11010 | 1010000 | 111101 |
Color Harmonies of #EB8F4A
Complementary color
Monochromatic Colors of #EB8F4A
Black with #EB8F4A
Text Example
Text Example
White with #EB8F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F4A; }
p { color: rgb(235,143,74); }
H1.HeaderClassName
{
color: #EB8F4A;
}
.AnyTagClassName
{
color: #EB8F4A;
}
</style>
background-color css
<style>
a { background-color: #EB8F4A; }
a { background-color: rgb(235,143,74); }
div.DivClassName
{
background-color: #EB8F4A;
}
.BgClassName
{
background-color: #EB8F4A;
}
</style>
border-color css
<style>
span { border-color: #EB8F4A; }
span { border-color: rgb(235,143,74); }
td.TdClassName
{
border-color: #EB8F4A;
}
.TagClassName
{
border-color: #EB8F4A;
}
</style>