Shades of Persimmon #E7500A
Tints of Persimmon #E7500A
RGB
CMYK
RGB Variations
Color information
#E7500A (or 0xE7500A) is known color: Persimmon. HEX triplet: E7, 50 and 0A. RGB value is (231,80,10). Sum of RGB (Red+Green+Blue) = 231+80+10=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E7500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7500A is #18AFF5. Grayscale: #757575. Windows color (decimal): -1617910 or 676071. OLE color: 676071.
HSL color Cylindrical-coordinate representation of color #E7500A: hue angle of 19º 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 #E7500A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.09 |
| HSL | 19º | 0.92% | 0.47% | - |
| HSV(B) | 19º | 0.96% | 0.91% | - |
| XYZ | 35.88 | 22.75 | 2.79 | - |
| YUV | 117.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 10 | 0 | 0.65 | 0.96 | 0.09 | 19 | 0.92 | 0.47 |
| Hex | E7 | 50 | A | 0 | 41 | 60 | 9 | 13 | 5C | 2F |
| Octal | 347 | 120 | 12 | 0 | 101 | 140 | 11 | 23 | 134 | 57 |
| Binary | 11100111 | 1010000 | 1010 | 0 | 1000001 | 1100000 | 1001 | 10011 | 1011100 | 101111 |
Color Harmonies of #E7500A
Complementary color
Monochromatic Colors of #E7500A
Black with #E7500A
Text Example
Text Example
White with #E7500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7500A; }
p { color: rgb(231,80,10); }
H1.HeaderClassName
{
color: #E7500A;
}
.AnyTagClassName
{
color: #E7500A;
}
</style>
background-color css
<style>
a { background-color: #E7500A; }
a { background-color: rgb(231,80,10); }
div.DivClassName
{
background-color: #E7500A;
}
.BgClassName
{
background-color: #E7500A;
}
</style>
border-color css
<style>
span { border-color: #E7500A; }
span { border-color: rgb(231,80,10); }
td.TdClassName
{
border-color: #E7500A;
}
.TagClassName
{
border-color: #E7500A;
}
</style>