Shades of Persimmon #EF4F0D
Tints of Persimmon #EF4F0D
RGB
CMYK
RGB Variations
Color information
#EF4F0D (or 0xEF4F0D) is known color: Persimmon. HEX triplet: EF, 4F and 0D. RGB value is (239,79,13). Sum of RGB (Red+Green+Blue) = 239+79+13=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4F0D is #10B0F2. Grayscale: #777777. Windows color (decimal): -1093875 or 872431. OLE color: 872431.
HSL color Cylindrical-coordinate representation of color #EF4F0D: hue angle of 17.52º 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 #EF4F0D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.06 |
| HSL | 17.52º | 0.9% | 0.49% | - |
| HSV(B) | 17.52º | 0.95% | 0.94% | - |
| XYZ | 38.47 | 23.97 | 2.98 | - |
| YUV | 119.32 | 68.01 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 13 | 0 | 0.67 | 0.95 | 0.06 | 17.52 | 0.9 | 0.49 |
| Hex | EF | 4F | D | 0 | 43 | 5F | 6 | 12 | 5A | 31 |
| Octal | 357 | 117 | 15 | 0 | 103 | 137 | 6 | 22 | 132 | 61 |
| Binary | 11101111 | 1001111 | 1101 | 0 | 1000011 | 1011111 | 110 | 10010 | 1011010 | 110001 |
Color Harmonies of #EF4F0D
Complementary color
Monochromatic Colors of #EF4F0D
Black with #EF4F0D
Text Example
Text Example
White with #EF4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F0D; }
p { color: rgb(239,79,13); }
H1.HeaderClassName
{
color: #EF4F0D;
}
.AnyTagClassName
{
color: #EF4F0D;
}
</style>
background-color css
<style>
a { background-color: #EF4F0D; }
a { background-color: rgb(239,79,13); }
div.DivClassName
{
background-color: #EF4F0D;
}
.BgClassName
{
background-color: #EF4F0D;
}
</style>
border-color css
<style>
span { border-color: #EF4F0D; }
span { border-color: rgb(239,79,13); }
td.TdClassName
{
border-color: #EF4F0D;
}
.TagClassName
{
border-color: #EF4F0D;
}
</style>