Shades of Persimmon #E25705
Tints of Persimmon #E25705
RGB
CMYK
RGB Variations
Color information
#E25705 (or 0xE25705) is known color: Persimmon. HEX triplet: E2, 57 and 05. RGB value is (226,87,5). Sum of RGB (Red+Green+Blue) = 226+87+5=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E25705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25705 is #1DA8FA. Grayscale: #777777. Windows color (decimal): -1943803 or 350178. OLE color: 350178.
HSL color Cylindrical-coordinate representation of color #E25705: hue angle of 22.26º 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 #E25705 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.11 |
| HSL | 22.26º | 0.96% | 0.45% | - |
| HSV(B) | 22.26º | 0.98% | 0.89% | - |
| XYZ | 34.8 | 23 | 2.75 | - |
| YUV | 119.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 5 | 0 | 0.62 | 0.98 | 0.11 | 22.26 | 0.96 | 0.45 |
| Hex | E2 | 57 | 5 | 0 | 3E | 62 | B | 16 | 60 | 2D |
| Octal | 342 | 127 | 5 | 0 | 76 | 142 | 13 | 26 | 140 | 55 |
| Binary | 11100010 | 1010111 | 101 | 0 | 111110 | 1100010 | 1011 | 10110 | 1100000 | 101101 |
Color Harmonies of #E25705
Complementary color
Monochromatic Colors of #E25705
Black with #E25705
Text Example
Text Example
White with #E25705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25705; }
p { color: rgb(226,87,5); }
H1.HeaderClassName
{
color: #E25705;
}
.AnyTagClassName
{
color: #E25705;
}
</style>
background-color css
<style>
a { background-color: #E25705; }
a { background-color: rgb(226,87,5); }
div.DivClassName
{
background-color: #E25705;
}
.BgClassName
{
background-color: #E25705;
}
</style>
border-color css
<style>
span { border-color: #E25705; }
span { border-color: rgb(226,87,5); }
td.TdClassName
{
border-color: #E25705;
}
.TagClassName
{
border-color: #E25705;
}
</style>