Shades of Persimmon #E54D03
Tints of Persimmon #E54D03
RGB
CMYK
RGB Variations
Color information
#E54D03 (or 0xE54D03) is known color: Persimmon. HEX triplet: E5, 4D and 03. RGB value is (229,77,3). Sum of RGB (Red+Green+Blue) = 229+77+3=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54D03 is #1AB2FC. Grayscale: #727272. Windows color (decimal): -1749757 or 216549. OLE color: 216549.
HSL color Cylindrical-coordinate representation of color #E54D03: hue angle of 19.65º 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 #E54D03 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.10 |
| HSL | 19.65º | 0.97% | 0.45% | - |
| HSV(B) | 19.65º | 0.99% | 0.9% | - |
| XYZ | 34.98 | 21.97 | 2.48 | - |
| YUV | 114.01 | 65.36 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 3 | 0 | 0.66 | 0.99 | 0.10 | 19.65 | 0.97 | 0.45 |
| Hex | E5 | 4D | 3 | 0 | 42 | 63 | A | 14 | 61 | 2D |
| Octal | 345 | 115 | 3 | 0 | 102 | 143 | 12 | 24 | 141 | 55 |
| Binary | 11100101 | 1001101 | 11 | 0 | 1000010 | 1100011 | 1010 | 10100 | 1100001 | 101101 |
Color Harmonies of #E54D03
Complementary color
Monochromatic Colors of #E54D03
Black with #E54D03
Text Example
Text Example
White with #E54D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D03; }
p { color: rgb(229,77,3); }
H1.HeaderClassName
{
color: #E54D03;
}
.AnyTagClassName
{
color: #E54D03;
}
</style>
background-color css
<style>
a { background-color: #E54D03; }
a { background-color: rgb(229,77,3); }
div.DivClassName
{
background-color: #E54D03;
}
.BgClassName
{
background-color: #E54D03;
}
</style>
border-color css
<style>
span { border-color: #E54D03; }
span { border-color: rgb(229,77,3); }
td.TdClassName
{
border-color: #E54D03;
}
.TagClassName
{
border-color: #E54D03;
}
</style>