Shades of Sorbus #EA6A41
Tints of Sorbus #EA6A41
RGB
CMYK
RGB Variations
Color information
#EA6A41 (or 0xEA6A41) is known color: Sorbus. HEX triplet: EA, 6A and 41. RGB value is (234,106,65). Sum of RGB (Red+Green+Blue) = 234+106+65=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6A41 is #1595BE. Grayscale: #8B8B8B. Windows color (decimal): -1414591 or 4287210. OLE color: 4287210.
HSL color Cylindrical-coordinate representation of color #EA6A41: hue angle of 14.56º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA6A41 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 65 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.08 |
| HSL | 14.56º | 0.8% | 0.59% | - |
| HSV(B) | 14.56º | 0.72% | 0.92% | - |
| XYZ | 40.04 | 28.18 | 8.33 | - |
| YUV | 139.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 65 | 0 | 0.55 | 0.72 | 0.08 | 14.56 | 0.8 | 0.59 |
| Hex | EA | 6A | 41 | 0 | 37 | 48 | 8 | F | 50 | 3B |
| Octal | 352 | 152 | 101 | 0 | 67 | 110 | 10 | 17 | 120 | 73 |
| Binary | 11101010 | 1101010 | 1000001 | 0 | 110111 | 1001000 | 1000 | 1111 | 1010000 | 111011 |
Color Harmonies of #EA6A41
Complementary color
Monochromatic Colors of #EA6A41
Black with #EA6A41
Text Example
Text Example
White with #EA6A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A41; }
p { color: rgb(234,106,65); }
H1.HeaderClassName
{
color: #EA6A41;
}
.AnyTagClassName
{
color: #EA6A41;
}
</style>
background-color css
<style>
a { background-color: #EA6A41; }
a { background-color: rgb(234,106,65); }
div.DivClassName
{
background-color: #EA6A41;
}
.BgClassName
{
background-color: #EA6A41;
}
</style>
border-color css
<style>
span { border-color: #EA6A41; }
span { border-color: rgb(234,106,65); }
td.TdClassName
{
border-color: #EA6A41;
}
.TagClassName
{
border-color: #EA6A41;
}
</style>