Shades of Persimmon #E35300
Tints of Persimmon #E35300
RGB
CMYK
RGB Variations
Color information
#E35300 (or 0xE35300) is known color: Persimmon. HEX triplet: E3, 53 and 00. RGB value is (227,83,0). Sum of RGB (Red+Green+Blue) = 227+83+0=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E35300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35300 is #1CACFF. Grayscale: #757575. Windows color (decimal): -1879296 or 21475. OLE color: 21475.
HSL color Cylindrical-coordinate representation of color #E35300: hue angle of 21.94º 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 #E35300 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.11 |
| HSL | 21.94º | 1% | 0.45% | - |
| HSV(B) | 21.94º | 1% | 0.89% | - |
| XYZ | 34.77 | 22.52 | 2.51 | - |
| YUV | 116.59 | 62.21 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 0 | 0 | 0.63 | 1 | 0.11 | 21.94 | 1 | 0.45 |
| Hex | E3 | 53 | 0 | 0 | 3F | 64 | B | 16 | 64 | 2D |
| Octal | 343 | 123 | 0 | 0 | 77 | 144 | 13 | 26 | 144 | 55 |
| Binary | 11100011 | 1010011 | 0 | 0 | 111111 | 1100100 | 1011 | 10110 | 1100100 | 101101 |
Color Harmonies of #E35300
Complementary color
Monochromatic Colors of #E35300
Black with #E35300
Text Example
Text Example
White with #E35300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35300; }
p { color: rgb(227,83,0); }
H1.HeaderClassName
{
color: #E35300;
}
.AnyTagClassName
{
color: #E35300;
}
</style>
background-color css
<style>
a { background-color: #E35300; }
a { background-color: rgb(227,83,0); }
div.DivClassName
{
background-color: #E35300;
}
.BgClassName
{
background-color: #E35300;
}
</style>
border-color css
<style>
span { border-color: #E35300; }
span { border-color: rgb(227,83,0); }
td.TdClassName
{
border-color: #E35300;
}
.TagClassName
{
border-color: #E35300;
}
</style>