Shades of Persimmon #E66100
Tints of Persimmon #E66100
RGB
CMYK
RGB Variations
Color information
#E66100 (or 0xE66100) is known color: Persimmon. HEX triplet: E6, 61 and 00. RGB value is (230,97,0). Sum of RGB (Red+Green+Blue) = 230+97+0=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E66100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66100 is #199EFF. Grayscale: #7E7E7E. Windows color (decimal): -1679104 or 25062. OLE color: 25062.
HSL color Cylindrical-coordinate representation of color #E66100: hue angle of 25.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E66100 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.10 |
| HSL | 25.3º | 1% | 0.45% | - |
| HSV(B) | 25.3º | 1% | 0.9% | - |
| XYZ | 36.91 | 25.37 | 2.95 | - |
| YUV | 125.71 | 57.06 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 0 | 0 | 0.58 | 1 | 0.10 | 25.3 | 1 | 0.45 |
| Hex | E6 | 61 | 0 | 0 | 3A | 64 | A | 19 | 64 | 2D |
| Octal | 346 | 141 | 0 | 0 | 72 | 144 | 12 | 31 | 144 | 55 |
| Binary | 11100110 | 1100001 | 0 | 0 | 111010 | 1100100 | 1010 | 11001 | 1100100 | 101101 |
Color Harmonies of #E66100
Complementary color
Monochromatic Colors of #E66100
Black with #E66100
Text Example
Text Example
White with #E66100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66100; }
p { color: rgb(230,97,0); }
H1.HeaderClassName
{
color: #E66100;
}
.AnyTagClassName
{
color: #E66100;
}
</style>
background-color css
<style>
a { background-color: #E66100; }
a { background-color: rgb(230,97,0); }
div.DivClassName
{
background-color: #E66100;
}
.BgClassName
{
background-color: #E66100;
}
</style>
border-color css
<style>
span { border-color: #E66100; }
span { border-color: rgb(230,97,0); }
td.TdClassName
{
border-color: #E66100;
}
.TagClassName
{
border-color: #E66100;
}
</style>