Shades of Persimmon #E74A00
Tints of Persimmon #E74A00
RGB
CMYK
RGB Variations
Color information
#E74A00 (or 0xE74A00) is known color: Persimmon. HEX triplet: E7, 4A and 00. RGB value is (231,74,0). Sum of RGB (Red+Green+Blue) = 231+74+0=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74A00 is #18B5FF. Grayscale: #707070. Windows color (decimal): -1619456 or 19175. OLE color: 19175.
HSL color Cylindrical-coordinate representation of color #E74A00: hue angle of 19.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E74A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.09 |
| HSL | 19.22º | 1% | 0.45% | - |
| HSV(B) | 19.22º | 1% | 0.91% | - |
| XYZ | 35.4 | 21.89 | 2.36 | - |
| YUV | 112.51 | 64.51 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 0 | 0 | 0.68 | 1 | 0.09 | 19.22 | 1 | 0.45 |
| Hex | E7 | 4A | 0 | 0 | 44 | 64 | 9 | 13 | 64 | 2D |
| Octal | 347 | 112 | 0 | 0 | 104 | 144 | 11 | 23 | 144 | 55 |
| Binary | 11100111 | 1001010 | 0 | 0 | 1000100 | 1100100 | 1001 | 10011 | 1100100 | 101101 |
Color Harmonies of #E74A00
Complementary color
Monochromatic Colors of #E74A00
Black with #E74A00
Text Example
Text Example
White with #E74A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A00; }
p { color: rgb(231,74,0); }
H1.HeaderClassName
{
color: #E74A00;
}
.AnyTagClassName
{
color: #E74A00;
}
</style>
background-color css
<style>
a { background-color: #E74A00; }
a { background-color: rgb(231,74,0); }
div.DivClassName
{
background-color: #E74A00;
}
.BgClassName
{
background-color: #E74A00;
}
</style>
border-color css
<style>
span { border-color: #E74A00; }
span { border-color: rgb(231,74,0); }
td.TdClassName
{
border-color: #E74A00;
}
.TagClassName
{
border-color: #E74A00;
}
</style>