Shades of Persimmon #EF4C0D
Tints of Persimmon #EF4C0D
RGB
CMYK
RGB Variations
Color information
#EF4C0D (or 0xEF4C0D) is known color: Persimmon. HEX triplet: EF, 4C and 0D. RGB value is (239,76,13). Sum of RGB (Red+Green+Blue) = 239+76+13=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4C0D is #10B3F2. Grayscale: #757575. Windows color (decimal): -1094643 or 871663. OLE color: 871663.
HSL color Cylindrical-coordinate representation of color #EF4C0D: hue angle of 16.73º degrees, saturation: 0.9, 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 #EF4C0D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.06 |
| HSL | 16.73º | 0.9% | 0.49% | - |
| HSV(B) | 16.73º | 0.95% | 0.94% | - |
| XYZ | 38.25 | 23.55 | 2.91 | - |
| YUV | 117.56 | 69 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 13 | 0 | 0.68 | 0.95 | 0.06 | 16.73 | 0.9 | 0.49 |
| Hex | EF | 4C | D | 0 | 44 | 5F | 6 | 11 | 5A | 31 |
| Octal | 357 | 114 | 15 | 0 | 104 | 137 | 6 | 21 | 132 | 61 |
| Binary | 11101111 | 1001100 | 1101 | 0 | 1000100 | 1011111 | 110 | 10001 | 1011010 | 110001 |
Color Harmonies of #EF4C0D
Complementary color
Monochromatic Colors of #EF4C0D
Black with #EF4C0D
Text Example
Text Example
White with #EF4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C0D; }
p { color: rgb(239,76,13); }
H1.HeaderClassName
{
color: #EF4C0D;
}
.AnyTagClassName
{
color: #EF4C0D;
}
</style>
background-color css
<style>
a { background-color: #EF4C0D; }
a { background-color: rgb(239,76,13); }
div.DivClassName
{
background-color: #EF4C0D;
}
.BgClassName
{
background-color: #EF4C0D;
}
</style>
border-color css
<style>
span { border-color: #EF4C0D; }
span { border-color: rgb(239,76,13); }
td.TdClassName
{
border-color: #EF4C0D;
}
.TagClassName
{
border-color: #EF4C0D;
}
</style>