Shades of Persimmon #E35701
Tints of Persimmon #E35701
RGB
CMYK
RGB Variations
Color information
#E35701 (or 0xE35701) is known color: Persimmon. HEX triplet: E3, 57 and 01. RGB value is (227,87,1). Sum of RGB (Red+Green+Blue) = 227+87+1=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E35701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35701 is #1CA8FE. Grayscale: #777777. Windows color (decimal): -1878271 or 88035. OLE color: 88035.
HSL color Cylindrical-coordinate representation of color #E35701: hue angle of 22.83º 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 #E35701 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.11 |
| HSL | 22.83º | 0.99% | 0.45% | - |
| HSV(B) | 22.83º | 1% | 0.89% | - |
| XYZ | 35.09 | 23.15 | 2.65 | - |
| YUV | 119.06 | 61.38 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 1 | 0 | 0.62 | 1.00 | 0.11 | 22.83 | 0.99 | 0.45 |
| Hex | E3 | 57 | 1 | 0 | 3E | 64 | B | 17 | 63 | 2D |
| Octal | 343 | 127 | 1 | 0 | 76 | 144 | 13 | 27 | 143 | 55 |
| Binary | 11100011 | 1010111 | 1 | 0 | 111110 | 1100100 | 1011 | 10111 | 1100011 | 101101 |
Color Harmonies of #E35701
Complementary color
Monochromatic Colors of #E35701
Black with #E35701
Text Example
Text Example
White with #E35701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35701; }
p { color: rgb(227,87,1); }
H1.HeaderClassName
{
color: #E35701;
}
.AnyTagClassName
{
color: #E35701;
}
</style>
background-color css
<style>
a { background-color: #E35701; }
a { background-color: rgb(227,87,1); }
div.DivClassName
{
background-color: #E35701;
}
.BgClassName
{
background-color: #E35701;
}
</style>
border-color css
<style>
span { border-color: #E35701; }
span { border-color: rgb(227,87,1); }
td.TdClassName
{
border-color: #E35701;
}
.TagClassName
{
border-color: #E35701;
}
</style>