Shades of Persimmon #EF5D03
Tints of Persimmon #EF5D03
RGB
CMYK
RGB Variations
Color information
#EF5D03 (or 0xEF5D03) is known color: Persimmon. HEX triplet: EF, 5D and 03. RGB value is (239,93,3). Sum of RGB (Red+Green+Blue) = 239+93+3=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D03 is #10A2FC. Grayscale: #7E7E7E. Windows color (decimal): -1090301 or 220655. OLE color: 220655.
HSL color Cylindrical-coordinate representation of color #EF5D03: hue angle of 22.88º 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 #EF5D03 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.06 |
| HSL | 22.88º | 0.98% | 0.47% | - |
| HSV(B) | 22.88º | 0.99% | 0.94% | - |
| XYZ | 39.53 | 26.19 | 3.06 | - |
| YUV | 126.39 | 58.37 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 3 | 0 | 0.61 | 0.99 | 0.06 | 22.88 | 0.98 | 0.47 |
| Hex | EF | 5D | 3 | 0 | 3D | 63 | 6 | 17 | 62 | 2F |
| Octal | 357 | 135 | 3 | 0 | 75 | 143 | 6 | 27 | 142 | 57 |
| Binary | 11101111 | 1011101 | 11 | 0 | 111101 | 1100011 | 110 | 10111 | 1100010 | 101111 |
Color Harmonies of #EF5D03
Complementary color
Monochromatic Colors of #EF5D03
Black with #EF5D03
Text Example
Text Example
White with #EF5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D03; }
p { color: rgb(239,93,3); }
H1.HeaderClassName
{
color: #EF5D03;
}
.AnyTagClassName
{
color: #EF5D03;
}
</style>
background-color css
<style>
a { background-color: #EF5D03; }
a { background-color: rgb(239,93,3); }
div.DivClassName
{
background-color: #EF5D03;
}
.BgClassName
{
background-color: #EF5D03;
}
</style>
border-color css
<style>
span { border-color: #EF5D03; }
span { border-color: rgb(239,93,3); }
td.TdClassName
{
border-color: #EF5D03;
}
.TagClassName
{
border-color: #EF5D03;
}
</style>