Shades of Persimmon #EB500D
Tints of Persimmon #EB500D
RGB
CMYK
RGB Variations
Color information
#EB500D (or 0xEB500D) is known color: Persimmon. HEX triplet: EB, 50 and 0D. RGB value is (235,80,13). Sum of RGB (Red+Green+Blue) = 235+80+13=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB500D is #14AFF2. Grayscale: #777777. Windows color (decimal): -1355763 or 872683. OLE color: 872683.
HSL color Cylindrical-coordinate representation of color #EB500D: hue angle of 18.11º 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 #EB500D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.08 |
| HSL | 18.11º | 0.9% | 0.49% | - |
| HSV(B) | 18.11º | 0.94% | 0.92% | - |
| XYZ | 37.2 | 23.43 | 2.94 | - |
| YUV | 118.71 | 68.35 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 13 | 0 | 0.66 | 0.94 | 0.08 | 18.11 | 0.9 | 0.49 |
| Hex | EB | 50 | D | 0 | 42 | 5E | 8 | 12 | 5A | 31 |
| Octal | 353 | 120 | 15 | 0 | 102 | 136 | 10 | 22 | 132 | 61 |
| Binary | 11101011 | 1010000 | 1101 | 0 | 1000010 | 1011110 | 1000 | 10010 | 1011010 | 110001 |
Color Harmonies of #EB500D
Complementary color
Monochromatic Colors of #EB500D
Black with #EB500D
Text Example
Text Example
White with #EB500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB500D; }
p { color: rgb(235,80,13); }
H1.HeaderClassName
{
color: #EB500D;
}
.AnyTagClassName
{
color: #EB500D;
}
</style>
background-color css
<style>
a { background-color: #EB500D; }
a { background-color: rgb(235,80,13); }
div.DivClassName
{
background-color: #EB500D;
}
.BgClassName
{
background-color: #EB500D;
}
</style>
border-color css
<style>
span { border-color: #EB500D; }
span { border-color: rgb(235,80,13); }
td.TdClassName
{
border-color: #EB500D;
}
.TagClassName
{
border-color: #EB500D;
}
</style>