Shades of Persimmon #EA460E
Tints of Persimmon #EA460E
RGB
CMYK
RGB Variations
Color information
#EA460E (or 0xEA460E) is known color: Persimmon. HEX triplet: EA, 46 and 0E. RGB value is (234,70,14). Sum of RGB (Red+Green+Blue) = 234+70+14=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA460E is #15B9F1. Grayscale: #717171. Windows color (decimal): -1423858 or 935658. OLE color: 935658.
HSL color Cylindrical-coordinate representation of color #EA460E: hue angle of 15.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA460E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.08 |
| HSL | 15.27º | 0.89% | 0.49% | - |
| HSV(B) | 15.27º | 0.94% | 0.92% | - |
| XYZ | 36.2 | 21.9 | 2.74 | - |
| YUV | 112.65 | 72.33 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 14 | 0 | 0.70 | 0.94 | 0.08 | 15.27 | 0.89 | 0.49 |
| Hex | EA | 46 | E | 0 | 46 | 5E | 8 | F | 59 | 31 |
| Octal | 352 | 106 | 16 | 0 | 106 | 136 | 10 | 17 | 131 | 61 |
| Binary | 11101010 | 1000110 | 1110 | 0 | 1000110 | 1011110 | 1000 | 1111 | 1011001 | 110001 |
Color Harmonies of #EA460E
Complementary color
Monochromatic Colors of #EA460E
Black with #EA460E
Text Example
Text Example
White with #EA460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA460E; }
p { color: rgb(234,70,14); }
H1.HeaderClassName
{
color: #EA460E;
}
.AnyTagClassName
{
color: #EA460E;
}
</style>
background-color css
<style>
a { background-color: #EA460E; }
a { background-color: rgb(234,70,14); }
div.DivClassName
{
background-color: #EA460E;
}
.BgClassName
{
background-color: #EA460E;
}
</style>
border-color css
<style>
span { border-color: #EA460E; }
span { border-color: rgb(234,70,14); }
td.TdClassName
{
border-color: #EA460E;
}
.TagClassName
{
border-color: #EA460E;
}
</style>