Shades of Persimmon #EF500B
Tints of Persimmon #EF500B
RGB
CMYK
RGB Variations
Color information
#EF500B (or 0xEF500B) is known color: Persimmon. HEX triplet: EF, 50 and 0B. RGB value is (239,80,11). Sum of RGB (Red+Green+Blue) = 239+80+11=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF500B is #10AFF4. Grayscale: #787878. Windows color (decimal): -1093621 or 741615. OLE color: 741615.
HSL color Cylindrical-coordinate representation of color #EF500B: hue angle of 18.16º degrees, saturation: 0.91, 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 #EF500B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.06 |
| HSL | 18.16º | 0.91% | 0.49% | - |
| HSV(B) | 18.16º | 0.95% | 0.94% | - |
| XYZ | 38.53 | 24.11 | 2.94 | - |
| YUV | 119.68 | 66.68 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 11 | 0 | 0.67 | 0.95 | 0.06 | 18.16 | 0.91 | 0.49 |
| Hex | EF | 50 | B | 0 | 43 | 5F | 6 | 12 | 5B | 31 |
| Octal | 357 | 120 | 13 | 0 | 103 | 137 | 6 | 22 | 133 | 61 |
| Binary | 11101111 | 1010000 | 1011 | 0 | 1000011 | 1011111 | 110 | 10010 | 1011011 | 110001 |
Color Harmonies of #EF500B
Complementary color
Monochromatic Colors of #EF500B
Black with #EF500B
Text Example
Text Example
White with #EF500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF500B; }
p { color: rgb(239,80,11); }
H1.HeaderClassName
{
color: #EF500B;
}
.AnyTagClassName
{
color: #EF500B;
}
</style>
background-color css
<style>
a { background-color: #EF500B; }
a { background-color: rgb(239,80,11); }
div.DivClassName
{
background-color: #EF500B;
}
.BgClassName
{
background-color: #EF500B;
}
</style>
border-color css
<style>
span { border-color: #EF500B; }
span { border-color: rgb(239,80,11); }
td.TdClassName
{
border-color: #EF500B;
}
.TagClassName
{
border-color: #EF500B;
}
</style>