Shades of Persimmon #E8501C
Tints of Persimmon #E8501C
RGB
CMYK
RGB Variations
Color information
#E8501C (or 0xE8501C) is known color: Persimmon. HEX triplet: E8, 50 and 1C. RGB value is (232,80,28). Sum of RGB (Red+Green+Blue) = 232+80+28=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8501C is #17AFE3. Grayscale: #777777. Windows color (decimal): -1552356 or 1855720. OLE color: 1855720.
HSL color Cylindrical-coordinate representation of color #E8501C: hue angle of 15.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8501C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.09 |
| HSL | 15.29º | 0.82% | 0.51% | - |
| HSV(B) | 15.29º | 0.88% | 0.91% | - |
| XYZ | 36.36 | 22.98 | 3.62 | - |
| YUV | 119.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 28 | 0 | 0.66 | 0.88 | 0.09 | 15.29 | 0.82 | 0.51 |
| Hex | E8 | 50 | 1C | 0 | 42 | 58 | 9 | F | 52 | 33 |
| Octal | 350 | 120 | 34 | 0 | 102 | 130 | 11 | 17 | 122 | 63 |
| Binary | 11101000 | 1010000 | 11100 | 0 | 1000010 | 1011000 | 1001 | 1111 | 1010010 | 110011 |
Color Harmonies of #E8501C
Complementary color
Monochromatic Colors of #E8501C
Black with #E8501C
Text Example
Text Example
White with #E8501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8501C; }
p { color: rgb(232,80,28); }
H1.HeaderClassName
{
color: #E8501C;
}
.AnyTagClassName
{
color: #E8501C;
}
</style>
background-color css
<style>
a { background-color: #E8501C; }
a { background-color: rgb(232,80,28); }
div.DivClassName
{
background-color: #E8501C;
}
.BgClassName
{
background-color: #E8501C;
}
</style>
border-color css
<style>
span { border-color: #E8501C; }
span { border-color: rgb(232,80,28); }
td.TdClassName
{
border-color: #E8501C;
}
.TagClassName
{
border-color: #E8501C;
}
</style>