Shades of Persimmon #E46301
Tints of Persimmon #E46301
RGB
CMYK
RGB Variations
Color information
#E46301 (or 0xE46301) is known color: Persimmon. HEX triplet: E4, 63 and 01. RGB value is (228,99,1). Sum of RGB (Red+Green+Blue) = 228+99+1=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E46301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46301 is #1B9CFE. Grayscale: #7E7E7E. Windows color (decimal): -1809663 or 91108. OLE color: 91108.
HSL color Cylindrical-coordinate representation of color #E46301: hue angle of 25.9º 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 #E46301 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 99 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.11 |
| HSL | 25.9º | 0.99% | 0.45% | - |
| HSV(B) | 25.9º | 1% | 0.89% | - |
| XYZ | 36.46 | 25.42 | 3.01 | - |
| YUV | 126.4 | 57.24 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 99 | 1 | 0 | 0.57 | 1.00 | 0.11 | 25.9 | 0.99 | 0.45 |
| Hex | E4 | 63 | 1 | 0 | 39 | 64 | B | 1A | 63 | 2D |
| Octal | 344 | 143 | 1 | 0 | 71 | 144 | 13 | 32 | 143 | 55 |
| Binary | 11100100 | 1100011 | 1 | 0 | 111001 | 1100100 | 1011 | 11010 | 1100011 | 101101 |
Color Harmonies of #E46301
Complementary color
Monochromatic Colors of #E46301
Black with #E46301
Text Example
Text Example
White with #E46301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46301; }
p { color: rgb(228,99,1); }
H1.HeaderClassName
{
color: #E46301;
}
.AnyTagClassName
{
color: #E46301;
}
</style>
background-color css
<style>
a { background-color: #E46301; }
a { background-color: rgb(228,99,1); }
div.DivClassName
{
background-color: #E46301;
}
.BgClassName
{
background-color: #E46301;
}
</style>
border-color css
<style>
span { border-color: #E46301; }
span { border-color: rgb(228,99,1); }
td.TdClassName
{
border-color: #E46301;
}
.TagClassName
{
border-color: #E46301;
}
</style>