Shades of Sorbus #E65B2A
Tints of Sorbus #E65B2A
RGB
CMYK
RGB Variations
Color information
#E65B2A (or 0xE65B2A) is known color: Sorbus. HEX triplet: E6, 5B and 2A. RGB value is (230,91,42). Sum of RGB (Red+Green+Blue) = 230+91+42=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65B2A is #19A4D5. Grayscale: #7F7F7F. Windows color (decimal): -1680598 or 2776038. OLE color: 2776038.
HSL color Cylindrical-coordinate representation of color #E65B2A: hue angle of 15.64º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E65B2A is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 42 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.10 |
| HSL | 15.64º | 0.79% | 0.53% | - |
| HSV(B) | 15.64º | 0.82% | 0.9% | - |
| XYZ | 36.79 | 24.47 | 4.97 | - |
| YUV | 126.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 42 | 0 | 0.60 | 0.82 | 0.10 | 15.64 | 0.79 | 0.53 |
| Hex | E6 | 5B | 2A | 0 | 3C | 52 | A | 10 | 4F | 35 |
| Octal | 346 | 133 | 52 | 0 | 74 | 122 | 12 | 20 | 117 | 65 |
| Binary | 11100110 | 1011011 | 101010 | 0 | 111100 | 1010010 | 1010 | 10000 | 1001111 | 110101 |
Color Harmonies of #E65B2A
Complementary color
Monochromatic Colors of #E65B2A
Black with #E65B2A
Text Example
Text Example
White with #E65B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B2A; }
p { color: rgb(230,91,42); }
H1.HeaderClassName
{
color: #E65B2A;
}
.AnyTagClassName
{
color: #E65B2A;
}
</style>
background-color css
<style>
a { background-color: #E65B2A; }
a { background-color: rgb(230,91,42); }
div.DivClassName
{
background-color: #E65B2A;
}
.BgClassName
{
background-color: #E65B2A;
}
</style>
border-color css
<style>
span { border-color: #E65B2A; }
span { border-color: rgb(230,91,42); }
td.TdClassName
{
border-color: #E65B2A;
}
.TagClassName
{
border-color: #E65B2A;
}
</style>