Shades of Persimmon #E35C01
Tints of Persimmon #E35C01
RGB
CMYK
RGB Variations
Color information
#E35C01 (or 0xE35C01) is known color: Persimmon. HEX triplet: E3, 5C and 01. RGB value is (227,92,1). Sum of RGB (Red+Green+Blue) = 227+92+1=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35C01 is #1CA3FE. Grayscale: #7A7A7A. Windows color (decimal): -1876991 or 89315. OLE color: 89315.
HSL color Cylindrical-coordinate representation of color #E35C01: hue angle of 24.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E35C01 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.11 |
| HSL | 24.16º | 0.99% | 0.45% | - |
| HSV(B) | 24.16º | 1% | 0.89% | - |
| XYZ | 35.51 | 23.99 | 2.79 | - |
| YUV | 121.99 | 59.73 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 1 | 0 | 0.59 | 1.00 | 0.11 | 24.16 | 0.99 | 0.45 |
| Hex | E3 | 5C | 1 | 0 | 3B | 64 | B | 18 | 63 | 2D |
| Octal | 343 | 134 | 1 | 0 | 73 | 144 | 13 | 30 | 143 | 55 |
| Binary | 11100011 | 1011100 | 1 | 0 | 111011 | 1100100 | 1011 | 11000 | 1100011 | 101101 |
Color Harmonies of #E35C01
Complementary color
Monochromatic Colors of #E35C01
Black with #E35C01
Text Example
Text Example
White with #E35C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C01; }
p { color: rgb(227,92,1); }
H1.HeaderClassName
{
color: #E35C01;
}
.AnyTagClassName
{
color: #E35C01;
}
</style>
background-color css
<style>
a { background-color: #E35C01; }
a { background-color: rgb(227,92,1); }
div.DivClassName
{
background-color: #E35C01;
}
.BgClassName
{
background-color: #E35C01;
}
</style>
border-color css
<style>
span { border-color: #E35C01; }
span { border-color: rgb(227,92,1); }
td.TdClassName
{
border-color: #E35C01;
}
.TagClassName
{
border-color: #E35C01;
}
</style>