Shades of Sorbus #EA5E2F
Tints of Sorbus #EA5E2F
RGB
CMYK
RGB Variations
Color information
#EA5E2F (or 0xEA5E2F) is known color: Sorbus. HEX triplet: EA, 5E and 2F. RGB value is (234,94,47). Sum of RGB (Red+Green+Blue) = 234+94+47=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E2F is #15A1D0. Grayscale: #828282. Windows color (decimal): -1417681 or 3104490. OLE color: 3104490.
HSL color Cylindrical-coordinate representation of color #EA5E2F: hue angle of 15.08º 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 #EA5E2F is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 47 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.08 |
| HSL | 15.08º | 0.82% | 0.55% | - |
| HSV(B) | 15.08º | 0.8% | 0.92% | - |
| XYZ | 38.45 | 25.7 | 5.62 | - |
| YUV | 130.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 47 | 0 | 0.60 | 0.80 | 0.08 | 15.08 | 0.82 | 0.55 |
| Hex | EA | 5E | 2F | 0 | 3C | 50 | 8 | F | 52 | 37 |
| Octal | 352 | 136 | 57 | 0 | 74 | 120 | 10 | 17 | 122 | 67 |
| Binary | 11101010 | 1011110 | 101111 | 0 | 111100 | 1010000 | 1000 | 1111 | 1010010 | 110111 |
Color Harmonies of #EA5E2F
Complementary color
Monochromatic Colors of #EA5E2F
Black with #EA5E2F
Text Example
Text Example
White with #EA5E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E2F; }
p { color: rgb(234,94,47); }
H1.HeaderClassName
{
color: #EA5E2F;
}
.AnyTagClassName
{
color: #EA5E2F;
}
</style>
background-color css
<style>
a { background-color: #EA5E2F; }
a { background-color: rgb(234,94,47); }
div.DivClassName
{
background-color: #EA5E2F;
}
.BgClassName
{
background-color: #EA5E2F;
}
</style>
border-color css
<style>
span { border-color: #EA5E2F; }
span { border-color: rgb(234,94,47); }
td.TdClassName
{
border-color: #EA5E2F;
}
.TagClassName
{
border-color: #EA5E2F;
}
</style>