Shades of Sorbus #EA6A3C
Tints of Sorbus #EA6A3C
RGB
CMYK
RGB Variations
Color information
#EA6A3C (or 0xEA6A3C) is known color: Sorbus. HEX triplet: EA, 6A and 3C. RGB value is (234,106,60). Sum of RGB (Red+Green+Blue) = 234+106+60=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6A3C is #1595C3. Grayscale: #8B8B8B. Windows color (decimal): -1414596 or 3959530. OLE color: 3959530.
HSL color Cylindrical-coordinate representation of color #EA6A3C: hue angle of 15.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA6A3C is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 60 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.08 |
| HSL | 15.86º | 0.81% | 0.58% | - |
| HSV(B) | 15.86º | 0.74% | 0.92% | - |
| XYZ | 39.9 | 28.13 | 7.6 | - |
| YUV | 139.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 60 | 0 | 0.55 | 0.74 | 0.08 | 15.86 | 0.81 | 0.58 |
| Hex | EA | 6A | 3C | 0 | 37 | 4A | 8 | 10 | 51 | 3A |
| Octal | 352 | 152 | 74 | 0 | 67 | 112 | 10 | 20 | 121 | 72 |
| Binary | 11101010 | 1101010 | 111100 | 0 | 110111 | 1001010 | 1000 | 10000 | 1010001 | 111010 |
Color Harmonies of #EA6A3C
Complementary color
Monochromatic Colors of #EA6A3C
Black with #EA6A3C
Text Example
Text Example
White with #EA6A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A3C; }
p { color: rgb(234,106,60); }
H1.HeaderClassName
{
color: #EA6A3C;
}
.AnyTagClassName
{
color: #EA6A3C;
}
</style>
background-color css
<style>
a { background-color: #EA6A3C; }
a { background-color: rgb(234,106,60); }
div.DivClassName
{
background-color: #EA6A3C;
}
.BgClassName
{
background-color: #EA6A3C;
}
</style>
border-color css
<style>
span { border-color: #EA6A3C; }
span { border-color: rgb(234,106,60); }
td.TdClassName
{
border-color: #EA6A3C;
}
.TagClassName
{
border-color: #EA6A3C;
}
</style>