Shades of Persimmon #EA5B17
Tints of Persimmon #EA5B17
RGB
CMYK
RGB Variations
Color information
#EA5B17 (or 0xEA5B17) is known color: Persimmon. HEX triplet: EA, 5B and 17. RGB value is (234,91,23). Sum of RGB (Red+Green+Blue) = 234+91+23=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5B17 is #15A4E8. Grayscale: #7E7E7E. Windows color (decimal): -1418473 or 1530858. OLE color: 1530858.
HSL color Cylindrical-coordinate representation of color #EA5B17: hue angle of 19.34º 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 #EA5B17 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 23 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.08 |
| HSL | 19.34º | 0.83% | 0.5% | - |
| HSV(B) | 19.34º | 0.9% | 0.92% | - |
| XYZ | 37.83 | 25.04 | 3.65 | - |
| YUV | 126.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 23 | 0 | 0.61 | 0.90 | 0.08 | 19.34 | 0.83 | 0.5 |
| Hex | EA | 5B | 17 | 0 | 3D | 5A | 8 | 13 | 53 | 32 |
| Octal | 352 | 133 | 27 | 0 | 75 | 132 | 10 | 23 | 123 | 62 |
| Binary | 11101010 | 1011011 | 10111 | 0 | 111101 | 1011010 | 1000 | 10011 | 1010011 | 110010 |
Color Harmonies of #EA5B17
Complementary color
Monochromatic Colors of #EA5B17
Black with #EA5B17
Text Example
Text Example
White with #EA5B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B17; }
p { color: rgb(234,91,23); }
H1.HeaderClassName
{
color: #EA5B17;
}
.AnyTagClassName
{
color: #EA5B17;
}
</style>
background-color css
<style>
a { background-color: #EA5B17; }
a { background-color: rgb(234,91,23); }
div.DivClassName
{
background-color: #EA5B17;
}
.BgClassName
{
background-color: #EA5B17;
}
</style>
border-color css
<style>
span { border-color: #EA5B17; }
span { border-color: rgb(234,91,23); }
td.TdClassName
{
border-color: #EA5B17;
}
.TagClassName
{
border-color: #EA5B17;
}
</style>