Shades of Persimmon #E74B13
Tints of Persimmon #E74B13
RGB
CMYK
RGB Variations
Color information
#E74B13 (or 0xE74B13) is known color: Persimmon. HEX triplet: E7, 4B and 13. RGB value is (231,75,19). Sum of RGB (Red+Green+Blue) = 231+75+19=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74B13 is #18B4EC. Grayscale: #737373. Windows color (decimal): -1619181 or 1264615. OLE color: 1264615.
HSL color Cylindrical-coordinate representation of color #E74B13: hue angle of 15.85º degrees, saturation: 0.85, 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 #E74B13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.09 |
| HSL | 15.85º | 0.85% | 0.49% | - |
| HSV(B) | 15.85º | 0.92% | 0.91% | - |
| XYZ | 35.59 | 22.07 | 3 | - |
| YUV | 115.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 19 | 0 | 0.68 | 0.92 | 0.09 | 15.85 | 0.85 | 0.49 |
| Hex | E7 | 4B | 13 | 0 | 44 | 5C | 9 | 10 | 55 | 31 |
| Octal | 347 | 113 | 23 | 0 | 104 | 134 | 11 | 20 | 125 | 61 |
| Binary | 11100111 | 1001011 | 10011 | 0 | 1000100 | 1011100 | 1001 | 10000 | 1010101 | 110001 |
Color Harmonies of #E74B13
Complementary color
Monochromatic Colors of #E74B13
Black with #E74B13
Text Example
Text Example
White with #E74B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B13; }
p { color: rgb(231,75,19); }
H1.HeaderClassName
{
color: #E74B13;
}
.AnyTagClassName
{
color: #E74B13;
}
</style>
background-color css
<style>
a { background-color: #E74B13; }
a { background-color: rgb(231,75,19); }
div.DivClassName
{
background-color: #E74B13;
}
.BgClassName
{
background-color: #E74B13;
}
</style>
border-color css
<style>
span { border-color: #E74B13; }
span { border-color: rgb(231,75,19); }
td.TdClassName
{
border-color: #E74B13;
}
.TagClassName
{
border-color: #E74B13;
}
</style>