Shades of Sorbus #E65A30
Tints of Sorbus #E65A30
RGB
CMYK
RGB Variations
Color information
#E65A30 (or 0xE65A30) is known color: Sorbus. HEX triplet: E6, 5A and 30. RGB value is (230,90,48). Sum of RGB (Red+Green+Blue) = 230+90+48=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A30 is #19A5CF. Grayscale: #7F7F7F. Windows color (decimal): -1680848 or 3168998. OLE color: 3168998.
HSL color Cylindrical-coordinate representation of color #E65A30: hue angle of 13.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E65A30 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 90 | 48 | - |
CMYK | 0 | 0.61 | 0.79 | 0.10 |
HSL | 13.85º | 0.78% | 0.55% | - |
HSV(B) | 13.85º | 0.79% | 0.9% | - |
XYZ | 36.82 | 24.35 | 5.56 | - |
YUV | 127.07 | 83.38 | 201.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 90 | 48 | 0 | 0.61 | 0.79 | 0.10 | 13.85 | 0.78 | 0.55 |
Hex | E6 | 5A | 30 | 0 | 3D | 4F | A | E | 4E | 37 |
Octal | 346 | 132 | 60 | 0 | 75 | 117 | 12 | 16 | 116 | 67 |
Binary | 11100110 | 1011010 | 110000 | 0 | 111101 | 1001111 | 1010 | 1110 | 1001110 | 110111 |
Color Harmonies of #E65A30
Complementary color
Monochromatic Colors of #E65A30
Black with #E65A30
Text Example
Text Example
White with #E65A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A30; }
p { color: rgb(230,90,48); }
H1.HeaderClassName
{
color: #E65A30;
}
.AnyTagClassName
{
color: #E65A30;
}
</style>
background-color css
<style>
a { background-color: #E65A30; }
a { background-color: rgb(230,90,48); }
div.DivClassName
{
background-color: #E65A30;
}
.BgClassName
{
background-color: #E65A30;
}
</style>
border-color css
<style>
span { border-color: #E65A30; }
span { border-color: rgb(230,90,48); }
td.TdClassName
{
border-color: #E65A30;
}
.TagClassName
{
border-color: #E65A30;
}
</style>