Shades of Persimmon #E7480C
Tints of Persimmon #E7480C
RGB
CMYK
RGB Variations
Color information
#E7480C (or 0xE7480C) is known color: Persimmon. HEX triplet: E7, 48 and 0C. RGB value is (231,72,12). Sum of RGB (Red+Green+Blue) = 231+72+12=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7480C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7480C is #18B7F3. Grayscale: #717171. Windows color (decimal): -1619956 or 805095. OLE color: 805095.
HSL color Cylindrical-coordinate representation of color #E7480C: hue angle of 16.44º 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 #E7480C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.09 |
| HSL | 16.44º | 0.9% | 0.48% | - |
| HSV(B) | 16.44º | 0.95% | 0.91% | - |
| XYZ | 35.34 | 21.65 | 2.66 | - |
| YUV | 112.7 | 71.18 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 12 | 0 | 0.69 | 0.95 | 0.09 | 16.44 | 0.9 | 0.48 |
| Hex | E7 | 48 | C | 0 | 45 | 5F | 9 | 10 | 5A | 30 |
| Octal | 347 | 110 | 14 | 0 | 105 | 137 | 11 | 20 | 132 | 60 |
| Binary | 11100111 | 1001000 | 1100 | 0 | 1000101 | 1011111 | 1001 | 10000 | 1011010 | 110000 |
Color Harmonies of #E7480C
Complementary color
Monochromatic Colors of #E7480C
Black with #E7480C
Text Example
Text Example
White with #E7480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7480C; }
p { color: rgb(231,72,12); }
H1.HeaderClassName
{
color: #E7480C;
}
.AnyTagClassName
{
color: #E7480C;
}
</style>
background-color css
<style>
a { background-color: #E7480C; }
a { background-color: rgb(231,72,12); }
div.DivClassName
{
background-color: #E7480C;
}
.BgClassName
{
background-color: #E7480C;
}
</style>
border-color css
<style>
span { border-color: #E7480C; }
span { border-color: rgb(231,72,12); }
td.TdClassName
{
border-color: #E7480C;
}
.TagClassName
{
border-color: #E7480C;
}
</style>