Shades of Sorbus #E65B2C
Tints of Sorbus #E65B2C
RGB
CMYK
RGB Variations
Color information
#E65B2C (or 0xE65B2C) is known color: Sorbus. HEX triplet: E6, 5B and 2C. RGB value is (230,91,44). Sum of RGB (Red+Green+Blue) = 230+91+44=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65B2C is #19A4D3. Grayscale: #7F7F7F. Windows color (decimal): -1680596 or 2907110. OLE color: 2907110.
HSL color Cylindrical-coordinate representation of color #E65B2C: hue angle of 15.16º 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 #E65B2C is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 44 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.10 |
| HSL | 15.16º | 0.79% | 0.54% | - |
| HSV(B) | 15.16º | 0.81% | 0.9% | - |
| XYZ | 36.83 | 24.49 | 5.17 | - |
| YUV | 127.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 44 | 0 | 0.60 | 0.81 | 0.10 | 15.16 | 0.79 | 0.54 |
| Hex | E6 | 5B | 2C | 0 | 3C | 51 | A | F | 4F | 36 |
| Octal | 346 | 133 | 54 | 0 | 74 | 121 | 12 | 17 | 117 | 66 |
| Binary | 11100110 | 1011011 | 101100 | 0 | 111100 | 1010001 | 1010 | 1111 | 1001111 | 110110 |
Color Harmonies of #E65B2C
Complementary color
Monochromatic Colors of #E65B2C
Black with #E65B2C
Text Example
Text Example
White with #E65B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B2C; }
p { color: rgb(230,91,44); }
H1.HeaderClassName
{
color: #E65B2C;
}
.AnyTagClassName
{
color: #E65B2C;
}
</style>
background-color css
<style>
a { background-color: #E65B2C; }
a { background-color: rgb(230,91,44); }
div.DivClassName
{
background-color: #E65B2C;
}
.BgClassName
{
background-color: #E65B2C;
}
</style>
border-color css
<style>
span { border-color: #E65B2C; }
span { border-color: rgb(230,91,44); }
td.TdClassName
{
border-color: #E65B2C;
}
.TagClassName
{
border-color: #E65B2C;
}
</style>