Shades of Persimmon #ED600D
Tints of Persimmon #ED600D
RGB
CMYK
RGB Variations
Color information
#ED600D (or 0xED600D) is known color: Persimmon. HEX triplet: ED, 60 and 0D. RGB value is (237,96,13). Sum of RGB (Red+Green+Blue) = 237+96+13=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED600D is #129FF2. Grayscale: #818181. Windows color (decimal): -1220595 or 876781. OLE color: 876781.
HSL color Cylindrical-coordinate representation of color #ED600D: hue angle of 22.23º 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 #ED600D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.23º | 0.9% | 0.49% | - |
| HSV(B) | 22.23º | 0.95% | 0.93% | - |
| XYZ | 39.18 | 26.4 | 3.41 | - |
| YUV | 128.7 | 62.71 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 13 | 0 | 0.59 | 0.95 | 0.07 | 22.23 | 0.9 | 0.49 |
| Hex | ED | 60 | D | 0 | 3B | 5F | 7 | 16 | 5A | 31 |
| Octal | 355 | 140 | 15 | 0 | 73 | 137 | 7 | 26 | 132 | 61 |
| Binary | 11101101 | 1100000 | 1101 | 0 | 111011 | 1011111 | 111 | 10110 | 1011010 | 110001 |
Color Harmonies of #ED600D
Complementary color
Monochromatic Colors of #ED600D
Black with #ED600D
Text Example
Text Example
White with #ED600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED600D; }
p { color: rgb(237,96,13); }
H1.HeaderClassName
{
color: #ED600D;
}
.AnyTagClassName
{
color: #ED600D;
}
</style>
background-color css
<style>
a { background-color: #ED600D; }
a { background-color: rgb(237,96,13); }
div.DivClassName
{
background-color: #ED600D;
}
.BgClassName
{
background-color: #ED600D;
}
</style>
border-color css
<style>
span { border-color: #ED600D; }
span { border-color: rgb(237,96,13); }
td.TdClassName
{
border-color: #ED600D;
}
.TagClassName
{
border-color: #ED600D;
}
</style>