Shades of Persimmon #E45010
Tints of Persimmon #E45010
RGB
CMYK
RGB Variations
Color information
#E45010 (or 0xE45010) is known color: Persimmon. HEX triplet: E4, 50 and 10. RGB value is (228,80,16). Sum of RGB (Red+Green+Blue) = 228+80+16=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E45010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45010 is #1BAFEF. Grayscale: #757575. Windows color (decimal): -1814512 or 1069284. OLE color: 1069284.
HSL color Cylindrical-coordinate representation of color #E45010: hue angle of 18.11º 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 #E45010 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.11 |
| HSL | 18.11º | 0.87% | 0.48% | - |
| HSV(B) | 18.11º | 0.93% | 0.89% | - |
| XYZ | 34.96 | 22.27 | 2.95 | - |
| YUV | 116.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 16 | 0 | 0.65 | 0.93 | 0.11 | 18.11 | 0.87 | 0.48 |
| Hex | E4 | 50 | 10 | 0 | 41 | 5D | B | 12 | 57 | 30 |
| Octal | 344 | 120 | 20 | 0 | 101 | 135 | 13 | 22 | 127 | 60 |
| Binary | 11100100 | 1010000 | 10000 | 0 | 1000001 | 1011101 | 1011 | 10010 | 1010111 | 110000 |
Color Harmonies of #E45010
Complementary color
Monochromatic Colors of #E45010
Black with #E45010
Text Example
Text Example
White with #E45010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45010; }
p { color: rgb(228,80,16); }
H1.HeaderClassName
{
color: #E45010;
}
.AnyTagClassName
{
color: #E45010;
}
</style>
background-color css
<style>
a { background-color: #E45010; }
a { background-color: rgb(228,80,16); }
div.DivClassName
{
background-color: #E45010;
}
.BgClassName
{
background-color: #E45010;
}
</style>
border-color css
<style>
span { border-color: #E45010; }
span { border-color: rgb(228,80,16); }
td.TdClassName
{
border-color: #E45010;
}
.TagClassName
{
border-color: #E45010;
}
</style>