Shades of Persimmon #EF500D
Tints of Persimmon #EF500D
RGB
CMYK
RGB Variations
Color information
#EF500D (or 0xEF500D) is known color: Persimmon. HEX triplet: EF, 50 and 0D. RGB value is (239,80,13). Sum of RGB (Red+Green+Blue) = 239+80+13=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF500D is #10AFF2. Grayscale: #787878. Windows color (decimal): -1093619 or 872687. OLE color: 872687.
HSL color Cylindrical-coordinate representation of color #EF500D: hue angle of 17.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF500D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.06 |
| HSL | 17.79º | 0.9% | 0.49% | - |
| HSV(B) | 17.79º | 0.95% | 0.94% | - |
| XYZ | 38.54 | 24.12 | 3 | - |
| YUV | 119.9 | 67.68 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 13 | 0 | 0.67 | 0.95 | 0.06 | 17.79 | 0.9 | 0.49 |
| Hex | EF | 50 | D | 0 | 43 | 5F | 6 | 12 | 5A | 31 |
| Octal | 357 | 120 | 15 | 0 | 103 | 137 | 6 | 22 | 132 | 61 |
| Binary | 11101111 | 1010000 | 1101 | 0 | 1000011 | 1011111 | 110 | 10010 | 1011010 | 110001 |
Color Harmonies of #EF500D
Complementary color
Monochromatic Colors of #EF500D
Black with #EF500D
Text Example
Text Example
White with #EF500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF500D; }
p { color: rgb(239,80,13); }
H1.HeaderClassName
{
color: #EF500D;
}
.AnyTagClassName
{
color: #EF500D;
}
</style>
background-color css
<style>
a { background-color: #EF500D; }
a { background-color: rgb(239,80,13); }
div.DivClassName
{
background-color: #EF500D;
}
.BgClassName
{
background-color: #EF500D;
}
</style>
border-color css
<style>
span { border-color: #EF500D; }
span { border-color: rgb(239,80,13); }
td.TdClassName
{
border-color: #EF500D;
}
.TagClassName
{
border-color: #EF500D;
}
</style>