Shades of Persimmon #E16306
Tints of Persimmon #E16306
RGB
CMYK
RGB Variations
Color information
#E16306 (or 0xE16306) is known color: Persimmon. HEX triplet: E1, 63 and 06. RGB value is (225,99,6). Sum of RGB (Red+Green+Blue) = 225+99+6=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E16306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16306 is #1E9CF9. Grayscale: #7E7E7E. Windows color (decimal): -2006266 or 418785. OLE color: 418785.
HSL color Cylindrical-coordinate representation of color #E16306: hue angle of 25.48º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E16306 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.12 |
| HSL | 25.48º | 0.95% | 0.45% | - |
| HSV(B) | 25.48º | 0.97% | 0.88% | - |
| XYZ | 35.55 | 24.94 | 3.11 | - |
| YUV | 126.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 6 | 0 | 0.56 | 0.97 | 0.12 | 25.48 | 0.95 | 0.45 |
| Hex | E1 | 63 | 6 | 0 | 38 | 61 | C | 19 | 5F | 2D |
| Octal | 341 | 143 | 6 | 0 | 70 | 141 | 14 | 31 | 137 | 55 |
| Binary | 11100001 | 1100011 | 110 | 0 | 111000 | 1100001 | 1100 | 11001 | 1011111 | 101101 |
Color Harmonies of #E16306
Complementary color
Monochromatic Colors of #E16306
Black with #E16306
Text Example
Text Example
White with #E16306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16306; }
p { color: rgb(225,99,6); }
H1.HeaderClassName
{
color: #E16306;
}
.AnyTagClassName
{
color: #E16306;
}
</style>
background-color css
<style>
a { background-color: #E16306; }
a { background-color: rgb(225,99,6); }
div.DivClassName
{
background-color: #E16306;
}
.BgClassName
{
background-color: #E16306;
}
</style>
border-color css
<style>
span { border-color: #E16306; }
span { border-color: rgb(225,99,6); }
td.TdClassName
{
border-color: #E16306;
}
.TagClassName
{
border-color: #E16306;
}
</style>