Shades of Persimmon #E66201
Tints of Persimmon #E66201
RGB
CMYK
RGB Variations
Color information
#E66201 (or 0xE66201) is known color: Persimmon. HEX triplet: E6, 62 and 01. RGB value is (230,98,1). Sum of RGB (Red+Green+Blue) = 230+98+1=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E66201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66201 is #199DFE. Grayscale: #7E7E7E. Windows color (decimal): -1678847 or 90854. OLE color: 90854.
HSL color Cylindrical-coordinate representation of color #E66201: hue angle of 25.41º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E66201 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.10 |
| HSL | 25.41º | 0.99% | 0.45% | - |
| HSV(B) | 25.41º | 1% | 0.9% | - |
| XYZ | 37.01 | 25.56 | 3.01 | - |
| YUV | 126.41 | 57.23 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 1 | 0 | 0.57 | 1.00 | 0.10 | 25.41 | 0.99 | 0.45 |
| Hex | E6 | 62 | 1 | 0 | 39 | 64 | A | 19 | 63 | 2D |
| Octal | 346 | 142 | 1 | 0 | 71 | 144 | 12 | 31 | 143 | 55 |
| Binary | 11100110 | 1100010 | 1 | 0 | 111001 | 1100100 | 1010 | 11001 | 1100011 | 101101 |
Color Harmonies of #E66201
Complementary color
Monochromatic Colors of #E66201
Black with #E66201
Text Example
Text Example
White with #E66201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66201; }
p { color: rgb(230,98,1); }
H1.HeaderClassName
{
color: #E66201;
}
.AnyTagClassName
{
color: #E66201;
}
</style>
background-color css
<style>
a { background-color: #E66201; }
a { background-color: rgb(230,98,1); }
div.DivClassName
{
background-color: #E66201;
}
.BgClassName
{
background-color: #E66201;
}
</style>
border-color css
<style>
span { border-color: #E66201; }
span { border-color: rgb(230,98,1); }
td.TdClassName
{
border-color: #E66201;
}
.TagClassName
{
border-color: #E66201;
}
</style>