Shades of Persimmon #EA5417
Tints of Persimmon #EA5417
RGB
CMYK
RGB Variations
Color information
#EA5417 (or 0xEA5417) is known color: Persimmon. HEX triplet: EA, 54 and 17. RGB value is (234,84,23). Sum of RGB (Red+Green+Blue) = 234+84+23=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5417 is #15ABE8. Grayscale: #7A7A7A. Windows color (decimal): -1420265 or 1529066. OLE color: 1529066.
HSL color Cylindrical-coordinate representation of color #EA5417: hue angle of 17.35º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA5417 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 23 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.08 |
| HSL | 17.35º | 0.83% | 0.5% | - |
| HSV(B) | 17.35º | 0.9% | 0.92% | - |
| XYZ | 37.26 | 23.89 | 3.46 | - |
| YUV | 121.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 23 | 0 | 0.64 | 0.90 | 0.08 | 17.35 | 0.83 | 0.5 |
| Hex | EA | 54 | 17 | 0 | 40 | 5A | 8 | 11 | 53 | 32 |
| Octal | 352 | 124 | 27 | 0 | 100 | 132 | 10 | 21 | 123 | 62 |
| Binary | 11101010 | 1010100 | 10111 | 0 | 1000000 | 1011010 | 1000 | 10001 | 1010011 | 110010 |
Color Harmonies of #EA5417
Complementary color
Monochromatic Colors of #EA5417
Black with #EA5417
Text Example
Text Example
White with #EA5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5417; }
p { color: rgb(234,84,23); }
H1.HeaderClassName
{
color: #EA5417;
}
.AnyTagClassName
{
color: #EA5417;
}
</style>
background-color css
<style>
a { background-color: #EA5417; }
a { background-color: rgb(234,84,23); }
div.DivClassName
{
background-color: #EA5417;
}
.BgClassName
{
background-color: #EA5417;
}
</style>
border-color css
<style>
span { border-color: #EA5417; }
span { border-color: rgb(234,84,23); }
td.TdClassName
{
border-color: #EA5417;
}
.TagClassName
{
border-color: #EA5417;
}
</style>