Shades of Sorbus #EA603D
Tints of Sorbus #EA603D
RGB
CMYK
RGB Variations
Color information
#EA603D (or 0xEA603D) is known color: Sorbus. HEX triplet: EA, 60 and 3D. RGB value is (234,96,61). Sum of RGB (Red+Green+Blue) = 234+96+61=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA603D is #159FC2. Grayscale: #858585. Windows color (decimal): -1417155 or 4022506. OLE color: 4022506.
HSL color Cylindrical-coordinate representation of color #EA603D: hue angle of 12.14º degrees, saturation: 0.8, 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 #EA603D is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 61 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.08 |
| HSL | 12.14º | 0.8% | 0.58% | - |
| HSV(B) | 12.14º | 0.74% | 0.92% | - |
| XYZ | 38.96 | 26.2 | 7.42 | - |
| YUV | 133.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 61 | 0 | 0.59 | 0.74 | 0.08 | 12.14 | 0.8 | 0.58 |
| Hex | EA | 60 | 3D | 0 | 3B | 4A | 8 | C | 50 | 3A |
| Octal | 352 | 140 | 75 | 0 | 73 | 112 | 10 | 14 | 120 | 72 |
| Binary | 11101010 | 1100000 | 111101 | 0 | 111011 | 1001010 | 1000 | 1100 | 1010000 | 111010 |
Color Harmonies of #EA603D
Complementary color
Monochromatic Colors of #EA603D
Black with #EA603D
Text Example
Text Example
White with #EA603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA603D; }
p { color: rgb(234,96,61); }
H1.HeaderClassName
{
color: #EA603D;
}
.AnyTagClassName
{
color: #EA603D;
}
</style>
background-color css
<style>
a { background-color: #EA603D; }
a { background-color: rgb(234,96,61); }
div.DivClassName
{
background-color: #EA603D;
}
.BgClassName
{
background-color: #EA603D;
}
</style>
border-color css
<style>
span { border-color: #EA603D; }
span { border-color: rgb(234,96,61); }
td.TdClassName
{
border-color: #EA603D;
}
.TagClassName
{
border-color: #EA603D;
}
</style>