Shades of Persimmon #E45A07
Tints of Persimmon #E45A07
RGB
CMYK
RGB Variations
Color information
#E45A07 (or 0xE45A07) is known color: Persimmon. HEX triplet: E4, 5A and 07. RGB value is (228,90,7). Sum of RGB (Red+Green+Blue) = 228+90+7=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45A07 is #1BA5F8. Grayscale: #7A7A7A. Windows color (decimal): -1811961 or 482020. OLE color: 482020.
HSL color Cylindrical-coordinate representation of color #E45A07: hue angle of 22.53º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E45A07 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.11 |
| HSL | 22.53º | 0.94% | 0.46% | - |
| HSV(B) | 22.53º | 0.97% | 0.89% | - |
| XYZ | 35.69 | 23.82 | 2.92 | - |
| YUV | 121.8 | 63.22 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 7 | 0 | 0.61 | 0.97 | 0.11 | 22.53 | 0.94 | 0.46 |
| Hex | E4 | 5A | 7 | 0 | 3D | 61 | B | 17 | 5E | 2E |
| Octal | 344 | 132 | 7 | 0 | 75 | 141 | 13 | 27 | 136 | 56 |
| Binary | 11100100 | 1011010 | 111 | 0 | 111101 | 1100001 | 1011 | 10111 | 1011110 | 101110 |
Color Harmonies of #E45A07
Complementary color
Monochromatic Colors of #E45A07
Black with #E45A07
Text Example
Text Example
White with #E45A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A07; }
p { color: rgb(228,90,7); }
H1.HeaderClassName
{
color: #E45A07;
}
.AnyTagClassName
{
color: #E45A07;
}
</style>
background-color css
<style>
a { background-color: #E45A07; }
a { background-color: rgb(228,90,7); }
div.DivClassName
{
background-color: #E45A07;
}
.BgClassName
{
background-color: #E45A07;
}
</style>
border-color css
<style>
span { border-color: #E45A07; }
span { border-color: rgb(228,90,7); }
td.TdClassName
{
border-color: #E45A07;
}
.TagClassName
{
border-color: #E45A07;
}
</style>