Shades of Sorbus #E65A2B
Tints of Sorbus #E65A2B
RGB
CMYK
RGB Variations
Color information
#E65A2B (or 0xE65A2B) is known color: Sorbus. HEX triplet: E6, 5A and 2B. RGB value is (230,90,43). Sum of RGB (Red+Green+Blue) = 230+90+43=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A2B is #19A5D4. Grayscale: #7E7E7E. Windows color (decimal): -1680853 or 2841318. OLE color: 2841318.
HSL color Cylindrical-coordinate representation of color #E65A2B: hue angle of 15.08º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E65A2B is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 90 | 43 | - |
CMYK | 0 | 0.61 | 0.81 | 0.10 |
HSL | 15.08º | 0.79% | 0.54% | - |
HSV(B) | 15.08º | 0.81% | 0.9% | - |
XYZ | 36.73 | 24.31 | 5.04 | - |
YUV | 126.5 | 80.88 | 201.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 90 | 43 | 0 | 0.61 | 0.81 | 0.10 | 15.08 | 0.79 | 0.54 |
Hex | E6 | 5A | 2B | 0 | 3D | 51 | A | F | 4F | 36 |
Octal | 346 | 132 | 53 | 0 | 75 | 121 | 12 | 17 | 117 | 66 |
Binary | 11100110 | 1011010 | 101011 | 0 | 111101 | 1010001 | 1010 | 1111 | 1001111 | 110110 |
Color Harmonies of #E65A2B
Complementary color
Monochromatic Colors of #E65A2B
Black with #E65A2B
Text Example
Text Example
White with #E65A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A2B; }
p { color: rgb(230,90,43); }
H1.HeaderClassName
{
color: #E65A2B;
}
.AnyTagClassName
{
color: #E65A2B;
}
</style>
background-color css
<style>
a { background-color: #E65A2B; }
a { background-color: rgb(230,90,43); }
div.DivClassName
{
background-color: #E65A2B;
}
.BgClassName
{
background-color: #E65A2B;
}
</style>
border-color css
<style>
span { border-color: #E65A2B; }
span { border-color: rgb(230,90,43); }
td.TdClassName
{
border-color: #E65A2B;
}
.TagClassName
{
border-color: #E65A2B;
}
</style>