Shades of Persimmon #EA570D
Tints of Persimmon #EA570D
RGB
CMYK
RGB Variations
Color information
#EA570D (or 0xEA570D) is known color: Persimmon. HEX triplet: EA, 57 and 0D. RGB value is (234,87,13). Sum of RGB (Red+Green+Blue) = 234+87+13=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA570D is #15A8F2. Grayscale: #7A7A7A. Windows color (decimal): -1419507 or 874474. OLE color: 874474.
HSL color Cylindrical-coordinate representation of color #EA570D: hue angle of 20.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA570D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.08 |
| HSL | 20.09º | 0.89% | 0.48% | - |
| HSV(B) | 20.09º | 0.94% | 0.92% | - |
| XYZ | 37.41 | 24.34 | 3.11 | - |
| YUV | 122.52 | 66.2 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 13 | 0 | 0.63 | 0.94 | 0.08 | 20.09 | 0.89 | 0.48 |
| Hex | EA | 57 | D | 0 | 3F | 5E | 8 | 14 | 59 | 30 |
| Octal | 352 | 127 | 15 | 0 | 77 | 136 | 10 | 24 | 131 | 60 |
| Binary | 11101010 | 1010111 | 1101 | 0 | 111111 | 1011110 | 1000 | 10100 | 1011001 | 110000 |
Color Harmonies of #EA570D
Complementary color
Monochromatic Colors of #EA570D
Black with #EA570D
Text Example
Text Example
White with #EA570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA570D; }
p { color: rgb(234,87,13); }
H1.HeaderClassName
{
color: #EA570D;
}
.AnyTagClassName
{
color: #EA570D;
}
</style>
background-color css
<style>
a { background-color: #EA570D; }
a { background-color: rgb(234,87,13); }
div.DivClassName
{
background-color: #EA570D;
}
.BgClassName
{
background-color: #EA570D;
}
</style>
border-color css
<style>
span { border-color: #EA570D; }
span { border-color: rgb(234,87,13); }
td.TdClassName
{
border-color: #EA570D;
}
.TagClassName
{
border-color: #EA570D;
}
</style>