Shades of Sorbus #EA693C
Tints of Sorbus #EA693C
RGB
CMYK
RGB Variations
Color information
#EA693C (or 0xEA693C) is known color: Sorbus. HEX triplet: EA, 69 and 3C. RGB value is (234,105,60). Sum of RGB (Red+Green+Blue) = 234+105+60=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA693C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA693C is #1596C3. Grayscale: #8A8A8A. Windows color (decimal): -1414852 or 3959274. OLE color: 3959274.
HSL color Cylindrical-coordinate representation of color #EA693C: hue angle of 15.52º 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 #EA693C is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 60 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.08 |
| HSL | 15.52º | 0.81% | 0.58% | - |
| HSV(B) | 15.52º | 0.74% | 0.92% | - |
| XYZ | 39.8 | 27.92 | 7.57 | - |
| YUV | 138.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 60 | 0 | 0.55 | 0.74 | 0.08 | 15.52 | 0.81 | 0.58 |
| Hex | EA | 69 | 3C | 0 | 37 | 4A | 8 | 10 | 51 | 3A |
| Octal | 352 | 151 | 74 | 0 | 67 | 112 | 10 | 20 | 121 | 72 |
| Binary | 11101010 | 1101001 | 111100 | 0 | 110111 | 1001010 | 1000 | 10000 | 1010001 | 111010 |
Color Harmonies of #EA693C
Complementary color
Monochromatic Colors of #EA693C
Black with #EA693C
Text Example
Text Example
White with #EA693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA693C; }
p { color: rgb(234,105,60); }
H1.HeaderClassName
{
color: #EA693C;
}
.AnyTagClassName
{
color: #EA693C;
}
</style>
background-color css
<style>
a { background-color: #EA693C; }
a { background-color: rgb(234,105,60); }
div.DivClassName
{
background-color: #EA693C;
}
.BgClassName
{
background-color: #EA693C;
}
</style>
border-color css
<style>
span { border-color: #EA693C; }
span { border-color: rgb(234,105,60); }
td.TdClassName
{
border-color: #EA693C;
}
.TagClassName
{
border-color: #EA693C;
}
</style>