Shades of Persimmon #E25F01
Tints of Persimmon #E25F01
RGB
CMYK
RGB Variations
Color information
#E25F01 (or 0xE25F01) is known color: Persimmon. HEX triplet: E2, 5F and 01. RGB value is (226,95,1). Sum of RGB (Red+Green+Blue) = 226+95+1=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F01 is #1DA0FE. Grayscale: #7B7B7B. Windows color (decimal): -1941759 or 90082. OLE color: 90082.
HSL color Cylindrical-coordinate representation of color #E25F01: hue angle of 25.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E25F01 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.11 |
| HSL | 25.07º | 0.99% | 0.45% | - |
| HSV(B) | 25.07º | 1% | 0.89% | - |
| XYZ | 35.46 | 24.36 | 2.86 | - |
| YUV | 123.45 | 58.9 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 1 | 0 | 0.58 | 1.00 | 0.11 | 25.07 | 0.99 | 0.45 |
| Hex | E2 | 5F | 1 | 0 | 3A | 64 | B | 19 | 63 | 2D |
| Octal | 342 | 137 | 1 | 0 | 72 | 144 | 13 | 31 | 143 | 55 |
| Binary | 11100010 | 1011111 | 1 | 0 | 111010 | 1100100 | 1011 | 11001 | 1100011 | 101101 |
Color Harmonies of #E25F01
Complementary color
Monochromatic Colors of #E25F01
Black with #E25F01
Text Example
Text Example
White with #E25F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F01; }
p { color: rgb(226,95,1); }
H1.HeaderClassName
{
color: #E25F01;
}
.AnyTagClassName
{
color: #E25F01;
}
</style>
background-color css
<style>
a { background-color: #E25F01; }
a { background-color: rgb(226,95,1); }
div.DivClassName
{
background-color: #E25F01;
}
.BgClassName
{
background-color: #E25F01;
}
</style>
border-color css
<style>
span { border-color: #E25F01; }
span { border-color: rgb(226,95,1); }
td.TdClassName
{
border-color: #E25F01;
}
.TagClassName
{
border-color: #E25F01;
}
</style>