Shades of Sorbus #E5692F
Tints of Sorbus #E5692F
RGB
CMYK
RGB Variations
Color information
#E5692F (or 0xE5692F) is known color: Sorbus. HEX triplet: E5, 69 and 2F. RGB value is (229,105,47). Sum of RGB (Red+Green+Blue) = 229+105+47=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E5692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5692F is #1A96D0. Grayscale: #878787. Windows color (decimal): -1742545 or 3107301. OLE color: 3107301.
HSL color Cylindrical-coordinate representation of color #E5692F: hue angle of 19.12º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5692F is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 47 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.10 |
| HSL | 19.12º | 0.78% | 0.54% | - |
| HSV(B) | 19.12º | 0.79% | 0.9% | - |
| XYZ | 37.88 | 26.97 | 5.9 | - |
| YUV | 135.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 47 | 0 | 0.54 | 0.79 | 0.10 | 19.12 | 0.78 | 0.54 |
| Hex | E5 | 69 | 2F | 0 | 36 | 4F | A | 13 | 4E | 36 |
| Octal | 345 | 151 | 57 | 0 | 66 | 117 | 12 | 23 | 116 | 66 |
| Binary | 11100101 | 1101001 | 101111 | 0 | 110110 | 1001111 | 1010 | 10011 | 1001110 | 110110 |
Color Harmonies of #E5692F
Complementary color
Monochromatic Colors of #E5692F
Black with #E5692F
Text Example
Text Example
White with #E5692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5692F; }
p { color: rgb(229,105,47); }
H1.HeaderClassName
{
color: #E5692F;
}
.AnyTagClassName
{
color: #E5692F;
}
</style>
background-color css
<style>
a { background-color: #E5692F; }
a { background-color: rgb(229,105,47); }
div.DivClassName
{
background-color: #E5692F;
}
.BgClassName
{
background-color: #E5692F;
}
</style>
border-color css
<style>
span { border-color: #E5692F; }
span { border-color: rgb(229,105,47); }
td.TdClassName
{
border-color: #E5692F;
}
.TagClassName
{
border-color: #E5692F;
}
</style>