Shades of Sorbus #E66F3C
Tints of Sorbus #E66F3C
RGB
CMYK
RGB Variations
Color information
#E66F3C (or 0xE66F3C) is known color: Sorbus. HEX triplet: E6, 6F and 3C. RGB value is (230,111,60). Sum of RGB (Red+Green+Blue) = 230+111+60=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F3C is #1990C3. Grayscale: #8D8D8D. Windows color (decimal): -1675460 or 3960806. OLE color: 3960806.
HSL color Cylindrical-coordinate representation of color #E66F3C: hue angle of 18º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E66F3C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 60 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.10 |
| HSL | 18º | 0.77% | 0.57% | - |
| HSV(B) | 18º | 0.74% | 0.9% | - |
| XYZ | 39.13 | 28.52 | 7.72 | - |
| YUV | 140.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 60 | 0 | 0.52 | 0.74 | 0.10 | 18 | 0.77 | 0.57 |
| Hex | E6 | 6F | 3C | 0 | 34 | 4A | A | 12 | 4D | 39 |
| Octal | 346 | 157 | 74 | 0 | 64 | 112 | 12 | 22 | 115 | 71 |
| Binary | 11100110 | 1101111 | 111100 | 0 | 110100 | 1001010 | 1010 | 10010 | 1001101 | 111001 |
Color Harmonies of #E66F3C
Complementary color
Monochromatic Colors of #E66F3C
Black with #E66F3C
Text Example
Text Example
White with #E66F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F3C; }
p { color: rgb(230,111,60); }
H1.HeaderClassName
{
color: #E66F3C;
}
.AnyTagClassName
{
color: #E66F3C;
}
</style>
background-color css
<style>
a { background-color: #E66F3C; }
a { background-color: rgb(230,111,60); }
div.DivClassName
{
background-color: #E66F3C;
}
.BgClassName
{
background-color: #E66F3C;
}
</style>
border-color css
<style>
span { border-color: #E66F3C; }
span { border-color: rgb(230,111,60); }
td.TdClassName
{
border-color: #E66F3C;
}
.TagClassName
{
border-color: #E66F3C;
}
</style>