Shades of Persimmon #EA4716
Tints of Persimmon #EA4716
RGB
CMYK
RGB Variations
Color information
#EA4716 (or 0xEA4716) is known color: Persimmon. HEX triplet: EA, 47 and 16. RGB value is (234,71,22). Sum of RGB (Red+Green+Blue) = 234+71+22=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4716 is #15B8E9. Grayscale: #727272. Windows color (decimal): -1423594 or 1460202. OLE color: 1460202.
HSL color Cylindrical-coordinate representation of color #EA4716: hue angle of 13.87º 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 #EA4716 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.08 |
| HSL | 13.87º | 0.83% | 0.5% | - |
| HSV(B) | 13.87º | 0.91% | 0.92% | - |
| XYZ | 36.33 | 22.06 | 3.1 | - |
| YUV | 114.15 | 76 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 22 | 0 | 0.70 | 0.91 | 0.08 | 13.87 | 0.83 | 0.5 |
| Hex | EA | 47 | 16 | 0 | 46 | 5B | 8 | E | 53 | 32 |
| Octal | 352 | 107 | 26 | 0 | 106 | 133 | 10 | 16 | 123 | 62 |
| Binary | 11101010 | 1000111 | 10110 | 0 | 1000110 | 1011011 | 1000 | 1110 | 1010011 | 110010 |
Color Harmonies of #EA4716
Complementary color
Monochromatic Colors of #EA4716
Black with #EA4716
Text Example
Text Example
White with #EA4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4716; }
p { color: rgb(234,71,22); }
H1.HeaderClassName
{
color: #EA4716;
}
.AnyTagClassName
{
color: #EA4716;
}
</style>
background-color css
<style>
a { background-color: #EA4716; }
a { background-color: rgb(234,71,22); }
div.DivClassName
{
background-color: #EA4716;
}
.BgClassName
{
background-color: #EA4716;
}
</style>
border-color css
<style>
span { border-color: #EA4716; }
span { border-color: rgb(234,71,22); }
td.TdClassName
{
border-color: #EA4716;
}
.TagClassName
{
border-color: #EA4716;
}
</style>