Shades of Persimmon #EA6116
Tints of Persimmon #EA6116
RGB
CMYK
RGB Variations
Color information
#EA6116 (or 0xEA6116) is known color: Persimmon. HEX triplet: EA, 61 and 16. RGB value is (234,97,22). Sum of RGB (Red+Green+Blue) = 234+97+22=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6116 is #159EE9. Grayscale: #818181. Windows color (decimal): -1416938 or 1466858. OLE color: 1466858.
HSL color Cylindrical-coordinate representation of color #EA6116: hue angle of 21.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA6116 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.08 |
| HSL | 21.23º | 0.83% | 0.5% | - |
| HSV(B) | 21.23º | 0.91% | 0.92% | - |
| XYZ | 38.35 | 26.1 | 3.78 | - |
| YUV | 129.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 22 | 0 | 0.59 | 0.91 | 0.08 | 21.23 | 0.83 | 0.5 |
| Hex | EA | 61 | 16 | 0 | 3B | 5B | 8 | 15 | 53 | 32 |
| Octal | 352 | 141 | 26 | 0 | 73 | 133 | 10 | 25 | 123 | 62 |
| Binary | 11101010 | 1100001 | 10110 | 0 | 111011 | 1011011 | 1000 | 10101 | 1010011 | 110010 |
Color Harmonies of #EA6116
Complementary color
Monochromatic Colors of #EA6116
Black with #EA6116
Text Example
Text Example
White with #EA6116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6116; }
p { color: rgb(234,97,22); }
H1.HeaderClassName
{
color: #EA6116;
}
.AnyTagClassName
{
color: #EA6116;
}
</style>
background-color css
<style>
a { background-color: #EA6116; }
a { background-color: rgb(234,97,22); }
div.DivClassName
{
background-color: #EA6116;
}
.BgClassName
{
background-color: #EA6116;
}
</style>
border-color css
<style>
span { border-color: #EA6116; }
span { border-color: rgb(234,97,22); }
td.TdClassName
{
border-color: #EA6116;
}
.TagClassName
{
border-color: #EA6116;
}
</style>