Shades of Persimmon #EA4D19
Tints of Persimmon #EA4D19
RGB
CMYK
RGB Variations
Color information
#EA4D19 (or 0xEA4D19) is known color: Persimmon. HEX triplet: EA, 4D and 19. RGB value is (234,77,25). Sum of RGB (Red+Green+Blue) = 234+77+25=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D19 is #15B2E6. Grayscale: #767676. Windows color (decimal): -1422055 or 1658346. OLE color: 1658346.
HSL color Cylindrical-coordinate representation of color #EA4D19: hue angle of 14.93º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA4D19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.08 |
| HSL | 14.93º | 0.83% | 0.51% | - |
| HSV(B) | 14.93º | 0.89% | 0.92% | - |
| XYZ | 36.76 | 22.87 | 3.4 | - |
| YUV | 118.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 25 | 0 | 0.67 | 0.89 | 0.08 | 14.93 | 0.83 | 0.51 |
| Hex | EA | 4D | 19 | 0 | 43 | 59 | 8 | F | 53 | 33 |
| Octal | 352 | 115 | 31 | 0 | 103 | 131 | 10 | 17 | 123 | 63 |
| Binary | 11101010 | 1001101 | 11001 | 0 | 1000011 | 1011001 | 1000 | 1111 | 1010011 | 110011 |
Color Harmonies of #EA4D19
Complementary color
Monochromatic Colors of #EA4D19
Black with #EA4D19
Text Example
Text Example
White with #EA4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D19; }
p { color: rgb(234,77,25); }
H1.HeaderClassName
{
color: #EA4D19;
}
.AnyTagClassName
{
color: #EA4D19;
}
</style>
background-color css
<style>
a { background-color: #EA4D19; }
a { background-color: rgb(234,77,25); }
div.DivClassName
{
background-color: #EA4D19;
}
.BgClassName
{
background-color: #EA4D19;
}
</style>
border-color css
<style>
span { border-color: #EA4D19; }
span { border-color: rgb(234,77,25); }
td.TdClassName
{
border-color: #EA4D19;
}
.TagClassName
{
border-color: #EA4D19;
}
</style>