Shades of Sorbus #EA5E2E
Tints of Sorbus #EA5E2E
RGB
CMYK
RGB Variations
Color information
#EA5E2E (or 0xEA5E2E) is known color: Sorbus. HEX triplet: EA, 5E and 2E. RGB value is (234,94,46). Sum of RGB (Red+Green+Blue) = 234+94+46=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E2E is #15A1D1. Grayscale: #828282. Windows color (decimal): -1417682 or 3038954. OLE color: 3038954.
HSL color Cylindrical-coordinate representation of color #EA5E2E: hue angle of 15.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA5E2E is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 46 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.08 |
| HSL | 15.32º | 0.82% | 0.55% | - |
| HSV(B) | 15.32º | 0.8% | 0.92% | - |
| XYZ | 38.43 | 25.7 | 5.52 | - |
| YUV | 130.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 46 | 0 | 0.60 | 0.80 | 0.08 | 15.32 | 0.82 | 0.55 |
| Hex | EA | 5E | 2E | 0 | 3C | 50 | 8 | F | 52 | 37 |
| Octal | 352 | 136 | 56 | 0 | 74 | 120 | 10 | 17 | 122 | 67 |
| Binary | 11101010 | 1011110 | 101110 | 0 | 111100 | 1010000 | 1000 | 1111 | 1010010 | 110111 |
Color Harmonies of #EA5E2E
Complementary color
Monochromatic Colors of #EA5E2E
Black with #EA5E2E
Text Example
Text Example
White with #EA5E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E2E; }
p { color: rgb(234,94,46); }
H1.HeaderClassName
{
color: #EA5E2E;
}
.AnyTagClassName
{
color: #EA5E2E;
}
</style>
background-color css
<style>
a { background-color: #EA5E2E; }
a { background-color: rgb(234,94,46); }
div.DivClassName
{
background-color: #EA5E2E;
}
.BgClassName
{
background-color: #EA5E2E;
}
</style>
border-color css
<style>
span { border-color: #EA5E2E; }
span { border-color: rgb(234,94,46); }
td.TdClassName
{
border-color: #EA5E2E;
}
.TagClassName
{
border-color: #EA5E2E;
}
</style>