Shades of Persimmon #E35410
Tints of Persimmon #E35410
RGB
CMYK
RGB Variations
Color information
#E35410 (or 0xE35410) is known color: Persimmon. HEX triplet: E3, 54 and 10. RGB value is (227,84,16). Sum of RGB (Red+Green+Blue) = 227+84+16=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E35410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35410 is #1CABEF. Grayscale: #777777. Windows color (decimal): -1879024 or 1070307. OLE color: 1070307.
HSL color Cylindrical-coordinate representation of color #E35410: hue angle of 19.34º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E35410 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.11 |
| HSL | 19.34º | 0.87% | 0.48% | - |
| HSV(B) | 19.34º | 0.93% | 0.89% | - |
| XYZ | 34.94 | 22.71 | 3.03 | - |
| YUV | 119.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 16 | 0 | 0.63 | 0.93 | 0.11 | 19.34 | 0.87 | 0.48 |
| Hex | E3 | 54 | 10 | 0 | 3F | 5D | B | 13 | 57 | 30 |
| Octal | 343 | 124 | 20 | 0 | 77 | 135 | 13 | 23 | 127 | 60 |
| Binary | 11100011 | 1010100 | 10000 | 0 | 111111 | 1011101 | 1011 | 10011 | 1010111 | 110000 |
Color Harmonies of #E35410
Complementary color
Monochromatic Colors of #E35410
Black with #E35410
Text Example
Text Example
White with #E35410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35410; }
p { color: rgb(227,84,16); }
H1.HeaderClassName
{
color: #E35410;
}
.AnyTagClassName
{
color: #E35410;
}
</style>
background-color css
<style>
a { background-color: #E35410; }
a { background-color: rgb(227,84,16); }
div.DivClassName
{
background-color: #E35410;
}
.BgClassName
{
background-color: #E35410;
}
</style>
border-color css
<style>
span { border-color: #E35410; }
span { border-color: rgb(227,84,16); }
td.TdClassName
{
border-color: #E35410;
}
.TagClassName
{
border-color: #E35410;
}
</style>