Shades of Persimmon #EA460F
Tints of Persimmon #EA460F
RGB
CMYK
RGB Variations
Color information
#EA460F (or 0xEA460F) is known color: Persimmon. HEX triplet: EA, 46 and 0F. RGB value is (234,70,15). Sum of RGB (Red+Green+Blue) = 234+70+15=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA460F is #15B9F0. Grayscale: #717171. Windows color (decimal): -1423857 or 1001194. OLE color: 1001194.
HSL color Cylindrical-coordinate representation of color #EA460F: hue angle of 15.07º degrees, saturation: 0.88, 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 #EA460F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.08 |
| HSL | 15.07º | 0.88% | 0.49% | - |
| HSV(B) | 15.07º | 0.94% | 0.92% | - |
| XYZ | 36.21 | 21.91 | 2.77 | - |
| YUV | 112.77 | 72.83 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 15 | 0 | 0.70 | 0.94 | 0.08 | 15.07 | 0.88 | 0.49 |
| Hex | EA | 46 | F | 0 | 46 | 5E | 8 | F | 58 | 31 |
| Octal | 352 | 106 | 17 | 0 | 106 | 136 | 10 | 17 | 130 | 61 |
| Binary | 11101010 | 1000110 | 1111 | 0 | 1000110 | 1011110 | 1000 | 1111 | 1011000 | 110001 |
Color Harmonies of #EA460F
Complementary color
Monochromatic Colors of #EA460F
Black with #EA460F
Text Example
Text Example
White with #EA460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA460F; }
p { color: rgb(234,70,15); }
H1.HeaderClassName
{
color: #EA460F;
}
.AnyTagClassName
{
color: #EA460F;
}
</style>
background-color css
<style>
a { background-color: #EA460F; }
a { background-color: rgb(234,70,15); }
div.DivClassName
{
background-color: #EA460F;
}
.BgClassName
{
background-color: #EA460F;
}
</style>
border-color css
<style>
span { border-color: #EA460F; }
span { border-color: rgb(234,70,15); }
td.TdClassName
{
border-color: #EA460F;
}
.TagClassName
{
border-color: #EA460F;
}
</style>