Shades of Persimmon #E54C03
Tints of Persimmon #E54C03
RGB
CMYK
RGB Variations
Color information
#E54C03 (or 0xE54C03) is known color: Persimmon. HEX triplet: E5, 4C and 03. RGB value is (229,76,3). Sum of RGB (Red+Green+Blue) = 229+76+3=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54C03 is #1AB3FC. Grayscale: #717171. Windows color (decimal): -1750013 or 216293. OLE color: 216293.
HSL color Cylindrical-coordinate representation of color #E54C03: hue angle of 19.38º 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 #E54C03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.10 |
| HSL | 19.38º | 0.97% | 0.45% | - |
| HSV(B) | 19.38º | 0.99% | 0.9% | - |
| XYZ | 34.91 | 21.83 | 2.46 | - |
| YUV | 113.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 3 | 0 | 0.67 | 0.99 | 0.10 | 19.38 | 0.97 | 0.45 |
| Hex | E5 | 4C | 3 | 0 | 43 | 63 | A | 13 | 61 | 2D |
| Octal | 345 | 114 | 3 | 0 | 103 | 143 | 12 | 23 | 141 | 55 |
| Binary | 11100101 | 1001100 | 11 | 0 | 1000011 | 1100011 | 1010 | 10011 | 1100001 | 101101 |
Color Harmonies of #E54C03
Complementary color
Monochromatic Colors of #E54C03
Black with #E54C03
Text Example
Text Example
White with #E54C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C03; }
p { color: rgb(229,76,3); }
H1.HeaderClassName
{
color: #E54C03;
}
.AnyTagClassName
{
color: #E54C03;
}
</style>
background-color css
<style>
a { background-color: #E54C03; }
a { background-color: rgb(229,76,3); }
div.DivClassName
{
background-color: #E54C03;
}
.BgClassName
{
background-color: #E54C03;
}
</style>
border-color css
<style>
span { border-color: #E54C03; }
span { border-color: rgb(229,76,3); }
td.TdClassName
{
border-color: #E54C03;
}
.TagClassName
{
border-color: #E54C03;
}
</style>