Shades of Persimmon #EA5C10
Tints of Persimmon #EA5C10
RGB
CMYK
RGB Variations
Color information
#EA5C10 (or 0xEA5C10) is known color: Persimmon. HEX triplet: EA, 5C and 10. RGB value is (234,92,16). Sum of RGB (Red+Green+Blue) = 234+92+16=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5C10 is #15A3EF. Grayscale: #7E7E7E. Windows color (decimal): -1418224 or 1072362. OLE color: 1072362.
HSL color Cylindrical-coordinate representation of color #EA5C10: hue angle of 20.92º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA5C10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.08 |
| HSL | 20.92º | 0.87% | 0.49% | - |
| HSV(B) | 20.92º | 0.93% | 0.92% | - |
| XYZ | 37.85 | 25.18 | 3.36 | - |
| YUV | 125.79 | 66.04 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 16 | 0 | 0.61 | 0.93 | 0.08 | 20.92 | 0.87 | 0.49 |
| Hex | EA | 5C | 10 | 0 | 3D | 5D | 8 | 15 | 57 | 31 |
| Octal | 352 | 134 | 20 | 0 | 75 | 135 | 10 | 25 | 127 | 61 |
| Binary | 11101010 | 1011100 | 10000 | 0 | 111101 | 1011101 | 1000 | 10101 | 1010111 | 110001 |
Color Harmonies of #EA5C10
Complementary color
Monochromatic Colors of #EA5C10
Black with #EA5C10
Text Example
Text Example
White with #EA5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C10; }
p { color: rgb(234,92,16); }
H1.HeaderClassName
{
color: #EA5C10;
}
.AnyTagClassName
{
color: #EA5C10;
}
</style>
background-color css
<style>
a { background-color: #EA5C10; }
a { background-color: rgb(234,92,16); }
div.DivClassName
{
background-color: #EA5C10;
}
.BgClassName
{
background-color: #EA5C10;
}
</style>
border-color css
<style>
span { border-color: #EA5C10; }
span { border-color: rgb(234,92,16); }
td.TdClassName
{
border-color: #EA5C10;
}
.TagClassName
{
border-color: #EA5C10;
}
</style>