Shades of Sorbus #EA643C
Tints of Sorbus #EA643C
RGB
CMYK
RGB Variations
Color information
#EA643C (or 0xEA643C) is known color: Sorbus. HEX triplet: EA, 64 and 3C. RGB value is (234,100,60). Sum of RGB (Red+Green+Blue) = 234+100+60=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643C is #159BC3. Grayscale: #878787. Windows color (decimal): -1416132 or 3957994. OLE color: 3957994.
HSL color Cylindrical-coordinate representation of color #EA643C: hue angle of 13.79º 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 #EA643C is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 60 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.08 |
| HSL | 13.79º | 0.81% | 0.58% | - |
| HSV(B) | 13.79º | 0.74% | 0.92% | - |
| XYZ | 39.3 | 26.93 | 7.4 | - |
| YUV | 135.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 60 | 0 | 0.57 | 0.74 | 0.08 | 13.79 | 0.81 | 0.58 |
| Hex | EA | 64 | 3C | 0 | 39 | 4A | 8 | E | 51 | 3A |
| Octal | 352 | 144 | 74 | 0 | 71 | 112 | 10 | 16 | 121 | 72 |
| Binary | 11101010 | 1100100 | 111100 | 0 | 111001 | 1001010 | 1000 | 1110 | 1010001 | 111010 |
Color Harmonies of #EA643C
Complementary color
Monochromatic Colors of #EA643C
Black with #EA643C
Text Example
Text Example
White with #EA643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA643C; }
p { color: rgb(234,100,60); }
H1.HeaderClassName
{
color: #EA643C;
}
.AnyTagClassName
{
color: #EA643C;
}
</style>
background-color css
<style>
a { background-color: #EA643C; }
a { background-color: rgb(234,100,60); }
div.DivClassName
{
background-color: #EA643C;
}
.BgClassName
{
background-color: #EA643C;
}
</style>
border-color css
<style>
span { border-color: #EA643C; }
span { border-color: rgb(234,100,60); }
td.TdClassName
{
border-color: #EA643C;
}
.TagClassName
{
border-color: #EA643C;
}
</style>