Shades of Sorbus #EA6732
Tints of Sorbus #EA6732
RGB
CMYK
RGB Variations
Color information
#EA6732 (or 0xEA6732) is known color: Sorbus. HEX triplet: EA, 67 and 32. RGB value is (234,103,50). Sum of RGB (Red+Green+Blue) = 234+103+50=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6732 is #1598CD. Grayscale: #888888. Windows color (decimal): -1415374 or 3303402. OLE color: 3303402.
HSL color Cylindrical-coordinate representation of color #EA6732: hue angle of 17.28º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA6732 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 50 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.08 |
| HSL | 17.28º | 0.81% | 0.56% | - |
| HSV(B) | 17.28º | 0.79% | 0.92% | - |
| XYZ | 39.36 | 27.42 | 6.24 | - |
| YUV | 136.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 50 | 0 | 0.56 | 0.79 | 0.08 | 17.28 | 0.81 | 0.56 |
| Hex | EA | 67 | 32 | 0 | 38 | 4F | 8 | 11 | 51 | 38 |
| Octal | 352 | 147 | 62 | 0 | 70 | 117 | 10 | 21 | 121 | 70 |
| Binary | 11101010 | 1100111 | 110010 | 0 | 111000 | 1001111 | 1000 | 10001 | 1010001 | 111000 |
Color Harmonies of #EA6732
Complementary color
Monochromatic Colors of #EA6732
Black with #EA6732
Text Example
Text Example
White with #EA6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6732; }
p { color: rgb(234,103,50); }
H1.HeaderClassName
{
color: #EA6732;
}
.AnyTagClassName
{
color: #EA6732;
}
</style>
background-color css
<style>
a { background-color: #EA6732; }
a { background-color: rgb(234,103,50); }
div.DivClassName
{
background-color: #EA6732;
}
.BgClassName
{
background-color: #EA6732;
}
</style>
border-color css
<style>
span { border-color: #EA6732; }
span { border-color: rgb(234,103,50); }
td.TdClassName
{
border-color: #EA6732;
}
.TagClassName
{
border-color: #EA6732;
}
</style>