Shades of Persimmon #EF6503
Tints of Persimmon #EF6503
RGB
CMYK
RGB Variations
Color information
#EF6503 (or 0xEF6503) is known color: Persimmon. HEX triplet: EF, 65 and 03. RGB value is (239,101,3). Sum of RGB (Red+Green+Blue) = 239+101+3=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6503 is #109AFC. Grayscale: #838383. Windows color (decimal): -1088253 or 222703. OLE color: 222703.
HSL color Cylindrical-coordinate representation of color #EF6503: hue angle of 24.92º 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 #EF6503 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.06 |
| HSL | 24.92º | 0.98% | 0.47% | - |
| HSV(B) | 24.92º | 0.99% | 0.94% | - |
| XYZ | 40.27 | 27.66 | 3.3 | - |
| YUV | 131.09 | 55.72 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 3 | 0 | 0.58 | 0.99 | 0.06 | 24.92 | 0.98 | 0.47 |
| Hex | EF | 65 | 3 | 0 | 3A | 63 | 6 | 19 | 62 | 2F |
| Octal | 357 | 145 | 3 | 0 | 72 | 143 | 6 | 31 | 142 | 57 |
| Binary | 11101111 | 1100101 | 11 | 0 | 111010 | 1100011 | 110 | 11001 | 1100010 | 101111 |
Color Harmonies of #EF6503
Complementary color
Monochromatic Colors of #EF6503
Black with #EF6503
Text Example
Text Example
White with #EF6503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6503; }
p { color: rgb(239,101,3); }
H1.HeaderClassName
{
color: #EF6503;
}
.AnyTagClassName
{
color: #EF6503;
}
</style>
background-color css
<style>
a { background-color: #EF6503; }
a { background-color: rgb(239,101,3); }
div.DivClassName
{
background-color: #EF6503;
}
.BgClassName
{
background-color: #EF6503;
}
</style>
border-color css
<style>
span { border-color: #EF6503; }
span { border-color: rgb(239,101,3); }
td.TdClassName
{
border-color: #EF6503;
}
.TagClassName
{
border-color: #EF6503;
}
</style>