Shades of Persimmon #E75304
Tints of Persimmon #E75304
RGB
CMYK
RGB Variations
Color information
#E75304 (or 0xE75304) is known color: Persimmon. HEX triplet: E7, 53 and 04. RGB value is (231,83,4). Sum of RGB (Red+Green+Blue) = 231+83+4=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E75304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75304 is #18ACFB. Grayscale: #767676. Windows color (decimal): -1617148 or 283623. OLE color: 283623.
HSL color Cylindrical-coordinate representation of color #E75304: hue angle of 20.88º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E75304 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.09 |
| HSL | 20.88º | 0.97% | 0.46% | - |
| HSV(B) | 20.88º | 0.98% | 0.91% | - |
| XYZ | 36.07 | 23.18 | 2.69 | - |
| YUV | 118.25 | 63.53 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 4 | 0 | 0.64 | 0.98 | 0.09 | 20.88 | 0.97 | 0.46 |
| Hex | E7 | 53 | 4 | 0 | 40 | 62 | 9 | 15 | 61 | 2E |
| Octal | 347 | 123 | 4 | 0 | 100 | 142 | 11 | 25 | 141 | 56 |
| Binary | 11100111 | 1010011 | 100 | 0 | 1000000 | 1100010 | 1001 | 10101 | 1100001 | 101110 |
Color Harmonies of #E75304
Complementary color
Monochromatic Colors of #E75304
Black with #E75304
Text Example
Text Example
White with #E75304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75304; }
p { color: rgb(231,83,4); }
H1.HeaderClassName
{
color: #E75304;
}
.AnyTagClassName
{
color: #E75304;
}
</style>
background-color css
<style>
a { background-color: #E75304; }
a { background-color: rgb(231,83,4); }
div.DivClassName
{
background-color: #E75304;
}
.BgClassName
{
background-color: #E75304;
}
</style>
border-color css
<style>
span { border-color: #E75304; }
span { border-color: rgb(231,83,4); }
td.TdClassName
{
border-color: #E75304;
}
.TagClassName
{
border-color: #E75304;
}
</style>