Shades of Sorbus #EA6A32
Tints of Sorbus #EA6A32
RGB
CMYK
RGB Variations
Color information
#EA6A32 (or 0xEA6A32) is known color: Sorbus. HEX triplet: EA, 6A and 32. RGB value is (234,106,50). Sum of RGB (Red+Green+Blue) = 234+106+50=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6A32 is #1595CD. Grayscale: #8A8A8A. Windows color (decimal): -1414606 or 3304170. OLE color: 3304170.
HSL color Cylindrical-coordinate representation of color #EA6A32: hue angle of 18.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA6A32 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 50 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.08 |
| HSL | 18.26º | 0.81% | 0.56% | - |
| HSV(B) | 18.26º | 0.79% | 0.92% | - |
| XYZ | 39.66 | 28.03 | 6.34 | - |
| YUV | 137.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 50 | 0 | 0.55 | 0.79 | 0.08 | 18.26 | 0.81 | 0.56 |
| Hex | EA | 6A | 32 | 0 | 37 | 4F | 8 | 12 | 51 | 38 |
| Octal | 352 | 152 | 62 | 0 | 67 | 117 | 10 | 22 | 121 | 70 |
| Binary | 11101010 | 1101010 | 110010 | 0 | 110111 | 1001111 | 1000 | 10010 | 1010001 | 111000 |
Color Harmonies of #EA6A32
Complementary color
Monochromatic Colors of #EA6A32
Black with #EA6A32
Text Example
Text Example
White with #EA6A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A32; }
p { color: rgb(234,106,50); }
H1.HeaderClassName
{
color: #EA6A32;
}
.AnyTagClassName
{
color: #EA6A32;
}
</style>
background-color css
<style>
a { background-color: #EA6A32; }
a { background-color: rgb(234,106,50); }
div.DivClassName
{
background-color: #EA6A32;
}
.BgClassName
{
background-color: #EA6A32;
}
</style>
border-color css
<style>
span { border-color: #EA6A32; }
span { border-color: rgb(234,106,50); }
td.TdClassName
{
border-color: #EA6A32;
}
.TagClassName
{
border-color: #EA6A32;
}
</style>