Shades of Persimmon #E25318
Tints of Persimmon #E25318
RGB
CMYK
RGB Variations
Color information
#E25318 (or 0xE25318) is known color: Persimmon. HEX triplet: E2, 53 and 18. RGB value is (226,83,24). Sum of RGB (Red+Green+Blue) = 226+83+24=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E25318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25318 is #1DACE7. Grayscale: #777777. Windows color (decimal): -1944808 or 1594338. OLE color: 1594338.
HSL color Cylindrical-coordinate representation of color #E25318: hue angle of 17.52º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E25318 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 24 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.11 |
| HSL | 17.52º | 0.81% | 0.49% | - |
| HSV(B) | 17.52º | 0.89% | 0.89% | - |
| XYZ | 34.62 | 22.42 | 3.37 | - |
| YUV | 119.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 24 | 0 | 0.63 | 0.89 | 0.11 | 17.52 | 0.81 | 0.49 |
| Hex | E2 | 53 | 18 | 0 | 3F | 59 | B | 12 | 51 | 31 |
| Octal | 342 | 123 | 30 | 0 | 77 | 131 | 13 | 22 | 121 | 61 |
| Binary | 11100010 | 1010011 | 11000 | 0 | 111111 | 1011001 | 1011 | 10010 | 1010001 | 110001 |
Color Harmonies of #E25318
Complementary color
Monochromatic Colors of #E25318
Black with #E25318
Text Example
Text Example
White with #E25318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25318; }
p { color: rgb(226,83,24); }
H1.HeaderClassName
{
color: #E25318;
}
.AnyTagClassName
{
color: #E25318;
}
</style>
background-color css
<style>
a { background-color: #E25318; }
a { background-color: rgb(226,83,24); }
div.DivClassName
{
background-color: #E25318;
}
.BgClassName
{
background-color: #E25318;
}
</style>
border-color css
<style>
span { border-color: #E25318; }
span { border-color: rgb(226,83,24); }
td.TdClassName
{
border-color: #E25318;
}
.TagClassName
{
border-color: #E25318;
}
</style>