Shades of Persimmon #EA4D15
Tints of Persimmon #EA4D15
RGB
CMYK
RGB Variations
Color information
#EA4D15 (or 0xEA4D15) is known color: Persimmon. HEX triplet: EA, 4D and 15. RGB value is (234,77,21). Sum of RGB (Red+Green+Blue) = 234+77+21=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D15 is #15B2EA. Grayscale: #757575. Windows color (decimal): -1422059 or 1396202. OLE color: 1396202.
HSL color Cylindrical-coordinate representation of color #EA4D15: hue angle of 15.77º 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 #EA4D15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.08 |
| HSL | 15.77º | 0.84% | 0.5% | - |
| HSV(B) | 15.77º | 0.91% | 0.92% | - |
| XYZ | 36.72 | 22.85 | 3.19 | - |
| YUV | 117.56 | 73.51 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 21 | 0 | 0.67 | 0.91 | 0.08 | 15.77 | 0.84 | 0.5 |
| Hex | EA | 4D | 15 | 0 | 43 | 5B | 8 | 10 | 54 | 32 |
| Octal | 352 | 115 | 25 | 0 | 103 | 133 | 10 | 20 | 124 | 62 |
| Binary | 11101010 | 1001101 | 10101 | 0 | 1000011 | 1011011 | 1000 | 10000 | 1010100 | 110010 |
Color Harmonies of #EA4D15
Complementary color
Monochromatic Colors of #EA4D15
Black with #EA4D15
Text Example
Text Example
White with #EA4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D15; }
p { color: rgb(234,77,21); }
H1.HeaderClassName
{
color: #EA4D15;
}
.AnyTagClassName
{
color: #EA4D15;
}
</style>
background-color css
<style>
a { background-color: #EA4D15; }
a { background-color: rgb(234,77,21); }
div.DivClassName
{
background-color: #EA4D15;
}
.BgClassName
{
background-color: #EA4D15;
}
</style>
border-color css
<style>
span { border-color: #EA4D15; }
span { border-color: rgb(234,77,21); }
td.TdClassName
{
border-color: #EA4D15;
}
.TagClassName
{
border-color: #EA4D15;
}
</style>