Shades of Sorbus #E56F3C
Tints of Sorbus #E56F3C
RGB
CMYK
RGB Variations
Color information
#E56F3C (or 0xE56F3C) is known color: Sorbus. HEX triplet: E5, 6F and 3C. RGB value is (229,111,60). Sum of RGB (Red+Green+Blue) = 229+111+60=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56F3C is #1A90C3. Grayscale: #8C8C8C. Windows color (decimal): -1740996 or 3960805. OLE color: 3960805.
HSL color Cylindrical-coordinate representation of color #E56F3C: hue angle of 18.11º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E56F3C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 60 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.10 |
| HSL | 18.11º | 0.76% | 0.57% | - |
| HSV(B) | 18.11º | 0.74% | 0.9% | - |
| XYZ | 38.81 | 28.35 | 7.7 | - |
| YUV | 140.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 60 | 0 | 0.52 | 0.74 | 0.10 | 18.11 | 0.76 | 0.57 |
| Hex | E5 | 6F | 3C | 0 | 34 | 4A | A | 12 | 4C | 39 |
| Octal | 345 | 157 | 74 | 0 | 64 | 112 | 12 | 22 | 114 | 71 |
| Binary | 11100101 | 1101111 | 111100 | 0 | 110100 | 1001010 | 1010 | 10010 | 1001100 | 111001 |
Color Harmonies of #E56F3C
Complementary color
Monochromatic Colors of #E56F3C
Black with #E56F3C
Text Example
Text Example
White with #E56F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F3C; }
p { color: rgb(229,111,60); }
H1.HeaderClassName
{
color: #E56F3C;
}
.AnyTagClassName
{
color: #E56F3C;
}
</style>
background-color css
<style>
a { background-color: #E56F3C; }
a { background-color: rgb(229,111,60); }
div.DivClassName
{
background-color: #E56F3C;
}
.BgClassName
{
background-color: #E56F3C;
}
</style>
border-color css
<style>
span { border-color: #E56F3C; }
span { border-color: rgb(229,111,60); }
td.TdClassName
{
border-color: #E56F3C;
}
.TagClassName
{
border-color: #E56F3C;
}
</style>