Shades of Sorbus #EB6430
Tints of Sorbus #EB6430
RGB
CMYK
RGB Variations
Color information
#EB6430 (or 0xEB6430) is known color: Sorbus. HEX triplet: EB, 64 and 30. RGB value is (235,100,48). Sum of RGB (Red+Green+Blue) = 235+100+48=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6430 is #149BCF. Grayscale: #868686. Windows color (decimal): -1350608 or 3171563. OLE color: 3171563.
HSL color Cylindrical-coordinate representation of color #EB6430: hue angle of 16.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB6430 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 48 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.08 |
| HSL | 16.68º | 0.82% | 0.55% | - |
| HSV(B) | 16.68º | 0.8% | 0.92% | - |
| XYZ | 39.35 | 26.99 | 5.93 | - |
| YUV | 134.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 48 | 0 | 0.57 | 0.80 | 0.08 | 16.68 | 0.82 | 0.55 |
| Hex | EB | 64 | 30 | 0 | 39 | 50 | 8 | 11 | 52 | 37 |
| Octal | 353 | 144 | 60 | 0 | 71 | 120 | 10 | 21 | 122 | 67 |
| Binary | 11101011 | 1100100 | 110000 | 0 | 111001 | 1010000 | 1000 | 10001 | 1010010 | 110111 |
Color Harmonies of #EB6430
Complementary color
Monochromatic Colors of #EB6430
Black with #EB6430
Text Example
Text Example
White with #EB6430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6430; }
p { color: rgb(235,100,48); }
H1.HeaderClassName
{
color: #EB6430;
}
.AnyTagClassName
{
color: #EB6430;
}
</style>
background-color css
<style>
a { background-color: #EB6430; }
a { background-color: rgb(235,100,48); }
div.DivClassName
{
background-color: #EB6430;
}
.BgClassName
{
background-color: #EB6430;
}
</style>
border-color css
<style>
span { border-color: #EB6430; }
span { border-color: rgb(235,100,48); }
td.TdClassName
{
border-color: #EB6430;
}
.TagClassName
{
border-color: #EB6430;
}
</style>