Shades of Persimmon #ED660D
Tints of Persimmon #ED660D
RGB
CMYK
RGB Variations
Color information
#ED660D (or 0xED660D) is known color: Persimmon. HEX triplet: ED, 66 and 0D. RGB value is (237,102,13). Sum of RGB (Red+Green+Blue) = 237+102+13=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED660D is #1299F2. Grayscale: #848484. Windows color (decimal): -1219059 or 878317. OLE color: 878317.
HSL color Cylindrical-coordinate representation of color #ED660D: hue angle of 23.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED660D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.07 |
| HSL | 23.84º | 0.9% | 0.49% | - |
| HSV(B) | 23.84º | 0.95% | 0.93% | - |
| XYZ | 39.75 | 27.54 | 3.6 | - |
| YUV | 132.22 | 60.73 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 13 | 0 | 0.57 | 0.95 | 0.07 | 23.84 | 0.9 | 0.49 |
| Hex | ED | 66 | D | 0 | 39 | 5F | 7 | 18 | 5A | 31 |
| Octal | 355 | 146 | 15 | 0 | 71 | 137 | 7 | 30 | 132 | 61 |
| Binary | 11101101 | 1100110 | 1101 | 0 | 111001 | 1011111 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #ED660D
Complementary color
Monochromatic Colors of #ED660D
Black with #ED660D
Text Example
Text Example
White with #ED660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED660D; }
p { color: rgb(237,102,13); }
H1.HeaderClassName
{
color: #ED660D;
}
.AnyTagClassName
{
color: #ED660D;
}
</style>
background-color css
<style>
a { background-color: #ED660D; }
a { background-color: rgb(237,102,13); }
div.DivClassName
{
background-color: #ED660D;
}
.BgClassName
{
background-color: #ED660D;
}
</style>
border-color css
<style>
span { border-color: #ED660D; }
span { border-color: rgb(237,102,13); }
td.TdClassName
{
border-color: #ED660D;
}
.TagClassName
{
border-color: #ED660D;
}
</style>