Shades of Persimmon #E4600B
Tints of Persimmon #E4600B
RGB
CMYK
RGB Variations
Color information
#E4600B (or 0xE4600B) is known color: Persimmon. HEX triplet: E4, 60 and 0B. RGB value is (228,96,11). Sum of RGB (Red+Green+Blue) = 228+96+11=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E4600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4600B is #1B9FF4. Grayscale: #7E7E7E. Windows color (decimal): -1810421 or 745700. OLE color: 745700.
HSL color Cylindrical-coordinate representation of color #E4600B: hue angle of 23.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4600B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.11 |
| HSL | 23.5º | 0.91% | 0.47% | - |
| HSV(B) | 23.5º | 0.95% | 0.89% | - |
| XYZ | 36.24 | 24.88 | 3.21 | - |
| YUV | 125.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 11 | 0 | 0.58 | 0.95 | 0.11 | 23.5 | 0.91 | 0.47 |
| Hex | E4 | 60 | B | 0 | 3A | 5F | B | 18 | 5B | 2F |
| Octal | 344 | 140 | 13 | 0 | 72 | 137 | 13 | 30 | 133 | 57 |
| Binary | 11100100 | 1100000 | 1011 | 0 | 111010 | 1011111 | 1011 | 11000 | 1011011 | 101111 |
Color Harmonies of #E4600B
Complementary color
Monochromatic Colors of #E4600B
Black with #E4600B
Text Example
Text Example
White with #E4600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4600B; }
p { color: rgb(228,96,11); }
H1.HeaderClassName
{
color: #E4600B;
}
.AnyTagClassName
{
color: #E4600B;
}
</style>
background-color css
<style>
a { background-color: #E4600B; }
a { background-color: rgb(228,96,11); }
div.DivClassName
{
background-color: #E4600B;
}
.BgClassName
{
background-color: #E4600B;
}
</style>
border-color css
<style>
span { border-color: #E4600B; }
span { border-color: rgb(228,96,11); }
td.TdClassName
{
border-color: #E4600B;
}
.TagClassName
{
border-color: #E4600B;
}
</style>