Shades of Persimmon #E46101
Tints of Persimmon #E46101
RGB
CMYK
RGB Variations
Color information
#E46101 (or 0xE46101) is known color: Persimmon. HEX triplet: E4, 61 and 01. RGB value is (228,97,1). Sum of RGB (Red+Green+Blue) = 228+97+1=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E46101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46101 is #1B9EFE. Grayscale: #7D7D7D. Windows color (decimal): -1810175 or 90596. OLE color: 90596.
HSL color Cylindrical-coordinate representation of color #E46101: hue angle of 25.37º 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 #E46101 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.11 |
| HSL | 25.37º | 0.99% | 0.45% | - |
| HSV(B) | 25.37º | 1% | 0.89% | - |
| XYZ | 36.28 | 25.05 | 2.95 | - |
| YUV | 125.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 1 | 0 | 0.57 | 1.00 | 0.11 | 25.37 | 0.99 | 0.45 |
| Hex | E4 | 61 | 1 | 0 | 39 | 64 | B | 19 | 63 | 2D |
| Octal | 344 | 141 | 1 | 0 | 71 | 144 | 13 | 31 | 143 | 55 |
| Binary | 11100100 | 1100001 | 1 | 0 | 111001 | 1100100 | 1011 | 11001 | 1100011 | 101101 |
Color Harmonies of #E46101
Complementary color
Monochromatic Colors of #E46101
Black with #E46101
Text Example
Text Example
White with #E46101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46101; }
p { color: rgb(228,97,1); }
H1.HeaderClassName
{
color: #E46101;
}
.AnyTagClassName
{
color: #E46101;
}
</style>
background-color css
<style>
a { background-color: #E46101; }
a { background-color: rgb(228,97,1); }
div.DivClassName
{
background-color: #E46101;
}
.BgClassName
{
background-color: #E46101;
}
</style>
border-color css
<style>
span { border-color: #E46101; }
span { border-color: rgb(228,97,1); }
td.TdClassName
{
border-color: #E46101;
}
.TagClassName
{
border-color: #E46101;
}
</style>