Shades of Sorbus #E65A34
Tints of Sorbus #E65A34
RGB
CMYK
RGB Variations
Color information
#E65A34 (or 0xE65A34) is known color: Sorbus. HEX triplet: E6, 5A and 34. RGB value is (230,90,52). Sum of RGB (Red+Green+Blue) = 230+90+52=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A34 is #19A5CB. Grayscale: #7F7F7F. Windows color (decimal): -1680844 or 3431142. OLE color: 3431142.
HSL color Cylindrical-coordinate representation of color #E65A34: hue angle of 12.81º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E65A34 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 52 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.10 |
| HSL | 12.81º | 0.78% | 0.55% | - |
| HSV(B) | 12.81º | 0.77% | 0.9% | - |
| XYZ | 36.91 | 24.38 | 6.01 | - |
| YUV | 127.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 52 | 0 | 0.61 | 0.77 | 0.10 | 12.81 | 0.78 | 0.55 |
| Hex | E6 | 5A | 34 | 0 | 3D | 4D | A | D | 4E | 37 |
| Octal | 346 | 132 | 64 | 0 | 75 | 115 | 12 | 15 | 116 | 67 |
| Binary | 11100110 | 1011010 | 110100 | 0 | 111101 | 1001101 | 1010 | 1101 | 1001110 | 110111 |
Color Harmonies of #E65A34
Complementary color
Monochromatic Colors of #E65A34
Black with #E65A34
Text Example
Text Example
White with #E65A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A34; }
p { color: rgb(230,90,52); }
H1.HeaderClassName
{
color: #E65A34;
}
.AnyTagClassName
{
color: #E65A34;
}
</style>
background-color css
<style>
a { background-color: #E65A34; }
a { background-color: rgb(230,90,52); }
div.DivClassName
{
background-color: #E65A34;
}
.BgClassName
{
background-color: #E65A34;
}
</style>
border-color css
<style>
span { border-color: #E65A34; }
span { border-color: rgb(230,90,52); }
td.TdClassName
{
border-color: #E65A34;
}
.TagClassName
{
border-color: #E65A34;
}
</style>