Shades of Sorbus #EA643A
Tints of Sorbus #EA643A
RGB
CMYK
RGB Variations
Color information
#EA643A (or 0xEA643A) is known color: Sorbus. HEX triplet: EA, 64 and 3A. RGB value is (234,100,58). Sum of RGB (Red+Green+Blue) = 234+100+58=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643A is #159BC5. Grayscale: #878787. Windows color (decimal): -1416134 or 3826922. OLE color: 3826922.
HSL color Cylindrical-coordinate representation of color #EA643A: hue angle of 14.32º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA643A is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 58 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.08 |
| HSL | 14.32º | 0.81% | 0.57% | - |
| HSV(B) | 14.32º | 0.75% | 0.92% | - |
| XYZ | 39.25 | 26.91 | 7.13 | - |
| YUV | 135.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 58 | 0 | 0.57 | 0.75 | 0.08 | 14.32 | 0.81 | 0.57 |
| Hex | EA | 64 | 3A | 0 | 39 | 4B | 8 | E | 51 | 39 |
| Octal | 352 | 144 | 72 | 0 | 71 | 113 | 10 | 16 | 121 | 71 |
| Binary | 11101010 | 1100100 | 111010 | 0 | 111001 | 1001011 | 1000 | 1110 | 1010001 | 111001 |
Color Harmonies of #EA643A
Complementary color
Monochromatic Colors of #EA643A
Black with #EA643A
Text Example
Text Example
White with #EA643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA643A; }
p { color: rgb(234,100,58); }
H1.HeaderClassName
{
color: #EA643A;
}
.AnyTagClassName
{
color: #EA643A;
}
</style>
background-color css
<style>
a { background-color: #EA643A; }
a { background-color: rgb(234,100,58); }
div.DivClassName
{
background-color: #EA643A;
}
.BgClassName
{
background-color: #EA643A;
}
</style>
border-color css
<style>
span { border-color: #EA643A; }
span { border-color: rgb(234,100,58); }
td.TdClassName
{
border-color: #EA643A;
}
.TagClassName
{
border-color: #EA643A;
}
</style>