Shades of Persimmon #E74A16
Tints of Persimmon #E74A16
RGB
CMYK
RGB Variations
Color information
#E74A16 (or 0xE74A16) is known color: Persimmon. HEX triplet: E7, 4A and 16. RGB value is (231,74,22). Sum of RGB (Red+Green+Blue) = 231+74+22=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74A16 is #18B5E9. Grayscale: #737373. Windows color (decimal): -1619434 or 1460967. OLE color: 1460967.
HSL color Cylindrical-coordinate representation of color #E74A16: hue angle of 14.93º degrees, saturation: 0.83, 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 #E74A16 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.09 |
| HSL | 14.93º | 0.83% | 0.5% | - |
| HSV(B) | 14.93º | 0.9% | 0.91% | - |
| XYZ | 35.55 | 21.94 | 3.12 | - |
| YUV | 115.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 22 | 0 | 0.68 | 0.90 | 0.09 | 14.93 | 0.83 | 0.5 |
| Hex | E7 | 4A | 16 | 0 | 44 | 5A | 9 | F | 53 | 32 |
| Octal | 347 | 112 | 26 | 0 | 104 | 132 | 11 | 17 | 123 | 62 |
| Binary | 11100111 | 1001010 | 10110 | 0 | 1000100 | 1011010 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E74A16
Complementary color
Monochromatic Colors of #E74A16
Black with #E74A16
Text Example
Text Example
White with #E74A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A16; }
p { color: rgb(231,74,22); }
H1.HeaderClassName
{
color: #E74A16;
}
.AnyTagClassName
{
color: #E74A16;
}
</style>
background-color css
<style>
a { background-color: #E74A16; }
a { background-color: rgb(231,74,22); }
div.DivClassName
{
background-color: #E74A16;
}
.BgClassName
{
background-color: #E74A16;
}
</style>
border-color css
<style>
span { border-color: #E74A16; }
span { border-color: rgb(231,74,22); }
td.TdClassName
{
border-color: #E74A16;
}
.TagClassName
{
border-color: #E74A16;
}
</style>