Shades of Persimmon #E46001
Tints of Persimmon #E46001
RGB
CMYK
RGB Variations
Color information
#E46001 (or 0xE46001) is known color: Persimmon. HEX triplet: E4, 60 and 01. RGB value is (228,96,1). Sum of RGB (Red+Green+Blue) = 228+96+1=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E46001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46001 is #1B9FFE. Grayscale: #7D7D7D. Windows color (decimal): -1810431 or 90340. OLE color: 90340.
HSL color Cylindrical-coordinate representation of color #E46001: hue angle of 25.11º 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 #E46001 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.11 |
| HSL | 25.11º | 0.99% | 0.45% | - |
| HSV(B) | 25.11º | 1% | 0.89% | - |
| XYZ | 36.18 | 24.86 | 2.92 | - |
| YUV | 124.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 1 | 0 | 0.58 | 1.00 | 0.11 | 25.11 | 0.99 | 0.45 |
| Hex | E4 | 60 | 1 | 0 | 3A | 64 | B | 19 | 63 | 2D |
| Octal | 344 | 140 | 1 | 0 | 72 | 144 | 13 | 31 | 143 | 55 |
| Binary | 11100100 | 1100000 | 1 | 0 | 111010 | 1100100 | 1011 | 11001 | 1100011 | 101101 |
Color Harmonies of #E46001
Complementary color
Monochromatic Colors of #E46001
Black with #E46001
Text Example
Text Example
White with #E46001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46001; }
p { color: rgb(228,96,1); }
H1.HeaderClassName
{
color: #E46001;
}
.AnyTagClassName
{
color: #E46001;
}
</style>
background-color css
<style>
a { background-color: #E46001; }
a { background-color: rgb(228,96,1); }
div.DivClassName
{
background-color: #E46001;
}
.BgClassName
{
background-color: #E46001;
}
</style>
border-color css
<style>
span { border-color: #E46001; }
span { border-color: rgb(228,96,1); }
td.TdClassName
{
border-color: #E46001;
}
.TagClassName
{
border-color: #E46001;
}
</style>