Shades of Persimmon #E45301
Tints of Persimmon #E45301
RGB
CMYK
RGB Variations
Color information
#E45301 (or 0xE45301) is known color: Persimmon. HEX triplet: E4, 53 and 01. RGB value is (228,83,1). Sum of RGB (Red+Green+Blue) = 228+83+1=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E45301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45301 is #1BACFE. Grayscale: #757575. Windows color (decimal): -1813759 or 87012. OLE color: 87012.
HSL color Cylindrical-coordinate representation of color #E45301: hue angle of 21.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E45301 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.11 |
| HSL | 21.67º | 0.99% | 0.45% | - |
| HSV(B) | 21.67º | 1% | 0.89% | - |
| XYZ | 35.09 | 22.68 | 2.56 | - |
| YUV | 117.01 | 62.54 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 1 | 0 | 0.64 | 1.00 | 0.11 | 21.67 | 0.99 | 0.45 |
| Hex | E4 | 53 | 1 | 0 | 40 | 64 | B | 16 | 63 | 2D |
| Octal | 344 | 123 | 1 | 0 | 100 | 144 | 13 | 26 | 143 | 55 |
| Binary | 11100100 | 1010011 | 1 | 0 | 1000000 | 1100100 | 1011 | 10110 | 1100011 | 101101 |
Color Harmonies of #E45301
Complementary color
Monochromatic Colors of #E45301
Black with #E45301
Text Example
Text Example
White with #E45301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45301; }
p { color: rgb(228,83,1); }
H1.HeaderClassName
{
color: #E45301;
}
.AnyTagClassName
{
color: #E45301;
}
</style>
background-color css
<style>
a { background-color: #E45301; }
a { background-color: rgb(228,83,1); }
div.DivClassName
{
background-color: #E45301;
}
.BgClassName
{
background-color: #E45301;
}
</style>
border-color css
<style>
span { border-color: #E45301; }
span { border-color: rgb(228,83,1); }
td.TdClassName
{
border-color: #E45301;
}
.TagClassName
{
border-color: #E45301;
}
</style>