Shades of Persimmon #EA5D14
Tints of Persimmon #EA5D14
RGB
CMYK
RGB Variations
Color information
#EA5D14 (or 0xEA5D14) is known color: Persimmon. HEX triplet: EA, 5D and 14. RGB value is (234,93,20). Sum of RGB (Red+Green+Blue) = 234+93+20=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5D14 is #15A2EB. Grayscale: #7F7F7F. Windows color (decimal): -1417964 or 1334762. OLE color: 1334762.
HSL color Cylindrical-coordinate representation of color #EA5D14: hue angle of 20.47º degrees, saturation: 0.84, 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 #EA5D14 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.08 |
| HSL | 20.47º | 0.84% | 0.5% | - |
| HSV(B) | 20.47º | 0.91% | 0.92% | - |
| XYZ | 37.97 | 25.37 | 3.56 | - |
| YUV | 126.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 20 | 0 | 0.60 | 0.91 | 0.08 | 20.47 | 0.84 | 0.5 |
| Hex | EA | 5D | 14 | 0 | 3C | 5B | 8 | 14 | 54 | 32 |
| Octal | 352 | 135 | 24 | 0 | 74 | 133 | 10 | 24 | 124 | 62 |
| Binary | 11101010 | 1011101 | 10100 | 0 | 111100 | 1011011 | 1000 | 10100 | 1010100 | 110010 |
Color Harmonies of #EA5D14
Complementary color
Monochromatic Colors of #EA5D14
Black with #EA5D14
Text Example
Text Example
White with #EA5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D14; }
p { color: rgb(234,93,20); }
H1.HeaderClassName
{
color: #EA5D14;
}
.AnyTagClassName
{
color: #EA5D14;
}
</style>
background-color css
<style>
a { background-color: #EA5D14; }
a { background-color: rgb(234,93,20); }
div.DivClassName
{
background-color: #EA5D14;
}
.BgClassName
{
background-color: #EA5D14;
}
</style>
border-color css
<style>
span { border-color: #EA5D14; }
span { border-color: rgb(234,93,20); }
td.TdClassName
{
border-color: #EA5D14;
}
.TagClassName
{
border-color: #EA5D14;
}
</style>