Shades of Persimmon #E45300
Tints of Persimmon #E45300
RGB
CMYK
RGB Variations
Color information
#E45300 (or 0xE45300) is known color: Persimmon. HEX triplet: E4, 53 and 00. RGB value is (228,83,0). Sum of RGB (Red+Green+Blue) = 228+83+0=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E45300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45300 is #1BACFF. Grayscale: #757575. Windows color (decimal): -1813760 or 21476. OLE color: 21476.
HSL color Cylindrical-coordinate representation of color #E45300: hue angle of 21.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E45300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.11 |
| HSL | 21.84º | 1% | 0.45% | - |
| HSV(B) | 21.84º | 1% | 0.89% | - |
| XYZ | 35.09 | 22.68 | 2.53 | - |
| YUV | 116.89 | 62.04 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 0 | 0 | 0.64 | 1 | 0.11 | 21.84 | 1 | 0.45 |
| Hex | E4 | 53 | 0 | 0 | 40 | 64 | B | 16 | 64 | 2D |
| Octal | 344 | 123 | 0 | 0 | 100 | 144 | 13 | 26 | 144 | 55 |
| Binary | 11100100 | 1010011 | 0 | 0 | 1000000 | 1100100 | 1011 | 10110 | 1100100 | 101101 |
Color Harmonies of #E45300
Complementary color
Monochromatic Colors of #E45300
Black with #E45300
Text Example
Text Example
White with #E45300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45300; }
p { color: rgb(228,83,0); }
H1.HeaderClassName
{
color: #E45300;
}
.AnyTagClassName
{
color: #E45300;
}
</style>
background-color css
<style>
a { background-color: #E45300; }
a { background-color: rgb(228,83,0); }
div.DivClassName
{
background-color: #E45300;
}
.BgClassName
{
background-color: #E45300;
}
</style>
border-color css
<style>
span { border-color: #E45300; }
span { border-color: rgb(228,83,0); }
td.TdClassName
{
border-color: #E45300;
}
.TagClassName
{
border-color: #E45300;
}
</style>