Shades of Sorbus #EA6D3A
Tints of Sorbus #EA6D3A
RGB
CMYK
RGB Variations
Color information
#EA6D3A (or 0xEA6D3A) is known color: Sorbus. HEX triplet: EA, 6D and 3A. RGB value is (234,109,58). Sum of RGB (Red+Green+Blue) = 234+109+58=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D3A is #1592C5. Grayscale: #8C8C8C. Windows color (decimal): -1413830 or 3829226. OLE color: 3829226.
HSL color Cylindrical-coordinate representation of color #EA6D3A: hue angle of 17.39º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA6D3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 58 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.08 |
| HSL | 17.39º | 0.81% | 0.57% | - |
| HSV(B) | 17.39º | 0.75% | 0.92% | - |
| XYZ | 40.16 | 28.74 | 7.43 | - |
| YUV | 140.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 58 | 0 | 0.53 | 0.75 | 0.08 | 17.39 | 0.81 | 0.57 |
| Hex | EA | 6D | 3A | 0 | 35 | 4B | 8 | 11 | 51 | 39 |
| Octal | 352 | 155 | 72 | 0 | 65 | 113 | 10 | 21 | 121 | 71 |
| Binary | 11101010 | 1101101 | 111010 | 0 | 110101 | 1001011 | 1000 | 10001 | 1010001 | 111001 |
Color Harmonies of #EA6D3A
Complementary color
Monochromatic Colors of #EA6D3A
Black with #EA6D3A
Text Example
Text Example
White with #EA6D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D3A; }
p { color: rgb(234,109,58); }
H1.HeaderClassName
{
color: #EA6D3A;
}
.AnyTagClassName
{
color: #EA6D3A;
}
</style>
background-color css
<style>
a { background-color: #EA6D3A; }
a { background-color: rgb(234,109,58); }
div.DivClassName
{
background-color: #EA6D3A;
}
.BgClassName
{
background-color: #EA6D3A;
}
</style>
border-color css
<style>
span { border-color: #EA6D3A; }
span { border-color: rgb(234,109,58); }
td.TdClassName
{
border-color: #EA6D3A;
}
.TagClassName
{
border-color: #EA6D3A;
}
</style>