Shades of Persimmon #E25D04
Tints of Persimmon #E25D04
RGB
CMYK
RGB Variations
Color information
#E25D04 (or 0xE25D04) is known color: Persimmon. HEX triplet: E2, 5D and 04. RGB value is (226,93,4). Sum of RGB (Red+Green+Blue) = 226+93+4=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25D04 is #1DA2FB. Grayscale: #7B7B7B. Windows color (decimal): -1942268 or 286178. OLE color: 286178.
HSL color Cylindrical-coordinate representation of color #E25D04: hue angle of 24.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E25D04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.11 |
| HSL | 24.05º | 0.97% | 0.45% | - |
| HSV(B) | 24.05º | 0.98% | 0.89% | - |
| XYZ | 35.3 | 24.01 | 2.89 | - |
| YUV | 122.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 4 | 0 | 0.59 | 0.98 | 0.11 | 24.05 | 0.97 | 0.45 |
| Hex | E2 | 5D | 4 | 0 | 3B | 62 | B | 18 | 61 | 2D |
| Octal | 342 | 135 | 4 | 0 | 73 | 142 | 13 | 30 | 141 | 55 |
| Binary | 11100010 | 1011101 | 100 | 0 | 111011 | 1100010 | 1011 | 11000 | 1100001 | 101101 |
Color Harmonies of #E25D04
Complementary color
Monochromatic Colors of #E25D04
Black with #E25D04
Text Example
Text Example
White with #E25D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D04; }
p { color: rgb(226,93,4); }
H1.HeaderClassName
{
color: #E25D04;
}
.AnyTagClassName
{
color: #E25D04;
}
</style>
background-color css
<style>
a { background-color: #E25D04; }
a { background-color: rgb(226,93,4); }
div.DivClassName
{
background-color: #E25D04;
}
.BgClassName
{
background-color: #E25D04;
}
</style>
border-color css
<style>
span { border-color: #E25D04; }
span { border-color: rgb(226,93,4); }
td.TdClassName
{
border-color: #E25D04;
}
.TagClassName
{
border-color: #E25D04;
}
</style>