Shades of Persimmon #EF640F
Tints of Persimmon #EF640F
RGB
CMYK
RGB Variations
Color information
#EF640F (or 0xEF640F) is known color: Persimmon. HEX triplet: EF, 64 and 0F. RGB value is (239,100,15). Sum of RGB (Red+Green+Blue) = 239+100+15=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF640F is #109BF0. Grayscale: #848484. Windows color (decimal): -1088497 or 1008879. OLE color: 1008879.
HSL color Cylindrical-coordinate representation of color #EF640F: hue angle of 22.77º degrees, saturation: 0.88, 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 #EF640F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.06 |
| HSL | 22.77º | 0.88% | 0.5% | - |
| HSV(B) | 22.77º | 0.94% | 0.94% | - |
| XYZ | 40.24 | 27.5 | 3.64 | - |
| YUV | 131.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 15 | 0 | 0.58 | 0.94 | 0.06 | 22.77 | 0.88 | 0.5 |
| Hex | EF | 64 | F | 0 | 3A | 5E | 6 | 17 | 58 | 32 |
| Octal | 357 | 144 | 17 | 0 | 72 | 136 | 6 | 27 | 130 | 62 |
| Binary | 11101111 | 1100100 | 1111 | 0 | 111010 | 1011110 | 110 | 10111 | 1011000 | 110010 |
Color Harmonies of #EF640F
Complementary color
Monochromatic Colors of #EF640F
Black with #EF640F
Text Example
Text Example
White with #EF640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF640F; }
p { color: rgb(239,100,15); }
H1.HeaderClassName
{
color: #EF640F;
}
.AnyTagClassName
{
color: #EF640F;
}
</style>
background-color css
<style>
a { background-color: #EF640F; }
a { background-color: rgb(239,100,15); }
div.DivClassName
{
background-color: #EF640F;
}
.BgClassName
{
background-color: #EF640F;
}
</style>
border-color css
<style>
span { border-color: #EF640F; }
span { border-color: rgb(239,100,15); }
td.TdClassName
{
border-color: #EF640F;
}
.TagClassName
{
border-color: #EF640F;
}
</style>