Shades of Sorbus #EB5F2D
Tints of Sorbus #EB5F2D
RGB
CMYK
RGB Variations
Color information
#EB5F2D (or 0xEB5F2D) is known color: Sorbus. HEX triplet: EB, 5F and 2D. RGB value is (235,95,45). Sum of RGB (Red+Green+Blue) = 235+95+45=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5F2D is #14A0D2. Grayscale: #838383. Windows color (decimal): -1351891 or 2973675. OLE color: 2973675.
HSL color Cylindrical-coordinate representation of color #EB5F2D: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB5F2D is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 95 | 45 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.08 |
| HSL | 15.79º | 0.83% | 0.55% | - |
| HSV(B) | 15.79º | 0.81% | 0.92% | - |
| XYZ | 38.83 | 26.04 | 5.46 | - |
| YUV | 131.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 95 | 45 | 0 | 0.60 | 0.81 | 0.08 | 15.79 | 0.83 | 0.55 |
| Hex | EB | 5F | 2D | 0 | 3C | 51 | 8 | 10 | 53 | 37 |
| Octal | 353 | 137 | 55 | 0 | 74 | 121 | 10 | 20 | 123 | 67 |
| Binary | 11101011 | 1011111 | 101101 | 0 | 111100 | 1010001 | 1000 | 10000 | 1010011 | 110111 |
Color Harmonies of #EB5F2D
Complementary color
Monochromatic Colors of #EB5F2D
Black with #EB5F2D
Text Example
Text Example
White with #EB5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5F2D; }
p { color: rgb(235,95,45); }
H1.HeaderClassName
{
color: #EB5F2D;
}
.AnyTagClassName
{
color: #EB5F2D;
}
</style>
background-color css
<style>
a { background-color: #EB5F2D; }
a { background-color: rgb(235,95,45); }
div.DivClassName
{
background-color: #EB5F2D;
}
.BgClassName
{
background-color: #EB5F2D;
}
</style>
border-color css
<style>
span { border-color: #EB5F2D; }
span { border-color: rgb(235,95,45); }
td.TdClassName
{
border-color: #EB5F2D;
}
.TagClassName
{
border-color: #EB5F2D;
}
</style>