Shades of Persimmon #E74D06
Tints of Persimmon #E74D06
RGB
CMYK
RGB Variations
Color information
#E74D06 (or 0xE74D06) is known color: Persimmon. HEX triplet: E7, 4D and 06. RGB value is (231,77,6). Sum of RGB (Red+Green+Blue) = 231+77+6=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74D06 is #18B2F9. Grayscale: #737373. Windows color (decimal): -1618682 or 413159. OLE color: 413159.
HSL color Cylindrical-coordinate representation of color #E74D06: hue angle of 18.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E74D06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.09 |
| HSL | 18.93º | 0.95% | 0.46% | - |
| HSV(B) | 18.93º | 0.97% | 0.91% | - |
| XYZ | 35.64 | 22.31 | 2.6 | - |
| YUV | 114.95 | 66.52 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 6 | 0 | 0.67 | 0.97 | 0.09 | 18.93 | 0.95 | 0.46 |
| Hex | E7 | 4D | 6 | 0 | 43 | 61 | 9 | 13 | 5F | 2E |
| Octal | 347 | 115 | 6 | 0 | 103 | 141 | 11 | 23 | 137 | 56 |
| Binary | 11100111 | 1001101 | 110 | 0 | 1000011 | 1100001 | 1001 | 10011 | 1011111 | 101110 |
Color Harmonies of #E74D06
Complementary color
Monochromatic Colors of #E74D06
Black with #E74D06
Text Example
Text Example
White with #E74D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D06; }
p { color: rgb(231,77,6); }
H1.HeaderClassName
{
color: #E74D06;
}
.AnyTagClassName
{
color: #E74D06;
}
</style>
background-color css
<style>
a { background-color: #E74D06; }
a { background-color: rgb(231,77,6); }
div.DivClassName
{
background-color: #E74D06;
}
.BgClassName
{
background-color: #E74D06;
}
</style>
border-color css
<style>
span { border-color: #E74D06; }
span { border-color: rgb(231,77,6); }
td.TdClassName
{
border-color: #E74D06;
}
.TagClassName
{
border-color: #E74D06;
}
</style>