Shades of Persimmon #E16300
Tints of Persimmon #E16300
RGB
CMYK
RGB Variations
Color information
#E16300 (or 0xE16300) is known color: Persimmon. HEX triplet: E1, 63 and 00. RGB value is (225,99,0). Sum of RGB (Red+Green+Blue) = 225+99+0=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E16300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16300 is #1E9CFF. Grayscale: #7D7D7D. Windows color (decimal): -2006272 or 25569. OLE color: 25569.
HSL color Cylindrical-coordinate representation of color #E16300: hue angle of 26.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16300 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.12 |
| HSL | 26.4º | 1% | 0.44% | - |
| HSV(B) | 26.4º | 1% | 0.88% | - |
| XYZ | 35.51 | 24.93 | 2.94 | - |
| YUV | 125.39 | 57.24 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 0 | 0 | 0.56 | 1 | 0.12 | 26.4 | 1 | 0.44 |
| Hex | E1 | 63 | 0 | 0 | 38 | 64 | C | 1A | 64 | 2C |
| Octal | 341 | 143 | 0 | 0 | 70 | 144 | 14 | 32 | 144 | 54 |
| Binary | 11100001 | 1100011 | 0 | 0 | 111000 | 1100100 | 1100 | 11010 | 1100100 | 101100 |
Color Harmonies of #E16300
Complementary color
Monochromatic Colors of #E16300
Black with #E16300
Text Example
Text Example
White with #E16300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16300; }
p { color: rgb(225,99,0); }
H1.HeaderClassName
{
color: #E16300;
}
.AnyTagClassName
{
color: #E16300;
}
</style>
background-color css
<style>
a { background-color: #E16300; }
a { background-color: rgb(225,99,0); }
div.DivClassName
{
background-color: #E16300;
}
.BgClassName
{
background-color: #E16300;
}
</style>
border-color css
<style>
span { border-color: #E16300; }
span { border-color: rgb(225,99,0); }
td.TdClassName
{
border-color: #E16300;
}
.TagClassName
{
border-color: #E16300;
}
</style>