Shades of Persimmon #E74B18
Tints of Persimmon #E74B18
RGB
CMYK
RGB Variations
Color information
#E74B18 (or 0xE74B18) is known color: Persimmon. HEX triplet: E7, 4B and 18. RGB value is (231,75,24). Sum of RGB (Red+Green+Blue) = 231+75+24=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74B18 is #18B4E7. Grayscale: #747474. Windows color (decimal): -1619176 or 1592295. OLE color: 1592295.
HSL color Cylindrical-coordinate representation of color #E74B18: hue angle of 14.78º 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 #E74B18 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 24 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.09 |
| HSL | 14.78º | 0.81% | 0.5% | - |
| HSV(B) | 14.78º | 0.9% | 0.91% | - |
| XYZ | 35.64 | 22.09 | 3.25 | - |
| YUV | 115.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 24 | 0 | 0.68 | 0.90 | 0.09 | 14.78 | 0.81 | 0.5 |
| Hex | E7 | 4B | 18 | 0 | 44 | 5A | 9 | F | 51 | 32 |
| Octal | 347 | 113 | 30 | 0 | 104 | 132 | 11 | 17 | 121 | 62 |
| Binary | 11100111 | 1001011 | 11000 | 0 | 1000100 | 1011010 | 1001 | 1111 | 1010001 | 110010 |
Color Harmonies of #E74B18
Complementary color
Monochromatic Colors of #E74B18
Black with #E74B18
Text Example
Text Example
White with #E74B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B18; }
p { color: rgb(231,75,24); }
H1.HeaderClassName
{
color: #E74B18;
}
.AnyTagClassName
{
color: #E74B18;
}
</style>
background-color css
<style>
a { background-color: #E74B18; }
a { background-color: rgb(231,75,24); }
div.DivClassName
{
background-color: #E74B18;
}
.BgClassName
{
background-color: #E74B18;
}
</style>
border-color css
<style>
span { border-color: #E74B18; }
span { border-color: rgb(231,75,24); }
td.TdClassName
{
border-color: #E74B18;
}
.TagClassName
{
border-color: #E74B18;
}
</style>