Shades of Persimmon #EF550B
Tints of Persimmon #EF550B
RGB
CMYK
RGB Variations
Color information
#EF550B (or 0xEF550B) is known color: Persimmon. HEX triplet: EF, 55 and 0B. RGB value is (239,85,11). Sum of RGB (Red+Green+Blue) = 239+85+11=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF550B is #10AAF4. Grayscale: #7B7B7B. Windows color (decimal): -1092341 or 742895. OLE color: 742895.
HSL color Cylindrical-coordinate representation of color #EF550B: hue angle of 19.47º 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 #EF550B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.06 |
| HSL | 19.47º | 0.91% | 0.49% | - |
| HSV(B) | 19.47º | 0.95% | 0.94% | - |
| XYZ | 38.91 | 24.87 | 3.07 | - |
| YUV | 122.61 | 65.02 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 11 | 0 | 0.64 | 0.95 | 0.06 | 19.47 | 0.91 | 0.49 |
| Hex | EF | 55 | B | 0 | 40 | 5F | 6 | 13 | 5B | 31 |
| Octal | 357 | 125 | 13 | 0 | 100 | 137 | 6 | 23 | 133 | 61 |
| Binary | 11101111 | 1010101 | 1011 | 0 | 1000000 | 1011111 | 110 | 10011 | 1011011 | 110001 |
Color Harmonies of #EF550B
Complementary color
Monochromatic Colors of #EF550B
Black with #EF550B
Text Example
Text Example
White with #EF550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF550B; }
p { color: rgb(239,85,11); }
H1.HeaderClassName
{
color: #EF550B;
}
.AnyTagClassName
{
color: #EF550B;
}
</style>
background-color css
<style>
a { background-color: #EF550B; }
a { background-color: rgb(239,85,11); }
div.DivClassName
{
background-color: #EF550B;
}
.BgClassName
{
background-color: #EF550B;
}
</style>
border-color css
<style>
span { border-color: #EF550B; }
span { border-color: rgb(239,85,11); }
td.TdClassName
{
border-color: #EF550B;
}
.TagClassName
{
border-color: #EF550B;
}
</style>