Shades of Persimmon #E54803
Tints of Persimmon #E54803
RGB
CMYK
RGB Variations
Color information
#E54803 (or 0xE54803) is known color: Persimmon. HEX triplet: E5, 48 and 03. RGB value is (229,72,3). Sum of RGB (Red+Green+Blue) = 229+72+3=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E54803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54803 is #1AB7FC. Grayscale: #6F6F6F. Windows color (decimal): -1751037 or 215269. OLE color: 215269.
HSL color Cylindrical-coordinate representation of color #E54803: hue angle of 18.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E54803 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.10 |
| HSL | 18.32º | 0.97% | 0.45% | - |
| HSV(B) | 18.32º | 0.99% | 0.9% | - |
| XYZ | 34.65 | 21.3 | 2.37 | - |
| YUV | 111.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 3 | 0 | 0.69 | 0.99 | 0.10 | 18.32 | 0.97 | 0.45 |
| Hex | E5 | 48 | 3 | 0 | 45 | 63 | A | 12 | 61 | 2D |
| Octal | 345 | 110 | 3 | 0 | 105 | 143 | 12 | 22 | 141 | 55 |
| Binary | 11100101 | 1001000 | 11 | 0 | 1000101 | 1100011 | 1010 | 10010 | 1100001 | 101101 |
Color Harmonies of #E54803
Complementary color
Monochromatic Colors of #E54803
Black with #E54803
Text Example
Text Example
White with #E54803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54803; }
p { color: rgb(229,72,3); }
H1.HeaderClassName
{
color: #E54803;
}
.AnyTagClassName
{
color: #E54803;
}
</style>
background-color css
<style>
a { background-color: #E54803; }
a { background-color: rgb(229,72,3); }
div.DivClassName
{
background-color: #E54803;
}
.BgClassName
{
background-color: #E54803;
}
</style>
border-color css
<style>
span { border-color: #E54803; }
span { border-color: rgb(229,72,3); }
td.TdClassName
{
border-color: #E54803;
}
.TagClassName
{
border-color: #E54803;
}
</style>