Shades of Sorbus #EA672C
Tints of Sorbus #EA672C
RGB
CMYK
RGB Variations
Color information
#EA672C (or 0xEA672C) is known color: Sorbus. HEX triplet: EA, 67 and 2C. RGB value is (234,103,44). Sum of RGB (Red+Green+Blue) = 234+103+44=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA672C is #1598D3. Grayscale: #878787. Windows color (decimal): -1415380 or 2910186. OLE color: 2910186.
HSL color Cylindrical-coordinate representation of color #EA672C: hue angle of 18.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA672C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 44 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.08 |
| HSL | 18.63º | 0.82% | 0.55% | - |
| HSV(B) | 18.63º | 0.81% | 0.92% | - |
| XYZ | 39.24 | 27.37 | 5.6 | - |
| YUV | 135.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 44 | 0 | 0.56 | 0.81 | 0.08 | 18.63 | 0.82 | 0.55 |
| Hex | EA | 67 | 2C | 0 | 38 | 51 | 8 | 13 | 52 | 37 |
| Octal | 352 | 147 | 54 | 0 | 70 | 121 | 10 | 23 | 122 | 67 |
| Binary | 11101010 | 1100111 | 101100 | 0 | 111000 | 1010001 | 1000 | 10011 | 1010010 | 110111 |
Color Harmonies of #EA672C
Complementary color
Monochromatic Colors of #EA672C
Black with #EA672C
Text Example
Text Example
White with #EA672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA672C; }
p { color: rgb(234,103,44); }
H1.HeaderClassName
{
color: #EA672C;
}
.AnyTagClassName
{
color: #EA672C;
}
</style>
background-color css
<style>
a { background-color: #EA672C; }
a { background-color: rgb(234,103,44); }
div.DivClassName
{
background-color: #EA672C;
}
.BgClassName
{
background-color: #EA672C;
}
</style>
border-color css
<style>
span { border-color: #EA672C; }
span { border-color: rgb(234,103,44); }
td.TdClassName
{
border-color: #EA672C;
}
.TagClassName
{
border-color: #EA672C;
}
</style>