Shades of Persimmon #E7530D
Tints of Persimmon #E7530D
RGB
CMYK
RGB Variations
Color information
#E7530D (or 0xE7530D) is known color: Persimmon. HEX triplet: E7, 53 and 0D. RGB value is (231,83,13). Sum of RGB (Red+Green+Blue) = 231+83+13=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7530D is #18ACF2. Grayscale: #777777. Windows color (decimal): -1617139 or 873447. OLE color: 873447.
HSL color Cylindrical-coordinate representation of color #E7530D: hue angle of 19.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7530D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.09 |
| HSL | 19.27º | 0.89% | 0.48% | - |
| HSV(B) | 19.27º | 0.94% | 0.91% | - |
| XYZ | 36.12 | 23.2 | 2.96 | - |
| YUV | 119.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 13 | 0 | 0.64 | 0.94 | 0.09 | 19.27 | 0.89 | 0.48 |
| Hex | E7 | 53 | D | 0 | 40 | 5E | 9 | 13 | 59 | 30 |
| Octal | 347 | 123 | 15 | 0 | 100 | 136 | 11 | 23 | 131 | 60 |
| Binary | 11100111 | 1010011 | 1101 | 0 | 1000000 | 1011110 | 1001 | 10011 | 1011001 | 110000 |
Color Harmonies of #E7530D
Complementary color
Monochromatic Colors of #E7530D
Black with #E7530D
Text Example
Text Example
White with #E7530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7530D; }
p { color: rgb(231,83,13); }
H1.HeaderClassName
{
color: #E7530D;
}
.AnyTagClassName
{
color: #E7530D;
}
</style>
background-color css
<style>
a { background-color: #E7530D; }
a { background-color: rgb(231,83,13); }
div.DivClassName
{
background-color: #E7530D;
}
.BgClassName
{
background-color: #E7530D;
}
</style>
border-color css
<style>
span { border-color: #E7530D; }
span { border-color: rgb(231,83,13); }
td.TdClassName
{
border-color: #E7530D;
}
.TagClassName
{
border-color: #E7530D;
}
</style>