Shades of Persimmon #E46007
Tints of Persimmon #E46007
RGB
CMYK
RGB Variations
Color information
#E46007 (or 0xE46007) is known color: Persimmon. HEX triplet: E4, 60 and 07. RGB value is (228,96,7). Sum of RGB (Red+Green+Blue) = 228+96+7=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E46007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46007 is #1B9FF8. Grayscale: #7D7D7D. Windows color (decimal): -1810425 or 483556. OLE color: 483556.
HSL color Cylindrical-coordinate representation of color #E46007: hue angle of 24.16º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E46007 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.11 |
| HSL | 24.16º | 0.94% | 0.46% | - |
| HSV(B) | 24.16º | 0.97% | 0.89% | - |
| XYZ | 36.22 | 24.88 | 3.09 | - |
| YUV | 125.32 | 61.23 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 7 | 0 | 0.58 | 0.97 | 0.11 | 24.16 | 0.94 | 0.46 |
| Hex | E4 | 60 | 7 | 0 | 3A | 61 | B | 18 | 5E | 2E |
| Octal | 344 | 140 | 7 | 0 | 72 | 141 | 13 | 30 | 136 | 56 |
| Binary | 11100100 | 1100000 | 111 | 0 | 111010 | 1100001 | 1011 | 11000 | 1011110 | 101110 |
Color Harmonies of #E46007
Complementary color
Monochromatic Colors of #E46007
Black with #E46007
Text Example
Text Example
White with #E46007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46007; }
p { color: rgb(228,96,7); }
H1.HeaderClassName
{
color: #E46007;
}
.AnyTagClassName
{
color: #E46007;
}
</style>
background-color css
<style>
a { background-color: #E46007; }
a { background-color: rgb(228,96,7); }
div.DivClassName
{
background-color: #E46007;
}
.BgClassName
{
background-color: #E46007;
}
</style>
border-color css
<style>
span { border-color: #E46007; }
span { border-color: rgb(228,96,7); }
td.TdClassName
{
border-color: #E46007;
}
.TagClassName
{
border-color: #E46007;
}
</style>