Shades of Persimmon #EF4F03
Tints of Persimmon #EF4F03
RGB
CMYK
RGB Variations
Color information
#EF4F03 (or 0xEF4F03) is known color: Persimmon. HEX triplet: EF, 4F and 03. RGB value is (239,79,3). Sum of RGB (Red+Green+Blue) = 239+79+3=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4F03 is #10B0FC. Grayscale: #767676. Windows color (decimal): -1093885 or 217071. OLE color: 217071.
HSL color Cylindrical-coordinate representation of color #EF4F03: hue angle of 19.32º 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 #EF4F03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.06 |
| HSL | 19.32º | 0.98% | 0.47% | - |
| HSV(B) | 19.32º | 0.99% | 0.94% | - |
| XYZ | 38.41 | 23.95 | 2.68 | - |
| YUV | 118.18 | 63.01 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 3 | 0 | 0.67 | 0.99 | 0.06 | 19.32 | 0.98 | 0.47 |
| Hex | EF | 4F | 3 | 0 | 43 | 63 | 6 | 13 | 62 | 2F |
| Octal | 357 | 117 | 3 | 0 | 103 | 143 | 6 | 23 | 142 | 57 |
| Binary | 11101111 | 1001111 | 11 | 0 | 1000011 | 1100011 | 110 | 10011 | 1100010 | 101111 |
Color Harmonies of #EF4F03
Complementary color
Monochromatic Colors of #EF4F03
Black with #EF4F03
Text Example
Text Example
White with #EF4F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F03; }
p { color: rgb(239,79,3); }
H1.HeaderClassName
{
color: #EF4F03;
}
.AnyTagClassName
{
color: #EF4F03;
}
</style>
background-color css
<style>
a { background-color: #EF4F03; }
a { background-color: rgb(239,79,3); }
div.DivClassName
{
background-color: #EF4F03;
}
.BgClassName
{
background-color: #EF4F03;
}
</style>
border-color css
<style>
span { border-color: #EF4F03; }
span { border-color: rgb(239,79,3); }
td.TdClassName
{
border-color: #EF4F03;
}
.TagClassName
{
border-color: #EF4F03;
}
</style>