Shades of Sea Buckthorn #EB914F
Tints of Sea Buckthorn #EB914F
RGB
CMYK
RGB Variations
Color information
#EB914F (or 0xEB914F) is known color: Sea Buckthorn. HEX triplet: EB, 91 and 4F. RGB value is (235,145,79). Sum of RGB (Red+Green+Blue) = 235+145+79=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB914F is #146EB0. Grayscale: #A4A4A4. Windows color (decimal): -1339057 or 5214699. OLE color: 5214699.
HSL color Cylindrical-coordinate representation of color #EB914F: hue angle of 25.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB914F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 79 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.08 |
| HSL | 25.38º | 0.8% | 0.62% | - |
| HSV(B) | 25.38º | 0.66% | 0.92% | - |
| XYZ | 45.8 | 38.48 | 12.41 | - |
| YUV | 164.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 79 | 0 | 0.38 | 0.66 | 0.08 | 25.38 | 0.8 | 0.62 |
| Hex | EB | 91 | 4F | 0 | 26 | 42 | 8 | 19 | 50 | 3E |
| Octal | 353 | 221 | 117 | 0 | 46 | 102 | 10 | 31 | 120 | 76 |
| Binary | 11101011 | 10010001 | 1001111 | 0 | 100110 | 1000010 | 1000 | 11001 | 1010000 | 111110 |
Color Harmonies of #EB914F
Complementary color
Monochromatic Colors of #EB914F
Black with #EB914F
Text Example
Text Example
White with #EB914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB914F; }
p { color: rgb(235,145,79); }
H1.HeaderClassName
{
color: #EB914F;
}
.AnyTagClassName
{
color: #EB914F;
}
</style>
background-color css
<style>
a { background-color: #EB914F; }
a { background-color: rgb(235,145,79); }
div.DivClassName
{
background-color: #EB914F;
}
.BgClassName
{
background-color: #EB914F;
}
</style>
border-color css
<style>
span { border-color: #EB914F; }
span { border-color: rgb(235,145,79); }
td.TdClassName
{
border-color: #EB914F;
}
.TagClassName
{
border-color: #EB914F;
}
</style>