Shades of Persimmon #E35B11
Tints of Persimmon #E35B11
RGB
CMYK
RGB Variations
Color information
#E35B11 (or 0xE35B11) is known color: Persimmon. HEX triplet: E3, 5B and 11. RGB value is (227,91,17). Sum of RGB (Red+Green+Blue) = 227+91+17=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35B11 is #1CA4EE. Grayscale: #7B7B7B. Windows color (decimal): -1877231 or 1137635. OLE color: 1137635.
HSL color Cylindrical-coordinate representation of color #E35B11: hue angle of 21.14º 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 #E35B11 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.11 |
| HSL | 21.14º | 0.86% | 0.48% | - |
| HSV(B) | 21.14º | 0.93% | 0.89% | - |
| XYZ | 35.52 | 23.85 | 3.26 | - |
| YUV | 123.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 17 | 0 | 0.60 | 0.93 | 0.11 | 21.14 | 0.86 | 0.48 |
| Hex | E3 | 5B | 11 | 0 | 3C | 5D | B | 15 | 56 | 30 |
| Octal | 343 | 133 | 21 | 0 | 74 | 135 | 13 | 25 | 126 | 60 |
| Binary | 11100011 | 1011011 | 10001 | 0 | 111100 | 1011101 | 1011 | 10101 | 1010110 | 110000 |
Color Harmonies of #E35B11
Complementary color
Monochromatic Colors of #E35B11
Black with #E35B11
Text Example
Text Example
White with #E35B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B11; }
p { color: rgb(227,91,17); }
H1.HeaderClassName
{
color: #E35B11;
}
.AnyTagClassName
{
color: #E35B11;
}
</style>
background-color css
<style>
a { background-color: #E35B11; }
a { background-color: rgb(227,91,17); }
div.DivClassName
{
background-color: #E35B11;
}
.BgClassName
{
background-color: #E35B11;
}
</style>
border-color css
<style>
span { border-color: #E35B11; }
span { border-color: rgb(227,91,17); }
td.TdClassName
{
border-color: #E35B11;
}
.TagClassName
{
border-color: #E35B11;
}
</style>