Shades of Persimmon #E74D04
Tints of Persimmon #E74D04
RGB
CMYK
RGB Variations
Color information
#E74D04 (or 0xE74D04) is known color: Persimmon. HEX triplet: E7, 4D and 04. RGB value is (231,77,4). Sum of RGB (Red+Green+Blue) = 231+77+4=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74D04 is #18B2FB. Grayscale: #737373. Windows color (decimal): -1618684 or 282087. OLE color: 282087.
HSL color Cylindrical-coordinate representation of color #E74D04: hue angle of 19.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E74D04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.09 |
| HSL | 19.3º | 0.97% | 0.46% | - |
| HSV(B) | 19.3º | 0.98% | 0.91% | - |
| XYZ | 35.63 | 22.31 | 2.54 | - |
| YUV | 114.72 | 65.52 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 4 | 0 | 0.67 | 0.98 | 0.09 | 19.3 | 0.97 | 0.46 |
| Hex | E7 | 4D | 4 | 0 | 43 | 62 | 9 | 13 | 61 | 2E |
| Octal | 347 | 115 | 4 | 0 | 103 | 142 | 11 | 23 | 141 | 56 |
| Binary | 11100111 | 1001101 | 100 | 0 | 1000011 | 1100010 | 1001 | 10011 | 1100001 | 101110 |
Color Harmonies of #E74D04
Complementary color
Monochromatic Colors of #E74D04
Black with #E74D04
Text Example
Text Example
White with #E74D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D04; }
p { color: rgb(231,77,4); }
H1.HeaderClassName
{
color: #E74D04;
}
.AnyTagClassName
{
color: #E74D04;
}
</style>
background-color css
<style>
a { background-color: #E74D04; }
a { background-color: rgb(231,77,4); }
div.DivClassName
{
background-color: #E74D04;
}
.BgClassName
{
background-color: #E74D04;
}
</style>
border-color css
<style>
span { border-color: #E74D04; }
span { border-color: rgb(231,77,4); }
td.TdClassName
{
border-color: #E74D04;
}
.TagClassName
{
border-color: #E74D04;
}
</style>