Shades of Persimmon #E25C00
Tints of Persimmon #E25C00
RGB
CMYK
RGB Variations
Color information
#E25C00 (or 0xE25C00) is known color: Persimmon. HEX triplet: E2, 5C and 00. RGB value is (226,92,0). Sum of RGB (Red+Green+Blue) = 226+92+0=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25C00 is #1DA3FF. Grayscale: #7A7A7A. Windows color (decimal): -1942528 or 23778. OLE color: 23778.
HSL color Cylindrical-coordinate representation of color #E25C00: hue angle of 24.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E25C00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.11 |
| HSL | 24.42º | 1% | 0.44% | - |
| HSV(B) | 24.42º | 1% | 0.89% | - |
| XYZ | 35.19 | 23.82 | 2.74 | - |
| YUV | 121.58 | 59.39 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 0 | 0 | 0.59 | 1 | 0.11 | 24.42 | 1 | 0.44 |
| Hex | E2 | 5C | 0 | 0 | 3B | 64 | B | 18 | 64 | 2C |
| Octal | 342 | 134 | 0 | 0 | 73 | 144 | 13 | 30 | 144 | 54 |
| Binary | 11100010 | 1011100 | 0 | 0 | 111011 | 1100100 | 1011 | 11000 | 1100100 | 101100 |
Color Harmonies of #E25C00
Complementary color
Monochromatic Colors of #E25C00
Black with #E25C00
Text Example
Text Example
White with #E25C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C00; }
p { color: rgb(226,92,0); }
H1.HeaderClassName
{
color: #E25C00;
}
.AnyTagClassName
{
color: #E25C00;
}
</style>
background-color css
<style>
a { background-color: #E25C00; }
a { background-color: rgb(226,92,0); }
div.DivClassName
{
background-color: #E25C00;
}
.BgClassName
{
background-color: #E25C00;
}
</style>
border-color css
<style>
span { border-color: #E25C00; }
span { border-color: rgb(226,92,0); }
td.TdClassName
{
border-color: #E25C00;
}
.TagClassName
{
border-color: #E25C00;
}
</style>