Shades of Persimmon #E25F05
Tints of Persimmon #E25F05
RGB
CMYK
RGB Variations
Color information
#E25F05 (or 0xE25F05) is known color: Persimmon. HEX triplet: E2, 5F and 05. RGB value is (226,95,5). Sum of RGB (Red+Green+Blue) = 226+95+5=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F05 is #1DA0FA. Grayscale: #7C7C7C. Windows color (decimal): -1941755 or 352226. OLE color: 352226.
HSL color Cylindrical-coordinate representation of color #E25F05: hue angle of 24.43º degrees, saturation: 0.96, 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 #E25F05 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.11 |
| HSL | 24.43º | 0.96% | 0.45% | - |
| HSV(B) | 24.43º | 0.98% | 0.89% | - |
| XYZ | 35.48 | 24.36 | 2.98 | - |
| YUV | 123.91 | 60.9 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 5 | 0 | 0.58 | 0.98 | 0.11 | 24.43 | 0.96 | 0.45 |
| Hex | E2 | 5F | 5 | 0 | 3A | 62 | B | 18 | 60 | 2D |
| Octal | 342 | 137 | 5 | 0 | 72 | 142 | 13 | 30 | 140 | 55 |
| Binary | 11100010 | 1011111 | 101 | 0 | 111010 | 1100010 | 1011 | 11000 | 1100000 | 101101 |
Color Harmonies of #E25F05
Complementary color
Monochromatic Colors of #E25F05
Black with #E25F05
Text Example
Text Example
White with #E25F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F05; }
p { color: rgb(226,95,5); }
H1.HeaderClassName
{
color: #E25F05;
}
.AnyTagClassName
{
color: #E25F05;
}
</style>
background-color css
<style>
a { background-color: #E25F05; }
a { background-color: rgb(226,95,5); }
div.DivClassName
{
background-color: #E25F05;
}
.BgClassName
{
background-color: #E25F05;
}
</style>
border-color css
<style>
span { border-color: #E25F05; }
span { border-color: rgb(226,95,5); }
td.TdClassName
{
border-color: #E25F05;
}
.TagClassName
{
border-color: #E25F05;
}
</style>