Shades of Persimmon #E7580C
Tints of Persimmon #E7580C
RGB
CMYK
RGB Variations
Color information
#E7580C (or 0xE7580C) is known color: Persimmon. HEX triplet: E7, 58 and 0C. RGB value is (231,88,12). Sum of RGB (Red+Green+Blue) = 231+88+12=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7580C is #18A7F3. Grayscale: #7A7A7A. Windows color (decimal): -1615860 or 809191. OLE color: 809191.
HSL color Cylindrical-coordinate representation of color #E7580C: hue angle of 20.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7580C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.09 |
| HSL | 20.82º | 0.9% | 0.48% | - |
| HSV(B) | 20.82º | 0.95% | 0.91% | - |
| XYZ | 36.51 | 23.99 | 3.05 | - |
| YUV | 122.09 | 65.88 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 12 | 0 | 0.62 | 0.95 | 0.09 | 20.82 | 0.9 | 0.48 |
| Hex | E7 | 58 | C | 0 | 3E | 5F | 9 | 15 | 5A | 30 |
| Octal | 347 | 130 | 14 | 0 | 76 | 137 | 11 | 25 | 132 | 60 |
| Binary | 11100111 | 1011000 | 1100 | 0 | 111110 | 1011111 | 1001 | 10101 | 1011010 | 110000 |
Color Harmonies of #E7580C
Complementary color
Monochromatic Colors of #E7580C
Black with #E7580C
Text Example
Text Example
White with #E7580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7580C; }
p { color: rgb(231,88,12); }
H1.HeaderClassName
{
color: #E7580C;
}
.AnyTagClassName
{
color: #E7580C;
}
</style>
background-color css
<style>
a { background-color: #E7580C; }
a { background-color: rgb(231,88,12); }
div.DivClassName
{
background-color: #E7580C;
}
.BgClassName
{
background-color: #E7580C;
}
</style>
border-color css
<style>
span { border-color: #E7580C; }
span { border-color: rgb(231,88,12); }
td.TdClassName
{
border-color: #E7580C;
}
.TagClassName
{
border-color: #E7580C;
}
</style>