Shades of Persimmon #ED6611
Tints of Persimmon #ED6611
RGB
CMYK
RGB Variations
Color information
#ED6611 (or 0xED6611) is known color: Persimmon. HEX triplet: ED, 66 and 11. RGB value is (237,102,17). Sum of RGB (Red+Green+Blue) = 237+102+17=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6611 is #1299EE. Grayscale: #858585. Windows color (decimal): -1219055 or 1140461. OLE color: 1140461.
HSL color Cylindrical-coordinate representation of color #ED6611: hue angle of 23.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED6611 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.07 |
| HSL | 23.18º | 0.87% | 0.5% | - |
| HSV(B) | 23.18º | 0.93% | 0.93% | - |
| XYZ | 39.78 | 27.55 | 3.75 | - |
| YUV | 132.68 | 62.73 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 17 | 0 | 0.57 | 0.93 | 0.07 | 23.18 | 0.87 | 0.5 |
| Hex | ED | 66 | 11 | 0 | 39 | 5D | 7 | 17 | 57 | 32 |
| Octal | 355 | 146 | 21 | 0 | 71 | 135 | 7 | 27 | 127 | 62 |
| Binary | 11101101 | 1100110 | 10001 | 0 | 111001 | 1011101 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #ED6611
Complementary color
Monochromatic Colors of #ED6611
Black with #ED6611
Text Example
Text Example
White with #ED6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6611; }
p { color: rgb(237,102,17); }
H1.HeaderClassName
{
color: #ED6611;
}
.AnyTagClassName
{
color: #ED6611;
}
</style>
background-color css
<style>
a { background-color: #ED6611; }
a { background-color: rgb(237,102,17); }
div.DivClassName
{
background-color: #ED6611;
}
.BgClassName
{
background-color: #ED6611;
}
</style>
border-color css
<style>
span { border-color: #ED6611; }
span { border-color: rgb(237,102,17); }
td.TdClassName
{
border-color: #ED6611;
}
.TagClassName
{
border-color: #ED6611;
}
</style>