Shades of Persimmon #EA6013
Tints of Persimmon #EA6013
RGB
CMYK
RGB Variations
Color information
#EA6013 (or 0xEA6013) is known color: Persimmon. HEX triplet: EA, 60 and 13. RGB value is (234,96,19). Sum of RGB (Red+Green+Blue) = 234+96+19=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6013 is #159FEC. Grayscale: #808080. Windows color (decimal): -1417197 or 1269994. OLE color: 1269994.
HSL color Cylindrical-coordinate representation of color #EA6013: hue angle of 21.49º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA6013 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 19 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.08 |
| HSL | 21.49º | 0.85% | 0.5% | - |
| HSV(B) | 21.49º | 0.92% | 0.92% | - |
| XYZ | 38.23 | 25.91 | 3.6 | - |
| YUV | 128.48 | 66.22 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 19 | 0 | 0.59 | 0.92 | 0.08 | 21.49 | 0.85 | 0.5 |
| Hex | EA | 60 | 13 | 0 | 3B | 5C | 8 | 15 | 55 | 32 |
| Octal | 352 | 140 | 23 | 0 | 73 | 134 | 10 | 25 | 125 | 62 |
| Binary | 11101010 | 1100000 | 10011 | 0 | 111011 | 1011100 | 1000 | 10101 | 1010101 | 110010 |
Color Harmonies of #EA6013
Complementary color
Monochromatic Colors of #EA6013
Black with #EA6013
Text Example
Text Example
White with #EA6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6013; }
p { color: rgb(234,96,19); }
H1.HeaderClassName
{
color: #EA6013;
}
.AnyTagClassName
{
color: #EA6013;
}
</style>
background-color css
<style>
a { background-color: #EA6013; }
a { background-color: rgb(234,96,19); }
div.DivClassName
{
background-color: #EA6013;
}
.BgClassName
{
background-color: #EA6013;
}
</style>
border-color css
<style>
span { border-color: #EA6013; }
span { border-color: rgb(234,96,19); }
td.TdClassName
{
border-color: #EA6013;
}
.TagClassName
{
border-color: #EA6013;
}
</style>