Shades of Sorbus #EA6F34
Tints of Sorbus #EA6F34
RGB
CMYK
RGB Variations
Color information
#EA6F34 (or 0xEA6F34) is known color: Sorbus. HEX triplet: EA, 6F and 34. RGB value is (234,111,52). Sum of RGB (Red+Green+Blue) = 234+111+52=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F34 is #1590CB. Grayscale: #8D8D8D. Windows color (decimal): -1413324 or 3436522. OLE color: 3436522.
HSL color Cylindrical-coordinate representation of color #EA6F34: hue angle of 19.45º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA6F34 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 52 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.08 |
| HSL | 19.45º | 0.81% | 0.56% | - |
| HSV(B) | 19.45º | 0.78% | 0.92% | - |
| XYZ | 40.24 | 29.11 | 6.75 | - |
| YUV | 141.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 52 | 0 | 0.53 | 0.78 | 0.08 | 19.45 | 0.81 | 0.56 |
| Hex | EA | 6F | 34 | 0 | 35 | 4E | 8 | 13 | 51 | 38 |
| Octal | 352 | 157 | 64 | 0 | 65 | 116 | 10 | 23 | 121 | 70 |
| Binary | 11101010 | 1101111 | 110100 | 0 | 110101 | 1001110 | 1000 | 10011 | 1010001 | 111000 |
Color Harmonies of #EA6F34
Complementary color
Monochromatic Colors of #EA6F34
Black with #EA6F34
Text Example
Text Example
White with #EA6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F34; }
p { color: rgb(234,111,52); }
H1.HeaderClassName
{
color: #EA6F34;
}
.AnyTagClassName
{
color: #EA6F34;
}
</style>
background-color css
<style>
a { background-color: #EA6F34; }
a { background-color: rgb(234,111,52); }
div.DivClassName
{
background-color: #EA6F34;
}
.BgClassName
{
background-color: #EA6F34;
}
</style>
border-color css
<style>
span { border-color: #EA6F34; }
span { border-color: rgb(234,111,52); }
td.TdClassName
{
border-color: #EA6F34;
}
.TagClassName
{
border-color: #EA6F34;
}
</style>