Shades of Persimmon #E45D00
Tints of Persimmon #E45D00
RGB
CMYK
RGB Variations
Color information
#E45D00 (or 0xE45D00) is known color: Persimmon. HEX triplet: E4, 5D and 00. RGB value is (228,93,0). Sum of RGB (Red+Green+Blue) = 228+93+0=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45D00 is #1BA2FF. Grayscale: #7B7B7B. Windows color (decimal): -1811200 or 24036. OLE color: 24036.
HSL color Cylindrical-coordinate representation of color #E45D00: hue angle of 24.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E45D00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.11 |
| HSL | 24.47º | 1% | 0.45% | - |
| HSV(B) | 24.47º | 1% | 0.89% | - |
| XYZ | 35.91 | 24.32 | 2.8 | - |
| YUV | 122.76 | 58.73 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 0 | 0 | 0.59 | 1 | 0.11 | 24.47 | 1 | 0.45 |
| Hex | E4 | 5D | 0 | 0 | 3B | 64 | B | 18 | 64 | 2D |
| Octal | 344 | 135 | 0 | 0 | 73 | 144 | 13 | 30 | 144 | 55 |
| Binary | 11100100 | 1011101 | 0 | 0 | 111011 | 1100100 | 1011 | 11000 | 1100100 | 101101 |
Color Harmonies of #E45D00
Complementary color
Monochromatic Colors of #E45D00
Black with #E45D00
Text Example
Text Example
White with #E45D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D00; }
p { color: rgb(228,93,0); }
H1.HeaderClassName
{
color: #E45D00;
}
.AnyTagClassName
{
color: #E45D00;
}
</style>
background-color css
<style>
a { background-color: #E45D00; }
a { background-color: rgb(228,93,0); }
div.DivClassName
{
background-color: #E45D00;
}
.BgClassName
{
background-color: #E45D00;
}
</style>
border-color css
<style>
span { border-color: #E45D00; }
span { border-color: rgb(228,93,0); }
td.TdClassName
{
border-color: #E45D00;
}
.TagClassName
{
border-color: #E45D00;
}
</style>