Shades of Persimmon #E74F02
Tints of Persimmon #E74F02
RGB
CMYK
RGB Variations
Color information
#E74F02 (or 0xE74F02) is known color: Persimmon. HEX triplet: E7, 4F and 02. RGB value is (231,79,2). Sum of RGB (Red+Green+Blue) = 231+79+2=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F02 is #18B0FD. Grayscale: #747474. Windows color (decimal): -1618174 or 151527. OLE color: 151527.
HSL color Cylindrical-coordinate representation of color #E74F02: hue angle of 20.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E74F02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.09 |
| HSL | 20.17º | 0.98% | 0.46% | - |
| HSV(B) | 20.17º | 0.99% | 0.91% | - |
| XYZ | 35.76 | 22.59 | 2.53 | - |
| YUV | 115.67 | 63.86 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 2 | 0 | 0.66 | 0.99 | 0.09 | 20.17 | 0.98 | 0.46 |
| Hex | E7 | 4F | 2 | 0 | 42 | 63 | 9 | 14 | 62 | 2E |
| Octal | 347 | 117 | 2 | 0 | 102 | 143 | 11 | 24 | 142 | 56 |
| Binary | 11100111 | 1001111 | 10 | 0 | 1000010 | 1100011 | 1001 | 10100 | 1100010 | 101110 |
Color Harmonies of #E74F02
Complementary color
Monochromatic Colors of #E74F02
Black with #E74F02
Text Example
Text Example
White with #E74F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F02; }
p { color: rgb(231,79,2); }
H1.HeaderClassName
{
color: #E74F02;
}
.AnyTagClassName
{
color: #E74F02;
}
</style>
background-color css
<style>
a { background-color: #E74F02; }
a { background-color: rgb(231,79,2); }
div.DivClassName
{
background-color: #E74F02;
}
.BgClassName
{
background-color: #E74F02;
}
</style>
border-color css
<style>
span { border-color: #E74F02; }
span { border-color: rgb(231,79,2); }
td.TdClassName
{
border-color: #E74F02;
}
.TagClassName
{
border-color: #E74F02;
}
</style>