Shades of Persimmon #E54102
Tints of Persimmon #E54102
RGB
CMYK
RGB Variations
Color information
#E54102 (or 0xE54102) is known color: Persimmon. HEX triplet: E5, 41 and 02. RGB value is (229,65,2). Sum of RGB (Red+Green+Blue) = 229+65+2=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E54102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54102 is #1ABEFD. Grayscale: #6B6B6B. Windows color (decimal): -1752830 or 147941. OLE color: 147941.
HSL color Cylindrical-coordinate representation of color #E54102: hue angle of 16.65º 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 #E54102 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.10 |
| HSL | 16.65º | 0.98% | 0.45% | - |
| HSV(B) | 16.65º | 0.99% | 0.9% | - |
| XYZ | 34.21 | 20.44 | 2.2 | - |
| YUV | 106.85 | 68.83 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 2 | 0 | 0.72 | 0.99 | 0.10 | 16.65 | 0.98 | 0.45 |
| Hex | E5 | 41 | 2 | 0 | 48 | 63 | A | 11 | 62 | 2D |
| Octal | 345 | 101 | 2 | 0 | 110 | 143 | 12 | 21 | 142 | 55 |
| Binary | 11100101 | 1000001 | 10 | 0 | 1001000 | 1100011 | 1010 | 10001 | 1100010 | 101101 |
Color Harmonies of #E54102
Complementary color
Monochromatic Colors of #E54102
Black with #E54102
Text Example
Text Example
White with #E54102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54102; }
p { color: rgb(229,65,2); }
H1.HeaderClassName
{
color: #E54102;
}
.AnyTagClassName
{
color: #E54102;
}
</style>
background-color css
<style>
a { background-color: #E54102; }
a { background-color: rgb(229,65,2); }
div.DivClassName
{
background-color: #E54102;
}
.BgClassName
{
background-color: #E54102;
}
</style>
border-color css
<style>
span { border-color: #E54102; }
span { border-color: rgb(229,65,2); }
td.TdClassName
{
border-color: #E54102;
}
.TagClassName
{
border-color: #E54102;
}
</style>