Shades of Persimmon #E66205
Tints of Persimmon #E66205
RGB
CMYK
RGB Variations
Color information
#E66205 (or 0xE66205) is known color: Persimmon. HEX triplet: E6, 62 and 05. RGB value is (230,98,5). Sum of RGB (Red+Green+Blue) = 230+98+5=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E66205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66205 is #199DFA. Grayscale: #7F7F7F. Windows color (decimal): -1678843 or 352998. OLE color: 352998.
HSL color Cylindrical-coordinate representation of color #E66205: hue angle of 24.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E66205 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.10 |
| HSL | 24.8º | 0.96% | 0.46% | - |
| HSV(B) | 24.8º | 0.98% | 0.9% | - |
| XYZ | 37.03 | 25.57 | 3.13 | - |
| YUV | 126.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 5 | 0 | 0.57 | 0.98 | 0.10 | 24.8 | 0.96 | 0.46 |
| Hex | E6 | 62 | 5 | 0 | 39 | 62 | A | 19 | 60 | 2E |
| Octal | 346 | 142 | 5 | 0 | 71 | 142 | 12 | 31 | 140 | 56 |
| Binary | 11100110 | 1100010 | 101 | 0 | 111001 | 1100010 | 1010 | 11001 | 1100000 | 101110 |
Color Harmonies of #E66205
Complementary color
Monochromatic Colors of #E66205
Black with #E66205
Text Example
Text Example
White with #E66205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66205; }
p { color: rgb(230,98,5); }
H1.HeaderClassName
{
color: #E66205;
}
.AnyTagClassName
{
color: #E66205;
}
</style>
background-color css
<style>
a { background-color: #E66205; }
a { background-color: rgb(230,98,5); }
div.DivClassName
{
background-color: #E66205;
}
.BgClassName
{
background-color: #E66205;
}
</style>
border-color css
<style>
span { border-color: #E66205; }
span { border-color: rgb(230,98,5); }
td.TdClassName
{
border-color: #E66205;
}
.TagClassName
{
border-color: #E66205;
}
</style>