Shades of Persimmon #E16309
Tints of Persimmon #E16309
RGB
CMYK
RGB Variations
Color information
#E16309 (or 0xE16309) is known color: Persimmon. HEX triplet: E1, 63 and 09. RGB value is (225,99,9). Sum of RGB (Red+Green+Blue) = 225+99+9=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E16309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16309 is #1E9CF6. Grayscale: #7E7E7E. Windows color (decimal): -2006263 or 615393. OLE color: 615393.
HSL color Cylindrical-coordinate representation of color #E16309: hue angle of 25º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E16309 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.12 |
| HSL | 25º | 0.92% | 0.46% | - |
| HSV(B) | 25º | 0.96% | 0.88% | - |
| XYZ | 35.56 | 24.95 | 3.2 | - |
| YUV | 126.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 9 | 0 | 0.56 | 0.96 | 0.12 | 25 | 0.92 | 0.46 |
| Hex | E1 | 63 | 9 | 0 | 38 | 60 | C | 19 | 5C | 2E |
| Octal | 341 | 143 | 11 | 0 | 70 | 140 | 14 | 31 | 134 | 56 |
| Binary | 11100001 | 1100011 | 1001 | 0 | 111000 | 1100000 | 1100 | 11001 | 1011100 | 101110 |
Color Harmonies of #E16309
Complementary color
Monochromatic Colors of #E16309
Black with #E16309
Text Example
Text Example
White with #E16309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16309; }
p { color: rgb(225,99,9); }
H1.HeaderClassName
{
color: #E16309;
}
.AnyTagClassName
{
color: #E16309;
}
</style>
background-color css
<style>
a { background-color: #E16309; }
a { background-color: rgb(225,99,9); }
div.DivClassName
{
background-color: #E16309;
}
.BgClassName
{
background-color: #E16309;
}
</style>
border-color css
<style>
span { border-color: #E16309; }
span { border-color: rgb(225,99,9); }
td.TdClassName
{
border-color: #E16309;
}
.TagClassName
{
border-color: #E16309;
}
</style>