Shades of Persimmon #E45201
Tints of Persimmon #E45201
RGB
CMYK
RGB Variations
Color information
#E45201 (or 0xE45201) is known color: Persimmon. HEX triplet: E4, 52 and 01. RGB value is (228,82,1). Sum of RGB (Red+Green+Blue) = 228+82+1=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E45201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45201 is #1BADFE. Grayscale: #747474. Windows color (decimal): -1814015 or 86756. OLE color: 86756.
HSL color Cylindrical-coordinate representation of color #E45201: hue angle of 21.41º 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 #E45201 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.11 |
| HSL | 21.41º | 0.99% | 0.45% | - |
| HSV(B) | 21.41º | 1% | 0.89% | - |
| XYZ | 35.02 | 22.53 | 2.53 | - |
| YUV | 116.42 | 62.87 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 1 | 0 | 0.64 | 1.00 | 0.11 | 21.41 | 0.99 | 0.45 |
| Hex | E4 | 52 | 1 | 0 | 40 | 64 | B | 15 | 63 | 2D |
| Octal | 344 | 122 | 1 | 0 | 100 | 144 | 13 | 25 | 143 | 55 |
| Binary | 11100100 | 1010010 | 1 | 0 | 1000000 | 1100100 | 1011 | 10101 | 1100011 | 101101 |
Color Harmonies of #E45201
Complementary color
Monochromatic Colors of #E45201
Black with #E45201
Text Example
Text Example
White with #E45201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45201; }
p { color: rgb(228,82,1); }
H1.HeaderClassName
{
color: #E45201;
}
.AnyTagClassName
{
color: #E45201;
}
</style>
background-color css
<style>
a { background-color: #E45201; }
a { background-color: rgb(228,82,1); }
div.DivClassName
{
background-color: #E45201;
}
.BgClassName
{
background-color: #E45201;
}
</style>
border-color css
<style>
span { border-color: #E45201; }
span { border-color: rgb(228,82,1); }
td.TdClassName
{
border-color: #E45201;
}
.TagClassName
{
border-color: #E45201;
}
</style>