Shades of Persimmon #EB4F18
Tints of Persimmon #EB4F18
RGB
CMYK
RGB Variations
Color information
#EB4F18 (or 0xEB4F18) is known color: Persimmon. HEX triplet: EB, 4F and 18. RGB value is (235,79,24). Sum of RGB (Red+Green+Blue) = 235+79+24=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4F18 is #14B0E7. Grayscale: #777777. Windows color (decimal): -1356008 or 1593323. OLE color: 1593323.
HSL color Cylindrical-coordinate representation of color #EB4F18: hue angle of 15.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB4F18 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 79 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.08 |
| HSL | 15.64º | 0.84% | 0.51% | - |
| HSV(B) | 15.64º | 0.9% | 0.92% | - |
| XYZ | 37.22 | 23.32 | 3.4 | - |
| YUV | 119.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 79 | 24 | 0 | 0.66 | 0.90 | 0.08 | 15.64 | 0.84 | 0.51 |
| Hex | EB | 4F | 18 | 0 | 42 | 5A | 8 | 10 | 54 | 33 |
| Octal | 353 | 117 | 30 | 0 | 102 | 132 | 10 | 20 | 124 | 63 |
| Binary | 11101011 | 1001111 | 11000 | 0 | 1000010 | 1011010 | 1000 | 10000 | 1010100 | 110011 |
Color Harmonies of #EB4F18
Complementary color
Monochromatic Colors of #EB4F18
Black with #EB4F18
Text Example
Text Example
White with #EB4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4F18; }
p { color: rgb(235,79,24); }
H1.HeaderClassName
{
color: #EB4F18;
}
.AnyTagClassName
{
color: #EB4F18;
}
</style>
background-color css
<style>
a { background-color: #EB4F18; }
a { background-color: rgb(235,79,24); }
div.DivClassName
{
background-color: #EB4F18;
}
.BgClassName
{
background-color: #EB4F18;
}
</style>
border-color css
<style>
span { border-color: #EB4F18; }
span { border-color: rgb(235,79,24); }
td.TdClassName
{
border-color: #EB4F18;
}
.TagClassName
{
border-color: #EB4F18;
}
</style>