Shades of Persimmon #EF5603
Tints of Persimmon #EF5603
RGB
CMYK
RGB Variations
Color information
#EF5603 (or 0xEF5603) is known color: Persimmon. HEX triplet: EF, 56 and 03. RGB value is (239,86,3). Sum of RGB (Red+Green+Blue) = 239+86+3=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5603 is #10A9FC. Grayscale: #7A7A7A. Windows color (decimal): -1092093 or 218863. OLE color: 218863.
HSL color Cylindrical-coordinate representation of color #EF5603: hue angle of 21.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF5603 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.06 |
| HSL | 21.1º | 0.98% | 0.47% | - |
| HSV(B) | 21.1º | 0.99% | 0.94% | - |
| XYZ | 38.94 | 25.01 | 2.86 | - |
| YUV | 122.29 | 60.69 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 3 | 0 | 0.64 | 0.99 | 0.06 | 21.1 | 0.98 | 0.47 |
| Hex | EF | 56 | 3 | 0 | 40 | 63 | 6 | 15 | 62 | 2F |
| Octal | 357 | 126 | 3 | 0 | 100 | 143 | 6 | 25 | 142 | 57 |
| Binary | 11101111 | 1010110 | 11 | 0 | 1000000 | 1100011 | 110 | 10101 | 1100010 | 101111 |
Color Harmonies of #EF5603
Complementary color
Monochromatic Colors of #EF5603
Black with #EF5603
Text Example
Text Example
White with #EF5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5603; }
p { color: rgb(239,86,3); }
H1.HeaderClassName
{
color: #EF5603;
}
.AnyTagClassName
{
color: #EF5603;
}
</style>
background-color css
<style>
a { background-color: #EF5603; }
a { background-color: rgb(239,86,3); }
div.DivClassName
{
background-color: #EF5603;
}
.BgClassName
{
background-color: #EF5603;
}
</style>
border-color css
<style>
span { border-color: #EF5603; }
span { border-color: rgb(239,86,3); }
td.TdClassName
{
border-color: #EF5603;
}
.TagClassName
{
border-color: #EF5603;
}
</style>