Shades of Persimmon #EF541C
Tints of Persimmon #EF541C
RGB
CMYK
RGB Variations
Color information
#EF541C (or 0xEF541C) is known color: Persimmon. HEX triplet: EF, 54 and 1C. RGB value is (239,84,28). Sum of RGB (Red+Green+Blue) = 239+84+28=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF541C is #10ABE3. Grayscale: #7C7C7C. Windows color (decimal): -1092580 or 1856751. OLE color: 1856751.
HSL color Cylindrical-coordinate representation of color #EF541C: hue angle of 15.92º 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 #EF541C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.06 |
| HSL | 15.92º | 0.87% | 0.52% | - |
| HSV(B) | 15.92º | 0.88% | 0.94% | - |
| XYZ | 38.98 | 24.78 | 3.83 | - |
| YUV | 123.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 28 | 0 | 0.65 | 0.88 | 0.06 | 15.92 | 0.87 | 0.52 |
| Hex | EF | 54 | 1C | 0 | 41 | 58 | 6 | 10 | 57 | 34 |
| Octal | 357 | 124 | 34 | 0 | 101 | 130 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010100 | 11100 | 0 | 1000001 | 1011000 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF541C
Complementary color
Monochromatic Colors of #EF541C
Black with #EF541C
Text Example
Text Example
White with #EF541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF541C; }
p { color: rgb(239,84,28); }
H1.HeaderClassName
{
color: #EF541C;
}
.AnyTagClassName
{
color: #EF541C;
}
</style>
background-color css
<style>
a { background-color: #EF541C; }
a { background-color: rgb(239,84,28); }
div.DivClassName
{
background-color: #EF541C;
}
.BgClassName
{
background-color: #EF541C;
}
</style>
border-color css
<style>
span { border-color: #EF541C; }
span { border-color: rgb(239,84,28); }
td.TdClassName
{
border-color: #EF541C;
}
.TagClassName
{
border-color: #EF541C;
}
</style>