Shades of Persimmon #EB4C17
Tints of Persimmon #EB4C17
RGB
CMYK
RGB Variations
Color information
#EB4C17 (or 0xEB4C17) is known color: Persimmon. HEX triplet: EB, 4C and 17. RGB value is (235,76,23). Sum of RGB (Red+Green+Blue) = 235+76+23=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4C17 is #14B3E8. Grayscale: #757575. Windows color (decimal): -1356777 or 1527019. OLE color: 1527019.
HSL color Cylindrical-coordinate representation of color #EB4C17: hue angle of 15º 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 #EB4C17 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 23 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.08 |
| HSL | 15º | 0.84% | 0.51% | - |
| HSV(B) | 15º | 0.9% | 0.92% | - |
| XYZ | 37 | 22.89 | 3.28 | - |
| YUV | 117.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 23 | 0 | 0.68 | 0.90 | 0.08 | 15 | 0.84 | 0.51 |
| Hex | EB | 4C | 17 | 0 | 44 | 5A | 8 | F | 54 | 33 |
| Octal | 353 | 114 | 27 | 0 | 104 | 132 | 10 | 17 | 124 | 63 |
| Binary | 11101011 | 1001100 | 10111 | 0 | 1000100 | 1011010 | 1000 | 1111 | 1010100 | 110011 |
Color Harmonies of #EB4C17
Complementary color
Monochromatic Colors of #EB4C17
Black with #EB4C17
Text Example
Text Example
White with #EB4C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C17; }
p { color: rgb(235,76,23); }
H1.HeaderClassName
{
color: #EB4C17;
}
.AnyTagClassName
{
color: #EB4C17;
}
</style>
background-color css
<style>
a { background-color: #EB4C17; }
a { background-color: rgb(235,76,23); }
div.DivClassName
{
background-color: #EB4C17;
}
.BgClassName
{
background-color: #EB4C17;
}
</style>
border-color css
<style>
span { border-color: #EB4C17; }
span { border-color: rgb(235,76,23); }
td.TdClassName
{
border-color: #EB4C17;
}
.TagClassName
{
border-color: #EB4C17;
}
</style>