Shades of Persimmon #E35900
Tints of Persimmon #E35900
RGB
CMYK
RGB Variations
Color information
#E35900 (or 0xE35900) is known color: Persimmon. HEX triplet: E3, 59 and 00. RGB value is (227,89,0). Sum of RGB (Red+Green+Blue) = 227+89+0=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E35900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35900 is #1CA6FF. Grayscale: #787878. Windows color (decimal): -1877760 or 23011. OLE color: 23011.
HSL color Cylindrical-coordinate representation of color #E35900: hue angle of 23.52º 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 #E35900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.11 |
| HSL | 23.52º | 1% | 0.45% | - |
| HSV(B) | 23.52º | 1% | 0.89% | - |
| XYZ | 35.25 | 23.48 | 2.67 | - |
| YUV | 120.12 | 60.22 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 0 | 0 | 0.61 | 1 | 0.11 | 23.52 | 1 | 0.45 |
| Hex | E3 | 59 | 0 | 0 | 3D | 64 | B | 18 | 64 | 2D |
| Octal | 343 | 131 | 0 | 0 | 75 | 144 | 13 | 30 | 144 | 55 |
| Binary | 11100011 | 1011001 | 0 | 0 | 111101 | 1100100 | 1011 | 11000 | 1100100 | 101101 |
Color Harmonies of #E35900
Complementary color
Monochromatic Colors of #E35900
Black with #E35900
Text Example
Text Example
White with #E35900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35900; }
p { color: rgb(227,89,0); }
H1.HeaderClassName
{
color: #E35900;
}
.AnyTagClassName
{
color: #E35900;
}
</style>
background-color css
<style>
a { background-color: #E35900; }
a { background-color: rgb(227,89,0); }
div.DivClassName
{
background-color: #E35900;
}
.BgClassName
{
background-color: #E35900;
}
</style>
border-color css
<style>
span { border-color: #E35900; }
span { border-color: rgb(227,89,0); }
td.TdClassName
{
border-color: #E35900;
}
.TagClassName
{
border-color: #E35900;
}
</style>