Shades of Persimmon #EB4A13
Tints of Persimmon #EB4A13
RGB
CMYK
RGB Variations
Color information
#EB4A13 (or 0xEB4A13) is known color: Persimmon. HEX triplet: EB, 4A and 13. RGB value is (235,74,19). Sum of RGB (Red+Green+Blue) = 235+74+19=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A13 is #14B5EC. Grayscale: #747474. Windows color (decimal): -1357293 or 1264363. OLE color: 1264363.
HSL color Cylindrical-coordinate representation of color #EB4A13: hue angle of 15.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB4A13 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 19 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.08 |
| HSL | 15.28º | 0.85% | 0.5% | - |
| HSV(B) | 15.28º | 0.92% | 0.92% | - |
| XYZ | 36.83 | 22.61 | 3.04 | - |
| YUV | 115.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 19 | 0 | 0.69 | 0.92 | 0.08 | 15.28 | 0.85 | 0.5 |
| Hex | EB | 4A | 13 | 0 | 45 | 5C | 8 | F | 55 | 32 |
| Octal | 353 | 112 | 23 | 0 | 105 | 134 | 10 | 17 | 125 | 62 |
| Binary | 11101011 | 1001010 | 10011 | 0 | 1000101 | 1011100 | 1000 | 1111 | 1010101 | 110010 |
Color Harmonies of #EB4A13
Complementary color
Monochromatic Colors of #EB4A13
Black with #EB4A13
Text Example
Text Example
White with #EB4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A13; }
p { color: rgb(235,74,19); }
H1.HeaderClassName
{
color: #EB4A13;
}
.AnyTagClassName
{
color: #EB4A13;
}
</style>
background-color css
<style>
a { background-color: #EB4A13; }
a { background-color: rgb(235,74,19); }
div.DivClassName
{
background-color: #EB4A13;
}
.BgClassName
{
background-color: #EB4A13;
}
</style>
border-color css
<style>
span { border-color: #EB4A13; }
span { border-color: rgb(235,74,19); }
td.TdClassName
{
border-color: #EB4A13;
}
.TagClassName
{
border-color: #EB4A13;
}
</style>