Shades of Persimmon #E74B19
Tints of Persimmon #E74B19
RGB
CMYK
RGB Variations
Color information
#E74B19 (or 0xE74B19) is known color: Persimmon. HEX triplet: E7, 4B and 19. RGB value is (231,75,25). Sum of RGB (Red+Green+Blue) = 231+75+25=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74B19 is #18B4E6. Grayscale: #747474. Windows color (decimal): -1619175 or 1657831. OLE color: 1657831.
HSL color Cylindrical-coordinate representation of color #E74B19: hue angle of 14.56º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E74B19 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.09 |
| HSL | 14.56º | 0.81% | 0.5% | - |
| HSV(B) | 14.56º | 0.89% | 0.91% | - |
| XYZ | 35.65 | 22.09 | 3.3 | - |
| YUV | 115.94 | 76.68 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 25 | 0 | 0.68 | 0.89 | 0.09 | 14.56 | 0.81 | 0.5 |
| Hex | E7 | 4B | 19 | 0 | 44 | 59 | 9 | F | 51 | 32 |
| Octal | 347 | 113 | 31 | 0 | 104 | 131 | 11 | 17 | 121 | 62 |
| Binary | 11100111 | 1001011 | 11001 | 0 | 1000100 | 1011001 | 1001 | 1111 | 1010001 | 110010 |
Color Harmonies of #E74B19
Complementary color
Monochromatic Colors of #E74B19
Black with #E74B19
Text Example
Text Example
White with #E74B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B19; }
p { color: rgb(231,75,25); }
H1.HeaderClassName
{
color: #E74B19;
}
.AnyTagClassName
{
color: #E74B19;
}
</style>
background-color css
<style>
a { background-color: #E74B19; }
a { background-color: rgb(231,75,25); }
div.DivClassName
{
background-color: #E74B19;
}
.BgClassName
{
background-color: #E74B19;
}
</style>
border-color css
<style>
span { border-color: #E74B19; }
span { border-color: rgb(231,75,25); }
td.TdClassName
{
border-color: #E74B19;
}
.TagClassName
{
border-color: #E74B19;
}
</style>