Shades of Persimmon #E35011
Tints of Persimmon #E35011
RGB
CMYK
RGB Variations
Color information
#E35011 (or 0xE35011) is known color: Persimmon. HEX triplet: E3, 50 and 11. RGB value is (227,80,17). Sum of RGB (Red+Green+Blue) = 227+80+17=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E35011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35011 is #1CAFEE. Grayscale: #757575. Windows color (decimal): -1880047 or 1134819. OLE color: 1134819.
HSL color Cylindrical-coordinate representation of color #E35011: hue angle of 18º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E35011 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.11 |
| HSL | 18º | 0.86% | 0.48% | - |
| HSV(B) | 18º | 0.93% | 0.89% | - |
| XYZ | 34.65 | 22.11 | 2.97 | - |
| YUV | 116.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 17 | 0 | 0.65 | 0.93 | 0.11 | 18 | 0.86 | 0.48 |
| Hex | E3 | 50 | 11 | 0 | 41 | 5D | B | 12 | 56 | 30 |
| Octal | 343 | 120 | 21 | 0 | 101 | 135 | 13 | 22 | 126 | 60 |
| Binary | 11100011 | 1010000 | 10001 | 0 | 1000001 | 1011101 | 1011 | 10010 | 1010110 | 110000 |
Color Harmonies of #E35011
Complementary color
Monochromatic Colors of #E35011
Black with #E35011
Text Example
Text Example
White with #E35011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35011; }
p { color: rgb(227,80,17); }
H1.HeaderClassName
{
color: #E35011;
}
.AnyTagClassName
{
color: #E35011;
}
</style>
background-color css
<style>
a { background-color: #E35011; }
a { background-color: rgb(227,80,17); }
div.DivClassName
{
background-color: #E35011;
}
.BgClassName
{
background-color: #E35011;
}
</style>
border-color css
<style>
span { border-color: #E35011; }
span { border-color: rgb(227,80,17); }
td.TdClassName
{
border-color: #E35011;
}
.TagClassName
{
border-color: #E35011;
}
</style>