Shades of Persimmon #E35503
Tints of Persimmon #E35503
RGB
CMYK
RGB Variations
Color information
#E35503 (or 0xE35503) is known color: Persimmon. HEX triplet: E3, 55 and 03. RGB value is (227,85,3). Sum of RGB (Red+Green+Blue) = 227+85+3=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E35503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35503 is #1CAAFC. Grayscale: #767676. Windows color (decimal): -1878781 or 218595. OLE color: 218595.
HSL color Cylindrical-coordinate representation of color #E35503: hue angle of 21.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E35503 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.11 |
| HSL | 21.96º | 0.97% | 0.45% | - |
| HSV(B) | 21.96º | 0.99% | 0.89% | - |
| XYZ | 34.94 | 22.83 | 2.65 | - |
| YUV | 118.11 | 63.04 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 3 | 0 | 0.63 | 0.99 | 0.11 | 21.96 | 0.97 | 0.45 |
| Hex | E3 | 55 | 3 | 0 | 3F | 63 | B | 16 | 61 | 2D |
| Octal | 343 | 125 | 3 | 0 | 77 | 143 | 13 | 26 | 141 | 55 |
| Binary | 11100011 | 1010101 | 11 | 0 | 111111 | 1100011 | 1011 | 10110 | 1100001 | 101101 |
Color Harmonies of #E35503
Complementary color
Monochromatic Colors of #E35503
Black with #E35503
Text Example
Text Example
White with #E35503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35503; }
p { color: rgb(227,85,3); }
H1.HeaderClassName
{
color: #E35503;
}
.AnyTagClassName
{
color: #E35503;
}
</style>
background-color css
<style>
a { background-color: #E35503; }
a { background-color: rgb(227,85,3); }
div.DivClassName
{
background-color: #E35503;
}
.BgClassName
{
background-color: #E35503;
}
</style>
border-color css
<style>
span { border-color: #E35503; }
span { border-color: rgb(227,85,3); }
td.TdClassName
{
border-color: #E35503;
}
.TagClassName
{
border-color: #E35503;
}
</style>