Shades of Persimmon #E35008
Tints of Persimmon #E35008
RGB
CMYK
RGB Variations
Color information
#E35008 (or 0xE35008) is known color: Persimmon. HEX triplet: E3, 50 and 08. RGB value is (227,80,8). Sum of RGB (Red+Green+Blue) = 227+80+8=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E35008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35008 is #1CAFF7. Grayscale: #747474. Windows color (decimal): -1880056 or 544995. OLE color: 544995.
HSL color Cylindrical-coordinate representation of color #E35008: hue angle of 19.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E35008 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.11 |
| HSL | 19.73º | 0.93% | 0.46% | - |
| HSV(B) | 19.73º | 0.96% | 0.89% | - |
| XYZ | 34.59 | 22.09 | 2.67 | - |
| YUV | 115.75 | 67.2 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 8 | 0 | 0.65 | 0.96 | 0.11 | 19.73 | 0.93 | 0.46 |
| Hex | E3 | 50 | 8 | 0 | 41 | 60 | B | 14 | 5D | 2E |
| Octal | 343 | 120 | 10 | 0 | 101 | 140 | 13 | 24 | 135 | 56 |
| Binary | 11100011 | 1010000 | 1000 | 0 | 1000001 | 1100000 | 1011 | 10100 | 1011101 | 101110 |
Color Harmonies of #E35008
Complementary color
Monochromatic Colors of #E35008
Black with #E35008
Text Example
Text Example
White with #E35008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35008; }
p { color: rgb(227,80,8); }
H1.HeaderClassName
{
color: #E35008;
}
.AnyTagClassName
{
color: #E35008;
}
</style>
background-color css
<style>
a { background-color: #E35008; }
a { background-color: rgb(227,80,8); }
div.DivClassName
{
background-color: #E35008;
}
.BgClassName
{
background-color: #E35008;
}
</style>
border-color css
<style>
span { border-color: #E35008; }
span { border-color: rgb(227,80,8); }
td.TdClassName
{
border-color: #E35008;
}
.TagClassName
{
border-color: #E35008;
}
</style>