Shades of Sorbus #E76F3A
Tints of Sorbus #E76F3A
RGB
CMYK
RGB Variations
Color information
#E76F3A (or 0xE76F3A) is known color: Sorbus. HEX triplet: E7, 6F and 3A. RGB value is (231,111,58). Sum of RGB (Red+Green+Blue) = 231+111+58=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76F3A is #1890C5. Grayscale: #8D8D8D. Windows color (decimal): -1609926 or 3829735. OLE color: 3829735.
HSL color Cylindrical-coordinate representation of color #E76F3A: hue angle of 18.38º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E76F3A is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 58 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.09 |
| HSL | 18.38º | 0.78% | 0.57% | - |
| HSV(B) | 18.38º | 0.75% | 0.91% | - |
| XYZ | 39.4 | 28.66 | 7.46 | - |
| YUV | 140.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 58 | 0 | 0.52 | 0.75 | 0.09 | 18.38 | 0.78 | 0.57 |
| Hex | E7 | 6F | 3A | 0 | 34 | 4B | 9 | 12 | 4E | 39 |
| Octal | 347 | 157 | 72 | 0 | 64 | 113 | 11 | 22 | 116 | 71 |
| Binary | 11100111 | 1101111 | 111010 | 0 | 110100 | 1001011 | 1001 | 10010 | 1001110 | 111001 |
Color Harmonies of #E76F3A
Complementary color
Monochromatic Colors of #E76F3A
Black with #E76F3A
Text Example
Text Example
White with #E76F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F3A; }
p { color: rgb(231,111,58); }
H1.HeaderClassName
{
color: #E76F3A;
}
.AnyTagClassName
{
color: #E76F3A;
}
</style>
background-color css
<style>
a { background-color: #E76F3A; }
a { background-color: rgb(231,111,58); }
div.DivClassName
{
background-color: #E76F3A;
}
.BgClassName
{
background-color: #E76F3A;
}
</style>
border-color css
<style>
span { border-color: #E76F3A; }
span { border-color: rgb(231,111,58); }
td.TdClassName
{
border-color: #E76F3A;
}
.TagClassName
{
border-color: #E76F3A;
}
</style>