Shades of Persimmon #E25902
Tints of Persimmon #E25902
RGB
CMYK
RGB Variations
Color information
#E25902 (or 0xE25902) is known color: Persimmon. HEX triplet: E2, 59 and 02. RGB value is (226,89,2). Sum of RGB (Red+Green+Blue) = 226+89+2=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E25902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25902 is #1DA6FD. Grayscale: #787878. Windows color (decimal): -1943294 or 154082. OLE color: 154082.
HSL color Cylindrical-coordinate representation of color #E25902: hue angle of 23.3º 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 #E25902 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.11 |
| HSL | 23.3º | 0.98% | 0.45% | - |
| HSV(B) | 23.3º | 0.99% | 0.89% | - |
| XYZ | 34.95 | 23.32 | 2.72 | - |
| YUV | 120.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 2 | 0 | 0.61 | 0.99 | 0.11 | 23.3 | 0.98 | 0.45 |
| Hex | E2 | 59 | 2 | 0 | 3D | 63 | B | 17 | 62 | 2D |
| Octal | 342 | 131 | 2 | 0 | 75 | 143 | 13 | 27 | 142 | 55 |
| Binary | 11100010 | 1011001 | 10 | 0 | 111101 | 1100011 | 1011 | 10111 | 1100010 | 101101 |
Color Harmonies of #E25902
Complementary color
Monochromatic Colors of #E25902
Black with #E25902
Text Example
Text Example
White with #E25902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25902; }
p { color: rgb(226,89,2); }
H1.HeaderClassName
{
color: #E25902;
}
.AnyTagClassName
{
color: #E25902;
}
</style>
background-color css
<style>
a { background-color: #E25902; }
a { background-color: rgb(226,89,2); }
div.DivClassName
{
background-color: #E25902;
}
.BgClassName
{
background-color: #E25902;
}
</style>
border-color css
<style>
span { border-color: #E25902; }
span { border-color: rgb(226,89,2); }
td.TdClassName
{
border-color: #E25902;
}
.TagClassName
{
border-color: #E25902;
}
</style>