Shades of Persimmon #E54D02
Tints of Persimmon #E54D02
RGB
CMYK
RGB Variations
Color information
#E54D02 (or 0xE54D02) is known color: Persimmon. HEX triplet: E5, 4D and 02. RGB value is (229,77,2). Sum of RGB (Red+Green+Blue) = 229+77+2=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54D02 is #1AB2FD. Grayscale: #727272. Windows color (decimal): -1749758 or 151013. OLE color: 151013.
HSL color Cylindrical-coordinate representation of color #E54D02: hue angle of 19.82º 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 #E54D02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.10 |
| HSL | 19.82º | 0.98% | 0.45% | - |
| HSV(B) | 19.82º | 0.99% | 0.9% | - |
| XYZ | 34.98 | 21.97 | 2.45 | - |
| YUV | 113.9 | 64.86 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 2 | 0 | 0.66 | 0.99 | 0.10 | 19.82 | 0.98 | 0.45 |
| Hex | E5 | 4D | 2 | 0 | 42 | 63 | A | 14 | 62 | 2D |
| Octal | 345 | 115 | 2 | 0 | 102 | 143 | 12 | 24 | 142 | 55 |
| Binary | 11100101 | 1001101 | 10 | 0 | 1000010 | 1100011 | 1010 | 10100 | 1100010 | 101101 |
Color Harmonies of #E54D02
Complementary color
Monochromatic Colors of #E54D02
Black with #E54D02
Text Example
Text Example
White with #E54D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D02; }
p { color: rgb(229,77,2); }
H1.HeaderClassName
{
color: #E54D02;
}
.AnyTagClassName
{
color: #E54D02;
}
</style>
background-color css
<style>
a { background-color: #E54D02; }
a { background-color: rgb(229,77,2); }
div.DivClassName
{
background-color: #E54D02;
}
.BgClassName
{
background-color: #E54D02;
}
</style>
border-color css
<style>
span { border-color: #E54D02; }
span { border-color: rgb(229,77,2); }
td.TdClassName
{
border-color: #E54D02;
}
.TagClassName
{
border-color: #E54D02;
}
</style>