Shades of Persimmon #E35000
Tints of Persimmon #E35000
RGB
CMYK
RGB Variations
Color information
#E35000 (or 0xE35000) is known color: Persimmon. HEX triplet: E3, 50 and 00. RGB value is (227,80,0). Sum of RGB (Red+Green+Blue) = 227+80+0=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E35000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35000 is #1CAFFF. Grayscale: #737373. Windows color (decimal): -1880064 or 20707. OLE color: 20707.
HSL color Cylindrical-coordinate representation of color #E35000: hue angle of 21.15º 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 #E35000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.11 |
| HSL | 21.15º | 1% | 0.45% | - |
| HSV(B) | 21.15º | 1% | 0.89% | - |
| XYZ | 34.55 | 22.07 | 2.44 | - |
| YUV | 114.83 | 63.2 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 0 | 0 | 0.65 | 1 | 0.11 | 21.15 | 1 | 0.45 |
| Hex | E3 | 50 | 0 | 0 | 41 | 64 | B | 15 | 64 | 2D |
| Octal | 343 | 120 | 0 | 0 | 101 | 144 | 13 | 25 | 144 | 55 |
| Binary | 11100011 | 1010000 | 0 | 0 | 1000001 | 1100100 | 1011 | 10101 | 1100100 | 101101 |
Color Harmonies of #E35000
Complementary color
Monochromatic Colors of #E35000
Black with #E35000
Text Example
Text Example
White with #E35000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35000; }
p { color: rgb(227,80,0); }
H1.HeaderClassName
{
color: #E35000;
}
.AnyTagClassName
{
color: #E35000;
}
</style>
background-color css
<style>
a { background-color: #E35000; }
a { background-color: rgb(227,80,0); }
div.DivClassName
{
background-color: #E35000;
}
.BgClassName
{
background-color: #E35000;
}
</style>
border-color css
<style>
span { border-color: #E35000; }
span { border-color: rgb(227,80,0); }
td.TdClassName
{
border-color: #E35000;
}
.TagClassName
{
border-color: #E35000;
}
</style>