Shades of Persimmon #EB4E18
Tints of Persimmon #EB4E18
RGB
CMYK
RGB Variations
Color information
#EB4E18 (or 0xEB4E18) is known color: Persimmon. HEX triplet: EB, 4E and 18. RGB value is (235,78,24). Sum of RGB (Red+Green+Blue) = 235+78+24=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4E18 is #14B1E7. Grayscale: #777777. Windows color (decimal): -1356264 or 1593067. OLE color: 1593067.
HSL color Cylindrical-coordinate representation of color #EB4E18: hue angle of 15.36º 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 #EB4E18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.08 |
| HSL | 15.36º | 0.84% | 0.51% | - |
| HSV(B) | 15.36º | 0.9% | 0.92% | - |
| XYZ | 37.15 | 23.18 | 3.38 | - |
| YUV | 118.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 24 | 0 | 0.67 | 0.90 | 0.08 | 15.36 | 0.84 | 0.51 |
| Hex | EB | 4E | 18 | 0 | 43 | 5A | 8 | F | 54 | 33 |
| Octal | 353 | 116 | 30 | 0 | 103 | 132 | 10 | 17 | 124 | 63 |
| Binary | 11101011 | 1001110 | 11000 | 0 | 1000011 | 1011010 | 1000 | 1111 | 1010100 | 110011 |
Color Harmonies of #EB4E18
Complementary color
Monochromatic Colors of #EB4E18
Black with #EB4E18
Text Example
Text Example
White with #EB4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E18; }
p { color: rgb(235,78,24); }
H1.HeaderClassName
{
color: #EB4E18;
}
.AnyTagClassName
{
color: #EB4E18;
}
</style>
background-color css
<style>
a { background-color: #EB4E18; }
a { background-color: rgb(235,78,24); }
div.DivClassName
{
background-color: #EB4E18;
}
.BgClassName
{
background-color: #EB4E18;
}
</style>
border-color css
<style>
span { border-color: #EB4E18; }
span { border-color: rgb(235,78,24); }
td.TdClassName
{
border-color: #EB4E18;
}
.TagClassName
{
border-color: #EB4E18;
}
</style>