Shades of Persimmon #E7530A
Tints of Persimmon #E7530A
RGB
CMYK
RGB Variations
Color information
#E7530A (or 0xE7530A) is known color: Persimmon. HEX triplet: E7, 53 and 0A. RGB value is (231,83,10). Sum of RGB (Red+Green+Blue) = 231+83+10=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7530A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7530A is #18ACF5. Grayscale: #777777. Windows color (decimal): -1617142 or 676839. OLE color: 676839.
HSL color Cylindrical-coordinate representation of color #E7530A: hue angle of 19.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7530A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.09 |
| HSL | 19.82º | 0.92% | 0.47% | - |
| HSV(B) | 19.82º | 0.96% | 0.91% | - |
| XYZ | 36.1 | 23.2 | 2.86 | - |
| YUV | 118.93 | 66.53 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 10 | 0 | 0.64 | 0.96 | 0.09 | 19.82 | 0.92 | 0.47 |
| Hex | E7 | 53 | A | 0 | 40 | 60 | 9 | 14 | 5C | 2F |
| Octal | 347 | 123 | 12 | 0 | 100 | 140 | 11 | 24 | 134 | 57 |
| Binary | 11100111 | 1010011 | 1010 | 0 | 1000000 | 1100000 | 1001 | 10100 | 1011100 | 101111 |
Color Harmonies of #E7530A
Complementary color
Monochromatic Colors of #E7530A
Black with #E7530A
Text Example
Text Example
White with #E7530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7530A; }
p { color: rgb(231,83,10); }
H1.HeaderClassName
{
color: #E7530A;
}
.AnyTagClassName
{
color: #E7530A;
}
</style>
background-color css
<style>
a { background-color: #E7530A; }
a { background-color: rgb(231,83,10); }
div.DivClassName
{
background-color: #E7530A;
}
.BgClassName
{
background-color: #E7530A;
}
</style>
border-color css
<style>
span { border-color: #E7530A; }
span { border-color: rgb(231,83,10); }
td.TdClassName
{
border-color: #E7530A;
}
.TagClassName
{
border-color: #E7530A;
}
</style>