Shades of Sorbus #EE6D3D
Tints of Sorbus #EE6D3D
RGB
CMYK
RGB Variations
Color information
#EE6D3D (or 0xEE6D3D) is known color: Sorbus. HEX triplet: EE, 6D and 3D. RGB value is (238,109,61). Sum of RGB (Red+Green+Blue) = 238+109+61=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6D3D is #1192C2. Grayscale: #8E8E8E. Windows color (decimal): -1151683 or 4025838. OLE color: 4025838.
HSL color Cylindrical-coordinate representation of color #EE6D3D: hue angle of 16.27º 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 #EE6D3D is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 61 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.07 |
| HSL | 16.27º | 0.84% | 0.59% | - |
| HSV(B) | 16.27º | 0.74% | 0.93% | - |
| XYZ | 41.57 | 29.45 | 7.91 | - |
| YUV | 142.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 61 | 0 | 0.54 | 0.74 | 0.07 | 16.27 | 0.84 | 0.59 |
| Hex | EE | 6D | 3D | 0 | 36 | 4A | 7 | 10 | 54 | 3B |
| Octal | 356 | 155 | 75 | 0 | 66 | 112 | 7 | 20 | 124 | 73 |
| Binary | 11101110 | 1101101 | 111101 | 0 | 110110 | 1001010 | 111 | 10000 | 1010100 | 111011 |
Color Harmonies of #EE6D3D
Complementary color
Monochromatic Colors of #EE6D3D
Black with #EE6D3D
Text Example
Text Example
White with #EE6D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D3D; }
p { color: rgb(238,109,61); }
H1.HeaderClassName
{
color: #EE6D3D;
}
.AnyTagClassName
{
color: #EE6D3D;
}
</style>
background-color css
<style>
a { background-color: #EE6D3D; }
a { background-color: rgb(238,109,61); }
div.DivClassName
{
background-color: #EE6D3D;
}
.BgClassName
{
background-color: #EE6D3D;
}
</style>
border-color css
<style>
span { border-color: #EE6D3D; }
span { border-color: rgb(238,109,61); }
td.TdClassName
{
border-color: #EE6D3D;
}
.TagClassName
{
border-color: #EE6D3D;
}
</style>