Shades of Persimmon #EF670E
Tints of Persimmon #EF670E
RGB
CMYK
RGB Variations
Color information
#EF670E (or 0xEF670E) is known color: Persimmon. HEX triplet: EF, 67 and 0E. RGB value is (239,103,14). Sum of RGB (Red+Green+Blue) = 239+103+14=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF670E is #1098F1. Grayscale: #868686. Windows color (decimal): -1087730 or 944111. OLE color: 944111.
HSL color Cylindrical-coordinate representation of color #EF670E: hue angle of 23.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF670E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.06 |
| HSL | 23.73º | 0.89% | 0.5% | - |
| HSV(B) | 23.73º | 0.94% | 0.94% | - |
| XYZ | 40.53 | 28.08 | 3.7 | - |
| YUV | 133.52 | 60.56 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 14 | 0 | 0.57 | 0.94 | 0.06 | 23.73 | 0.89 | 0.5 |
| Hex | EF | 67 | E | 0 | 39 | 5E | 6 | 18 | 59 | 32 |
| Octal | 357 | 147 | 16 | 0 | 71 | 136 | 6 | 30 | 131 | 62 |
| Binary | 11101111 | 1100111 | 1110 | 0 | 111001 | 1011110 | 110 | 11000 | 1011001 | 110010 |
Color Harmonies of #EF670E
Complementary color
Monochromatic Colors of #EF670E
Black with #EF670E
Text Example
Text Example
White with #EF670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF670E; }
p { color: rgb(239,103,14); }
H1.HeaderClassName
{
color: #EF670E;
}
.AnyTagClassName
{
color: #EF670E;
}
</style>
background-color css
<style>
a { background-color: #EF670E; }
a { background-color: rgb(239,103,14); }
div.DivClassName
{
background-color: #EF670E;
}
.BgClassName
{
background-color: #EF670E;
}
</style>
border-color css
<style>
span { border-color: #EF670E; }
span { border-color: rgb(239,103,14); }
td.TdClassName
{
border-color: #EF670E;
}
.TagClassName
{
border-color: #EF670E;
}
</style>