Shades of Persimmon #E25706
Tints of Persimmon #E25706
RGB
CMYK
RGB Variations
Color information
#E25706 (or 0xE25706) is known color: Persimmon. HEX triplet: E2, 57 and 06. RGB value is (226,87,6). Sum of RGB (Red+Green+Blue) = 226+87+6=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E25706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25706 is #1DA8F9. Grayscale: #777777. Windows color (decimal): -1943802 or 415714. OLE color: 415714.
HSL color Cylindrical-coordinate representation of color #E25706: hue angle of 22.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E25706 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.11 |
| HSL | 22.09º | 0.95% | 0.45% | - |
| HSV(B) | 22.09º | 0.97% | 0.89% | - |
| XYZ | 34.81 | 23 | 2.78 | - |
| YUV | 119.33 | 64.05 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 6 | 0 | 0.62 | 0.97 | 0.11 | 22.09 | 0.95 | 0.45 |
| Hex | E2 | 57 | 6 | 0 | 3E | 61 | B | 16 | 5F | 2D |
| Octal | 342 | 127 | 6 | 0 | 76 | 141 | 13 | 26 | 137 | 55 |
| Binary | 11100010 | 1010111 | 110 | 0 | 111110 | 1100001 | 1011 | 10110 | 1011111 | 101101 |
Color Harmonies of #E25706
Complementary color
Monochromatic Colors of #E25706
Black with #E25706
Text Example
Text Example
White with #E25706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25706; }
p { color: rgb(226,87,6); }
H1.HeaderClassName
{
color: #E25706;
}
.AnyTagClassName
{
color: #E25706;
}
</style>
background-color css
<style>
a { background-color: #E25706; }
a { background-color: rgb(226,87,6); }
div.DivClassName
{
background-color: #E25706;
}
.BgClassName
{
background-color: #E25706;
}
</style>
border-color css
<style>
span { border-color: #E25706; }
span { border-color: rgb(226,87,6); }
td.TdClassName
{
border-color: #E25706;
}
.TagClassName
{
border-color: #E25706;
}
</style>