Shades of Persimmon #EA490F
Tints of Persimmon #EA490F
RGB
CMYK
RGB Variations
Color information
#EA490F (or 0xEA490F) is known color: Persimmon. HEX triplet: EA, 49 and 0F. RGB value is (234,73,15). Sum of RGB (Red+Green+Blue) = 234+73+15=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA490F is #15B6F0. Grayscale: #727272. Windows color (decimal): -1423089 or 1001962. OLE color: 1001962.
HSL color Cylindrical-coordinate representation of color #EA490F: hue angle of 15.89º 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 #EA490F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.08 |
| HSL | 15.89º | 0.88% | 0.49% | - |
| HSV(B) | 15.89º | 0.94% | 0.92% | - |
| XYZ | 36.4 | 22.29 | 2.84 | - |
| YUV | 114.53 | 71.84 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 15 | 0 | 0.69 | 0.94 | 0.08 | 15.89 | 0.88 | 0.49 |
| Hex | EA | 49 | F | 0 | 45 | 5E | 8 | 10 | 58 | 31 |
| Octal | 352 | 111 | 17 | 0 | 105 | 136 | 10 | 20 | 130 | 61 |
| Binary | 11101010 | 1001001 | 1111 | 0 | 1000101 | 1011110 | 1000 | 10000 | 1011000 | 110001 |
Color Harmonies of #EA490F
Complementary color
Monochromatic Colors of #EA490F
Black with #EA490F
Text Example
Text Example
White with #EA490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA490F; }
p { color: rgb(234,73,15); }
H1.HeaderClassName
{
color: #EA490F;
}
.AnyTagClassName
{
color: #EA490F;
}
</style>
background-color css
<style>
a { background-color: #EA490F; }
a { background-color: rgb(234,73,15); }
div.DivClassName
{
background-color: #EA490F;
}
.BgClassName
{
background-color: #EA490F;
}
</style>
border-color css
<style>
span { border-color: #EA490F; }
span { border-color: rgb(234,73,15); }
td.TdClassName
{
border-color: #EA490F;
}
.TagClassName
{
border-color: #EA490F;
}
</style>