Shades of Sorbus #EA6F32
Tints of Sorbus #EA6F32
RGB
CMYK
RGB Variations
Color information
#EA6F32 (or 0xEA6F32) is known color: Sorbus. HEX triplet: EA, 6F and 32. RGB value is (234,111,50). Sum of RGB (Red+Green+Blue) = 234+111+50=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F32 is #1590CD. Grayscale: #8D8D8D. Windows color (decimal): -1413326 or 3305450. OLE color: 3305450.
HSL color Cylindrical-coordinate representation of color #EA6F32: hue angle of 19.89º 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 #EA6F32 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 50 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.08 |
| HSL | 19.89º | 0.81% | 0.56% | - |
| HSV(B) | 19.89º | 0.79% | 0.92% | - |
| XYZ | 40.19 | 29.09 | 6.51 | - |
| YUV | 140.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 50 | 0 | 0.53 | 0.79 | 0.08 | 19.89 | 0.81 | 0.56 |
| Hex | EA | 6F | 32 | 0 | 35 | 4F | 8 | 14 | 51 | 38 |
| Octal | 352 | 157 | 62 | 0 | 65 | 117 | 10 | 24 | 121 | 70 |
| Binary | 11101010 | 1101111 | 110010 | 0 | 110101 | 1001111 | 1000 | 10100 | 1010001 | 111000 |
Color Harmonies of #EA6F32
Complementary color
Monochromatic Colors of #EA6F32
Black with #EA6F32
Text Example
Text Example
White with #EA6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F32; }
p { color: rgb(234,111,50); }
H1.HeaderClassName
{
color: #EA6F32;
}
.AnyTagClassName
{
color: #EA6F32;
}
</style>
background-color css
<style>
a { background-color: #EA6F32; }
a { background-color: rgb(234,111,50); }
div.DivClassName
{
background-color: #EA6F32;
}
.BgClassName
{
background-color: #EA6F32;
}
</style>
border-color css
<style>
span { border-color: #EA6F32; }
span { border-color: rgb(234,111,50); }
td.TdClassName
{
border-color: #EA6F32;
}
.TagClassName
{
border-color: #EA6F32;
}
</style>