Shades of Persimmon #E75412
Tints of Persimmon #E75412
RGB
CMYK
RGB Variations
Color information
#E75412 (or 0xE75412) is known color: Persimmon. HEX triplet: E7, 54 and 12. RGB value is (231,84,18). Sum of RGB (Red+Green+Blue) = 231+84+18=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E75412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75412 is #18ABED. Grayscale: #787878. Windows color (decimal): -1616878 or 1201383. OLE color: 1201383.
HSL color Cylindrical-coordinate representation of color #E75412: hue angle of 18.59º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E75412 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.09 |
| HSL | 18.59º | 0.86% | 0.49% | - |
| HSV(B) | 18.59º | 0.92% | 0.91% | - |
| XYZ | 36.23 | 23.37 | 3.17 | - |
| YUV | 120.43 | 70.2 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 18 | 0 | 0.64 | 0.92 | 0.09 | 18.59 | 0.86 | 0.49 |
| Hex | E7 | 54 | 12 | 0 | 40 | 5C | 9 | 13 | 56 | 31 |
| Octal | 347 | 124 | 22 | 0 | 100 | 134 | 11 | 23 | 126 | 61 |
| Binary | 11100111 | 1010100 | 10010 | 0 | 1000000 | 1011100 | 1001 | 10011 | 1010110 | 110001 |
Color Harmonies of #E75412
Complementary color
Monochromatic Colors of #E75412
Black with #E75412
Text Example
Text Example
White with #E75412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75412; }
p { color: rgb(231,84,18); }
H1.HeaderClassName
{
color: #E75412;
}
.AnyTagClassName
{
color: #E75412;
}
</style>
background-color css
<style>
a { background-color: #E75412; }
a { background-color: rgb(231,84,18); }
div.DivClassName
{
background-color: #E75412;
}
.BgClassName
{
background-color: #E75412;
}
</style>
border-color css
<style>
span { border-color: #E75412; }
span { border-color: rgb(231,84,18); }
td.TdClassName
{
border-color: #E75412;
}
.TagClassName
{
border-color: #E75412;
}
</style>