Shades of Persimmon #E25002
Tints of Persimmon #E25002
RGB
CMYK
RGB Variations
Color information
#E25002 (or 0xE25002) is known color: Persimmon. HEX triplet: E2, 50 and 02. RGB value is (226,80,2). Sum of RGB (Red+Green+Blue) = 226+80+2=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E25002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25002 is #1DAFFD. Grayscale: #737373. Windows color (decimal): -1945598 or 151778. OLE color: 151778.
HSL color Cylindrical-coordinate representation of color #E25002: hue angle of 20.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E25002 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.11 |
| HSL | 20.89º | 0.98% | 0.45% | - |
| HSV(B) | 20.89º | 0.99% | 0.89% | - |
| XYZ | 34.24 | 21.91 | 2.48 | - |
| YUV | 114.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 2 | 0 | 0.65 | 0.99 | 0.11 | 20.89 | 0.98 | 0.45 |
| Hex | E2 | 50 | 2 | 0 | 41 | 63 | B | 15 | 62 | 2D |
| Octal | 342 | 120 | 2 | 0 | 101 | 143 | 13 | 25 | 142 | 55 |
| Binary | 11100010 | 1010000 | 10 | 0 | 1000001 | 1100011 | 1011 | 10101 | 1100010 | 101101 |
Color Harmonies of #E25002
Complementary color
Monochromatic Colors of #E25002
Black with #E25002
Text Example
Text Example
White with #E25002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25002; }
p { color: rgb(226,80,2); }
H1.HeaderClassName
{
color: #E25002;
}
.AnyTagClassName
{
color: #E25002;
}
</style>
background-color css
<style>
a { background-color: #E25002; }
a { background-color: rgb(226,80,2); }
div.DivClassName
{
background-color: #E25002;
}
.BgClassName
{
background-color: #E25002;
}
</style>
border-color css
<style>
span { border-color: #E25002; }
span { border-color: rgb(226,80,2); }
td.TdClassName
{
border-color: #E25002;
}
.TagClassName
{
border-color: #E25002;
}
</style>