Shades of Persimmon #E74E00
Tints of Persimmon #E74E00
RGB
CMYK
RGB Variations
Color information
#E74E00 (or 0xE74E00) is known color: Persimmon. HEX triplet: E7, 4E and 00. RGB value is (231,78,0). Sum of RGB (Red+Green+Blue) = 231+78+0=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74E00 is #18B1FF. Grayscale: #737373. Windows color (decimal): -1618432 or 20199. OLE color: 20199.
HSL color Cylindrical-coordinate representation of color #E74E00: hue angle of 20.26º 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 #E74E00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.09 |
| HSL | 20.26º | 1% | 0.45% | - |
| HSV(B) | 20.26º | 1% | 0.91% | - |
| XYZ | 35.68 | 22.44 | 2.45 | - |
| YUV | 114.86 | 63.19 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 0 | 0 | 0.66 | 1 | 0.09 | 20.26 | 1 | 0.45 |
| Hex | E7 | 4E | 0 | 0 | 42 | 64 | 9 | 14 | 64 | 2D |
| Octal | 347 | 116 | 0 | 0 | 102 | 144 | 11 | 24 | 144 | 55 |
| Binary | 11100111 | 1001110 | 0 | 0 | 1000010 | 1100100 | 1001 | 10100 | 1100100 | 101101 |
Color Harmonies of #E74E00
Complementary color
Monochromatic Colors of #E74E00
Black with #E74E00
Text Example
Text Example
White with #E74E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E00; }
p { color: rgb(231,78,0); }
H1.HeaderClassName
{
color: #E74E00;
}
.AnyTagClassName
{
color: #E74E00;
}
</style>
background-color css
<style>
a { background-color: #E74E00; }
a { background-color: rgb(231,78,0); }
div.DivClassName
{
background-color: #E74E00;
}
.BgClassName
{
background-color: #E74E00;
}
</style>
border-color css
<style>
span { border-color: #E74E00; }
span { border-color: rgb(231,78,0); }
td.TdClassName
{
border-color: #E74E00;
}
.TagClassName
{
border-color: #E74E00;
}
</style>