Shades of Persimmon #E75301
Tints of Persimmon #E75301
RGB
CMYK
RGB Variations
Color information
#E75301 (or 0xE75301) is known color: Persimmon. HEX triplet: E7, 53 and 01. RGB value is (231,83,1). Sum of RGB (Red+Green+Blue) = 231+83+1=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E75301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75301 is #18ACFE. Grayscale: #767676. Windows color (decimal): -1617151 or 87015. OLE color: 87015.
HSL color Cylindrical-coordinate representation of color #E75301: hue angle of 21.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E75301 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.09 |
| HSL | 21.39º | 0.99% | 0.45% | - |
| HSV(B) | 21.39º | 1% | 0.91% | - |
| XYZ | 36.05 | 23.18 | 2.6 | - |
| YUV | 117.9 | 62.03 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 1 | 0 | 0.64 | 1.00 | 0.09 | 21.39 | 0.99 | 0.45 |
| Hex | E7 | 53 | 1 | 0 | 40 | 64 | 9 | 15 | 63 | 2D |
| Octal | 347 | 123 | 1 | 0 | 100 | 144 | 11 | 25 | 143 | 55 |
| Binary | 11100111 | 1010011 | 1 | 0 | 1000000 | 1100100 | 1001 | 10101 | 1100011 | 101101 |
Color Harmonies of #E75301
Complementary color
Monochromatic Colors of #E75301
Black with #E75301
Text Example
Text Example
White with #E75301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75301; }
p { color: rgb(231,83,1); }
H1.HeaderClassName
{
color: #E75301;
}
.AnyTagClassName
{
color: #E75301;
}
</style>
background-color css
<style>
a { background-color: #E75301; }
a { background-color: rgb(231,83,1); }
div.DivClassName
{
background-color: #E75301;
}
.BgClassName
{
background-color: #E75301;
}
</style>
border-color css
<style>
span { border-color: #E75301; }
span { border-color: rgb(231,83,1); }
td.TdClassName
{
border-color: #E75301;
}
.TagClassName
{
border-color: #E75301;
}
</style>