Shades of Persimmon #E25E03
Tints of Persimmon #E25E03
RGB
CMYK
RGB Variations
Color information
#E25E03 (or 0xE25E03) is known color: Persimmon. HEX triplet: E2, 5E and 03. RGB value is (226,94,3). Sum of RGB (Red+Green+Blue) = 226+94+3=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E03 is #1DA1FC. Grayscale: #7B7B7B. Windows color (decimal): -1942013 or 220898. OLE color: 220898.
HSL color Cylindrical-coordinate representation of color #E25E03: hue angle of 24.48º degrees, saturation: 0.97, 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 #E25E03 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.11 |
| HSL | 24.48º | 0.97% | 0.45% | - |
| HSV(B) | 24.48º | 0.99% | 0.89% | - |
| XYZ | 35.38 | 24.18 | 2.89 | - |
| YUV | 123.09 | 60.23 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 3 | 0 | 0.58 | 0.99 | 0.11 | 24.48 | 0.97 | 0.45 |
| Hex | E2 | 5E | 3 | 0 | 3A | 63 | B | 18 | 61 | 2D |
| Octal | 342 | 136 | 3 | 0 | 72 | 143 | 13 | 30 | 141 | 55 |
| Binary | 11100010 | 1011110 | 11 | 0 | 111010 | 1100011 | 1011 | 11000 | 1100001 | 101101 |
Color Harmonies of #E25E03
Complementary color
Monochromatic Colors of #E25E03
Black with #E25E03
Text Example
Text Example
White with #E25E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E03; }
p { color: rgb(226,94,3); }
H1.HeaderClassName
{
color: #E25E03;
}
.AnyTagClassName
{
color: #E25E03;
}
</style>
background-color css
<style>
a { background-color: #E25E03; }
a { background-color: rgb(226,94,3); }
div.DivClassName
{
background-color: #E25E03;
}
.BgClassName
{
background-color: #E25E03;
}
</style>
border-color css
<style>
span { border-color: #E25E03; }
span { border-color: rgb(226,94,3); }
td.TdClassName
{
border-color: #E25E03;
}
.TagClassName
{
border-color: #E25E03;
}
</style>