Shades of Persimmon #E25A0D
Tints of Persimmon #E25A0D
RGB
CMYK
RGB Variations
Color information
#E25A0D (or 0xE25A0D) is known color: Persimmon. HEX triplet: E2, 5A and 0D. RGB value is (226,90,13). Sum of RGB (Red+Green+Blue) = 226+90+13=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25A0D is #1DA5F2. Grayscale: #7A7A7A. Windows color (decimal): -1943027 or 875234. OLE color: 875234.
HSL color Cylindrical-coordinate representation of color #E25A0D: hue angle of 21.69º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E25A0D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.11 |
| HSL | 21.69º | 0.89% | 0.47% | - |
| HSV(B) | 21.69º | 0.94% | 0.89% | - |
| XYZ | 35.09 | 23.51 | 3.07 | - |
| YUV | 121.89 | 66.56 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 13 | 0 | 0.60 | 0.94 | 0.11 | 21.69 | 0.89 | 0.47 |
| Hex | E2 | 5A | D | 0 | 3C | 5E | B | 16 | 59 | 2F |
| Octal | 342 | 132 | 15 | 0 | 74 | 136 | 13 | 26 | 131 | 57 |
| Binary | 11100010 | 1011010 | 1101 | 0 | 111100 | 1011110 | 1011 | 10110 | 1011001 | 101111 |
Color Harmonies of #E25A0D
Complementary color
Monochromatic Colors of #E25A0D
Black with #E25A0D
Text Example
Text Example
White with #E25A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A0D; }
p { color: rgb(226,90,13); }
H1.HeaderClassName
{
color: #E25A0D;
}
.AnyTagClassName
{
color: #E25A0D;
}
</style>
background-color css
<style>
a { background-color: #E25A0D; }
a { background-color: rgb(226,90,13); }
div.DivClassName
{
background-color: #E25A0D;
}
.BgClassName
{
background-color: #E25A0D;
}
</style>
border-color css
<style>
span { border-color: #E25A0D; }
span { border-color: rgb(226,90,13); }
td.TdClassName
{
border-color: #E25A0D;
}
.TagClassName
{
border-color: #E25A0D;
}
</style>