Shades of Persimmon #E35200
Tints of Persimmon #E35200
RGB
CMYK
RGB Variations
Color information
#E35200 (or 0xE35200) is known color: Persimmon. HEX triplet: E3, 52 and 00. RGB value is (227,82,0). Sum of RGB (Red+Green+Blue) = 227+82+0=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E35200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35200 is #1CADFF. Grayscale: #747474. Windows color (decimal): -1879552 or 21219. OLE color: 21219.
HSL color Cylindrical-coordinate representation of color #E35200: hue angle of 21.67º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E35200 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.11 |
| HSL | 21.67º | 1% | 0.45% | - |
| HSV(B) | 21.67º | 1% | 0.89% | - |
| XYZ | 34.7 | 22.37 | 2.49 | - |
| YUV | 116.01 | 62.54 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 0 | 0 | 0.64 | 1 | 0.11 | 21.67 | 1 | 0.45 |
| Hex | E3 | 52 | 0 | 0 | 40 | 64 | B | 16 | 64 | 2D |
| Octal | 343 | 122 | 0 | 0 | 100 | 144 | 13 | 26 | 144 | 55 |
| Binary | 11100011 | 1010010 | 0 | 0 | 1000000 | 1100100 | 1011 | 10110 | 1100100 | 101101 |
Color Harmonies of #E35200
Complementary color
Monochromatic Colors of #E35200
Black with #E35200
Text Example
Text Example
White with #E35200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35200; }
p { color: rgb(227,82,0); }
H1.HeaderClassName
{
color: #E35200;
}
.AnyTagClassName
{
color: #E35200;
}
</style>
background-color css
<style>
a { background-color: #E35200; }
a { background-color: rgb(227,82,0); }
div.DivClassName
{
background-color: #E35200;
}
.BgClassName
{
background-color: #E35200;
}
</style>
border-color css
<style>
span { border-color: #E35200; }
span { border-color: rgb(227,82,0); }
td.TdClassName
{
border-color: #E35200;
}
.TagClassName
{
border-color: #E35200;
}
</style>