Shades of Persimmon #E8440B
Tints of Persimmon #E8440B
RGB
CMYK
RGB Variations
Color information
#E8440B (or 0xE8440B) is known color: Persimmon. HEX triplet: E8, 44 and 0B. RGB value is (232,68,11). Sum of RGB (Red+Green+Blue) = 232+68+11=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8440B is #17BBF4. Grayscale: #6E6E6E. Windows color (decimal): -1555445 or 738536. OLE color: 738536.
HSL color Cylindrical-coordinate representation of color #E8440B: hue angle of 15.48º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8440B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.09 |
| HSL | 15.48º | 0.91% | 0.48% | - |
| HSV(B) | 15.48º | 0.95% | 0.91% | - |
| XYZ | 35.41 | 21.31 | 2.56 | - |
| YUV | 110.54 | 71.83 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 11 | 0 | 0.71 | 0.95 | 0.09 | 15.48 | 0.91 | 0.48 |
| Hex | E8 | 44 | B | 0 | 47 | 5F | 9 | F | 5B | 30 |
| Octal | 350 | 104 | 13 | 0 | 107 | 137 | 11 | 17 | 133 | 60 |
| Binary | 11101000 | 1000100 | 1011 | 0 | 1000111 | 1011111 | 1001 | 1111 | 1011011 | 110000 |
Color Harmonies of #E8440B
Complementary color
Monochromatic Colors of #E8440B
Black with #E8440B
Text Example
Text Example
White with #E8440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8440B; }
p { color: rgb(232,68,11); }
H1.HeaderClassName
{
color: #E8440B;
}
.AnyTagClassName
{
color: #E8440B;
}
</style>
background-color css
<style>
a { background-color: #E8440B; }
a { background-color: rgb(232,68,11); }
div.DivClassName
{
background-color: #E8440B;
}
.BgClassName
{
background-color: #E8440B;
}
</style>
border-color css
<style>
span { border-color: #E8440B; }
span { border-color: rgb(232,68,11); }
td.TdClassName
{
border-color: #E8440B;
}
.TagClassName
{
border-color: #E8440B;
}
</style>