Shades of Persimmon #E74A05
Tints of Persimmon #E74A05
RGB
CMYK
RGB Variations
Color information
#E74A05 (or 0xE74A05) is known color: Persimmon. HEX triplet: E7, 4A and 05. RGB value is (231,74,5). Sum of RGB (Red+Green+Blue) = 231+74+5=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74A05 is #18B5FA. Grayscale: #717171. Windows color (decimal): -1619451 or 346855. OLE color: 346855.
HSL color Cylindrical-coordinate representation of color #E74A05: hue angle of 18.32º degrees, saturation: 0.96, 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 #E74A05 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.09 |
| HSL | 18.32º | 0.96% | 0.46% | - |
| HSV(B) | 18.32º | 0.98% | 0.91% | - |
| XYZ | 35.43 | 21.9 | 2.5 | - |
| YUV | 113.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 5 | 0 | 0.68 | 0.98 | 0.09 | 18.32 | 0.96 | 0.46 |
| Hex | E7 | 4A | 5 | 0 | 44 | 62 | 9 | 12 | 60 | 2E |
| Octal | 347 | 112 | 5 | 0 | 104 | 142 | 11 | 22 | 140 | 56 |
| Binary | 11100111 | 1001010 | 101 | 0 | 1000100 | 1100010 | 1001 | 10010 | 1100000 | 101110 |
Color Harmonies of #E74A05
Complementary color
Monochromatic Colors of #E74A05
Black with #E74A05
Text Example
Text Example
White with #E74A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A05; }
p { color: rgb(231,74,5); }
H1.HeaderClassName
{
color: #E74A05;
}
.AnyTagClassName
{
color: #E74A05;
}
</style>
background-color css
<style>
a { background-color: #E74A05; }
a { background-color: rgb(231,74,5); }
div.DivClassName
{
background-color: #E74A05;
}
.BgClassName
{
background-color: #E74A05;
}
</style>
border-color css
<style>
span { border-color: #E74A05; }
span { border-color: rgb(231,74,5); }
td.TdClassName
{
border-color: #E74A05;
}
.TagClassName
{
border-color: #E74A05;
}
</style>