Shades of Sorbus #EA662E
Tints of Sorbus #EA662E
RGB
CMYK
RGB Variations
Color information
#EA662E (or 0xEA662E) is known color: Sorbus. HEX triplet: EA, 66 and 2E. RGB value is (234,102,46). Sum of RGB (Red+Green+Blue) = 234+102+46=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA662E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA662E is #1599D1. Grayscale: #878787. Windows color (decimal): -1415634 or 3041002. OLE color: 3041002.
HSL color Cylindrical-coordinate representation of color #EA662E: hue angle of 17.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA662E is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 46 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.08 |
| HSL | 17.87º | 0.82% | 0.55% | - |
| HSV(B) | 17.87º | 0.8% | 0.92% | - |
| XYZ | 39.18 | 27.19 | 5.77 | - |
| YUV | 135.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 46 | 0 | 0.56 | 0.80 | 0.08 | 17.87 | 0.82 | 0.55 |
| Hex | EA | 66 | 2E | 0 | 38 | 50 | 8 | 12 | 52 | 37 |
| Octal | 352 | 146 | 56 | 0 | 70 | 120 | 10 | 22 | 122 | 67 |
| Binary | 11101010 | 1100110 | 101110 | 0 | 111000 | 1010000 | 1000 | 10010 | 1010010 | 110111 |
Color Harmonies of #EA662E
Complementary color
Monochromatic Colors of #EA662E
Black with #EA662E
Text Example
Text Example
White with #EA662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA662E; }
p { color: rgb(234,102,46); }
H1.HeaderClassName
{
color: #EA662E;
}
.AnyTagClassName
{
color: #EA662E;
}
</style>
background-color css
<style>
a { background-color: #EA662E; }
a { background-color: rgb(234,102,46); }
div.DivClassName
{
background-color: #EA662E;
}
.BgClassName
{
background-color: #EA662E;
}
</style>
border-color css
<style>
span { border-color: #EA662E; }
span { border-color: rgb(234,102,46); }
td.TdClassName
{
border-color: #EA662E;
}
.TagClassName
{
border-color: #EA662E;
}
</style>