Shades of Sorbus #EE6B3D
Tints of Sorbus #EE6B3D
RGB
CMYK
RGB Variations
Color information
#EE6B3D (or 0xEE6B3D) is known color: Sorbus. HEX triplet: EE, 6B and 3D. RGB value is (238,107,61). Sum of RGB (Red+Green+Blue) = 238+107+61=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6B3D is #1194C2. Grayscale: #8D8D8D. Windows color (decimal): -1152195 or 4025326. OLE color: 4025326.
HSL color Cylindrical-coordinate representation of color #EE6B3D: hue angle of 15.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE6B3D is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 61 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.07 |
| HSL | 15.59º | 0.84% | 0.59% | - |
| HSV(B) | 15.59º | 0.74% | 0.93% | - |
| XYZ | 41.36 | 29.03 | 7.84 | - |
| YUV | 140.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 61 | 0 | 0.55 | 0.74 | 0.07 | 15.59 | 0.84 | 0.59 |
| Hex | EE | 6B | 3D | 0 | 37 | 4A | 7 | 10 | 54 | 3B |
| Octal | 356 | 153 | 75 | 0 | 67 | 112 | 7 | 20 | 124 | 73 |
| Binary | 11101110 | 1101011 | 111101 | 0 | 110111 | 1001010 | 111 | 10000 | 1010100 | 111011 |
Color Harmonies of #EE6B3D
Complementary color
Monochromatic Colors of #EE6B3D
Black with #EE6B3D
Text Example
Text Example
White with #EE6B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B3D; }
p { color: rgb(238,107,61); }
H1.HeaderClassName
{
color: #EE6B3D;
}
.AnyTagClassName
{
color: #EE6B3D;
}
</style>
background-color css
<style>
a { background-color: #EE6B3D; }
a { background-color: rgb(238,107,61); }
div.DivClassName
{
background-color: #EE6B3D;
}
.BgClassName
{
background-color: #EE6B3D;
}
</style>
border-color css
<style>
span { border-color: #EE6B3D; }
span { border-color: rgb(238,107,61); }
td.TdClassName
{
border-color: #EE6B3D;
}
.TagClassName
{
border-color: #EE6B3D;
}
</style>