Shades of Persimmon #EB5E0D
Tints of Persimmon #EB5E0D
RGB
CMYK
RGB Variations
Color information
#EB5E0D (or 0xEB5E0D) is known color: Persimmon. HEX triplet: EB, 5E and 0D. RGB value is (235,94,13). Sum of RGB (Red+Green+Blue) = 235+94+13=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5E0D is #14A1F2. Grayscale: #7F7F7F. Windows color (decimal): -1352179 or 876267. OLE color: 876267.
HSL color Cylindrical-coordinate representation of color #EB5E0D: hue angle of 21.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB5E0D is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 94 | 13 | - |
| CMYK | 0 | 0.6 | 0.94 | 0.08 |
| HSL | 21.89º | 0.9% | 0.49% | - |
| HSV(B) | 21.89º | 0.94% | 0.92% | - |
| XYZ | 38.34 | 25.7 | 3.32 | - |
| YUV | 126.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 94 | 13 | 0 | 0.6 | 0.94 | 0.08 | 21.89 | 0.9 | 0.49 |
| Hex | EB | 5E | D | 0 | 3C | 5E | 8 | 16 | 5A | 31 |
| Octal | 353 | 136 | 15 | 0 | 74 | 136 | 10 | 26 | 132 | 61 |
| Binary | 11101011 | 1011110 | 1101 | 0 | 111100 | 1011110 | 1000 | 10110 | 1011010 | 110001 |
Color Harmonies of #EB5E0D
Complementary color
Monochromatic Colors of #EB5E0D
Black with #EB5E0D
Text Example
Text Example
White with #EB5E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5E0D; }
p { color: rgb(235,94,13); }
H1.HeaderClassName
{
color: #EB5E0D;
}
.AnyTagClassName
{
color: #EB5E0D;
}
</style>
background-color css
<style>
a { background-color: #EB5E0D; }
a { background-color: rgb(235,94,13); }
div.DivClassName
{
background-color: #EB5E0D;
}
.BgClassName
{
background-color: #EB5E0D;
}
</style>
border-color css
<style>
span { border-color: #EB5E0D; }
span { border-color: rgb(235,94,13); }
td.TdClassName
{
border-color: #EB5E0D;
}
.TagClassName
{
border-color: #EB5E0D;
}
</style>