Shades of Persimmon #E54C02
Tints of Persimmon #E54C02
RGB
CMYK
RGB Variations
Color information
#E54C02 (or 0xE54C02) is known color: Persimmon. HEX triplet: E5, 4C and 02. RGB value is (229,76,2). Sum of RGB (Red+Green+Blue) = 229+76+2=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54C02 is #1AB3FD. Grayscale: #717171. Windows color (decimal): -1750014 or 150757. OLE color: 150757.
HSL color Cylindrical-coordinate representation of color #E54C02: hue angle of 19.56º degrees, saturation: 0.98, 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 #E54C02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.10 |
| HSL | 19.56º | 0.98% | 0.45% | - |
| HSV(B) | 19.56º | 0.99% | 0.9% | - |
| XYZ | 34.91 | 21.83 | 2.43 | - |
| YUV | 113.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 2 | 0 | 0.67 | 0.99 | 0.10 | 19.56 | 0.98 | 0.45 |
| Hex | E5 | 4C | 2 | 0 | 43 | 63 | A | 14 | 62 | 2D |
| Octal | 345 | 114 | 2 | 0 | 103 | 143 | 12 | 24 | 142 | 55 |
| Binary | 11100101 | 1001100 | 10 | 0 | 1000011 | 1100011 | 1010 | 10100 | 1100010 | 101101 |
Color Harmonies of #E54C02
Complementary color
Monochromatic Colors of #E54C02
Black with #E54C02
Text Example
Text Example
White with #E54C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C02; }
p { color: rgb(229,76,2); }
H1.HeaderClassName
{
color: #E54C02;
}
.AnyTagClassName
{
color: #E54C02;
}
</style>
background-color css
<style>
a { background-color: #E54C02; }
a { background-color: rgb(229,76,2); }
div.DivClassName
{
background-color: #E54C02;
}
.BgClassName
{
background-color: #E54C02;
}
</style>
border-color css
<style>
span { border-color: #E54C02; }
span { border-color: rgb(229,76,2); }
td.TdClassName
{
border-color: #E54C02;
}
.TagClassName
{
border-color: #E54C02;
}
</style>