Shades of Persimmon #E6600D
Tints of Persimmon #E6600D
RGB
CMYK
RGB Variations
Color information
#E6600D (or 0xE6600D) is known color: Persimmon. HEX triplet: E6, 60 and 0D. RGB value is (230,96,13). Sum of RGB (Red+Green+Blue) = 230+96+13=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6600D is #199FF2. Grayscale: #7F7F7F. Windows color (decimal): -1679347 or 876774. OLE color: 876774.
HSL color Cylindrical-coordinate representation of color #E6600D: hue angle of 22.95º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6600D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 13 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.10 |
| HSL | 22.95º | 0.89% | 0.48% | - |
| HSV(B) | 22.95º | 0.94% | 0.9% | - |
| XYZ | 36.89 | 25.22 | 3.3 | - |
| YUV | 126.6 | 63.89 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 13 | 0 | 0.58 | 0.94 | 0.10 | 22.95 | 0.89 | 0.48 |
| Hex | E6 | 60 | D | 0 | 3A | 5E | A | 17 | 59 | 30 |
| Octal | 346 | 140 | 15 | 0 | 72 | 136 | 12 | 27 | 131 | 60 |
| Binary | 11100110 | 1100000 | 1101 | 0 | 111010 | 1011110 | 1010 | 10111 | 1011001 | 110000 |
Color Harmonies of #E6600D
Complementary color
Monochromatic Colors of #E6600D
Black with #E6600D
Text Example
Text Example
White with #E6600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6600D; }
p { color: rgb(230,96,13); }
H1.HeaderClassName
{
color: #E6600D;
}
.AnyTagClassName
{
color: #E6600D;
}
</style>
background-color css
<style>
a { background-color: #E6600D; }
a { background-color: rgb(230,96,13); }
div.DivClassName
{
background-color: #E6600D;
}
.BgClassName
{
background-color: #E6600D;
}
</style>
border-color css
<style>
span { border-color: #E6600D; }
span { border-color: rgb(230,96,13); }
td.TdClassName
{
border-color: #E6600D;
}
.TagClassName
{
border-color: #E6600D;
}
</style>