Shades of Persimmon #E46000
Tints of Persimmon #E46000
RGB
CMYK
RGB Variations
Color information
#E46000 (or 0xE46000) is known color: Persimmon. HEX triplet: E4, 60 and 00. RGB value is (228,96,0). Sum of RGB (Red+Green+Blue) = 228+96+0=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E46000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46000 is #1B9FFF. Grayscale: #7D7D7D. Windows color (decimal): -1810432 or 24804. OLE color: 24804.
HSL color Cylindrical-coordinate representation of color #E46000: hue angle of 25.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E46000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.11 |
| HSL | 25.26º | 1% | 0.45% | - |
| HSV(B) | 25.26º | 1% | 0.89% | - |
| XYZ | 36.18 | 24.86 | 2.89 | - |
| YUV | 124.52 | 57.73 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 0 | 0 | 0.58 | 1 | 0.11 | 25.26 | 1 | 0.45 |
| Hex | E4 | 60 | 0 | 0 | 3A | 64 | B | 19 | 64 | 2D |
| Octal | 344 | 140 | 0 | 0 | 72 | 144 | 13 | 31 | 144 | 55 |
| Binary | 11100100 | 1100000 | 0 | 0 | 111010 | 1100100 | 1011 | 11001 | 1100100 | 101101 |
Color Harmonies of #E46000
Complementary color
Monochromatic Colors of #E46000
Black with #E46000
Text Example
Text Example
White with #E46000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46000; }
p { color: rgb(228,96,0); }
H1.HeaderClassName
{
color: #E46000;
}
.AnyTagClassName
{
color: #E46000;
}
</style>
background-color css
<style>
a { background-color: #E46000; }
a { background-color: rgb(228,96,0); }
div.DivClassName
{
background-color: #E46000;
}
.BgClassName
{
background-color: #E46000;
}
</style>
border-color css
<style>
span { border-color: #E46000; }
span { border-color: rgb(228,96,0); }
td.TdClassName
{
border-color: #E46000;
}
.TagClassName
{
border-color: #E46000;
}
</style>