Shades of Sorbus #EA632C
Tints of Sorbus #EA632C
RGB
CMYK
RGB Variations
Color information
#EA632C (or 0xEA632C) is known color: Sorbus. HEX triplet: EA, 63 and 2C. RGB value is (234,99,44). Sum of RGB (Red+Green+Blue) = 234+99+44=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA632C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA632C is #159CD3. Grayscale: #858585. Windows color (decimal): -1416404 or 2909162. OLE color: 2909162.
HSL color Cylindrical-coordinate representation of color #EA632C: hue angle of 17.37º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA632C is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 44 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.08 |
| HSL | 17.37º | 0.82% | 0.55% | - |
| HSV(B) | 17.37º | 0.81% | 0.92% | - |
| XYZ | 38.85 | 26.6 | 5.47 | - |
| YUV | 133.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 44 | 0 | 0.58 | 0.81 | 0.08 | 17.37 | 0.82 | 0.55 |
| Hex | EA | 63 | 2C | 0 | 3A | 51 | 8 | 11 | 52 | 37 |
| Octal | 352 | 143 | 54 | 0 | 72 | 121 | 10 | 21 | 122 | 67 |
| Binary | 11101010 | 1100011 | 101100 | 0 | 111010 | 1010001 | 1000 | 10001 | 1010010 | 110111 |
Color Harmonies of #EA632C
Complementary color
Monochromatic Colors of #EA632C
Black with #EA632C
Text Example
Text Example
White with #EA632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA632C; }
p { color: rgb(234,99,44); }
H1.HeaderClassName
{
color: #EA632C;
}
.AnyTagClassName
{
color: #EA632C;
}
</style>
background-color css
<style>
a { background-color: #EA632C; }
a { background-color: rgb(234,99,44); }
div.DivClassName
{
background-color: #EA632C;
}
.BgClassName
{
background-color: #EA632C;
}
</style>
border-color css
<style>
span { border-color: #EA632C; }
span { border-color: rgb(234,99,44); }
td.TdClassName
{
border-color: #EA632C;
}
.TagClassName
{
border-color: #EA632C;
}
</style>