Shades of Persimmon #EF5E1C
Tints of Persimmon #EF5E1C
RGB
CMYK
RGB Variations
Color information
#EF5E1C (or 0xEF5E1C) is known color: Persimmon. HEX triplet: EF, 5E and 1C. RGB value is (239,94,28). Sum of RGB (Red+Green+Blue) = 239+94+28=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E1C is #10A1E3. Grayscale: #828282. Windows color (decimal): -1090020 or 1859311. OLE color: 1859311.
HSL color Cylindrical-coordinate representation of color #EF5E1C: hue angle of 18.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF5E1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 28 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.06 |
| HSL | 18.77º | 0.87% | 0.52% | - |
| HSV(B) | 18.77º | 0.88% | 0.94% | - |
| XYZ | 39.81 | 26.44 | 4.1 | - |
| YUV | 129.83 | 70.54 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 28 | 0 | 0.61 | 0.88 | 0.06 | 18.77 | 0.87 | 0.52 |
| Hex | EF | 5E | 1C | 0 | 3D | 58 | 6 | 13 | 57 | 34 |
| Octal | 357 | 136 | 34 | 0 | 75 | 130 | 6 | 23 | 127 | 64 |
| Binary | 11101111 | 1011110 | 11100 | 0 | 111101 | 1011000 | 110 | 10011 | 1010111 | 110100 |
Color Harmonies of #EF5E1C
Complementary color
Monochromatic Colors of #EF5E1C
Black with #EF5E1C
Text Example
Text Example
White with #EF5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E1C; }
p { color: rgb(239,94,28); }
H1.HeaderClassName
{
color: #EF5E1C;
}
.AnyTagClassName
{
color: #EF5E1C;
}
</style>
background-color css
<style>
a { background-color: #EF5E1C; }
a { background-color: rgb(239,94,28); }
div.DivClassName
{
background-color: #EF5E1C;
}
.BgClassName
{
background-color: #EF5E1C;
}
</style>
border-color css
<style>
span { border-color: #EF5E1C; }
span { border-color: rgb(239,94,28); }
td.TdClassName
{
border-color: #EF5E1C;
}
.TagClassName
{
border-color: #EF5E1C;
}
</style>