Shades of Persimmon #E74D18
Tints of Persimmon #E74D18
RGB
CMYK
RGB Variations
Color information
#E74D18 (or 0xE74D18) is known color: Persimmon. HEX triplet: E7, 4D and 18. RGB value is (231,77,24). Sum of RGB (Red+Green+Blue) = 231+77+24=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74D18 is #18B2E7. Grayscale: #757575. Windows color (decimal): -1618664 or 1592807. OLE color: 1592807.
HSL color Cylindrical-coordinate representation of color #E74D18: hue angle of 15.36º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E74D18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.09 |
| HSL | 15.36º | 0.81% | 0.5% | - |
| HSV(B) | 15.36º | 0.9% | 0.91% | - |
| XYZ | 35.77 | 22.36 | 3.3 | - |
| YUV | 117 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 24 | 0 | 0.67 | 0.90 | 0.09 | 15.36 | 0.81 | 0.5 |
| Hex | E7 | 4D | 18 | 0 | 43 | 5A | 9 | F | 51 | 32 |
| Octal | 347 | 115 | 30 | 0 | 103 | 132 | 11 | 17 | 121 | 62 |
| Binary | 11100111 | 1001101 | 11000 | 0 | 1000011 | 1011010 | 1001 | 1111 | 1010001 | 110010 |
Color Harmonies of #E74D18
Complementary color
Monochromatic Colors of #E74D18
Black with #E74D18
Text Example
Text Example
White with #E74D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D18; }
p { color: rgb(231,77,24); }
H1.HeaderClassName
{
color: #E74D18;
}
.AnyTagClassName
{
color: #E74D18;
}
</style>
background-color css
<style>
a { background-color: #E74D18; }
a { background-color: rgb(231,77,24); }
div.DivClassName
{
background-color: #E74D18;
}
.BgClassName
{
background-color: #E74D18;
}
</style>
border-color css
<style>
span { border-color: #E74D18; }
span { border-color: rgb(231,77,24); }
td.TdClassName
{
border-color: #E74D18;
}
.TagClassName
{
border-color: #E74D18;
}
</style>