Shades of Persimmon #EF5C0D
Tints of Persimmon #EF5C0D
RGB
CMYK
RGB Variations
Color information
#EF5C0D (or 0xEF5C0D) is known color: Persimmon. HEX triplet: EF, 5C and 0D. RGB value is (239,92,13). Sum of RGB (Red+Green+Blue) = 239+92+13=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C0D is #10A3F2. Grayscale: #7F7F7F. Windows color (decimal): -1090547 or 875759. OLE color: 875759.
HSL color Cylindrical-coordinate representation of color #EF5C0D: hue angle of 20.97º 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 #EF5C0D is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 13 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.06 |
| HSL | 20.97º | 0.9% | 0.49% | - |
| HSV(B) | 20.97º | 0.95% | 0.94% | - |
| XYZ | 39.5 | 26.03 | 3.32 | - |
| YUV | 126.95 | 63.7 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 13 | 0 | 0.62 | 0.95 | 0.06 | 20.97 | 0.9 | 0.49 |
| Hex | EF | 5C | D | 0 | 3E | 5F | 6 | 15 | 5A | 31 |
| Octal | 357 | 134 | 15 | 0 | 76 | 137 | 6 | 25 | 132 | 61 |
| Binary | 11101111 | 1011100 | 1101 | 0 | 111110 | 1011111 | 110 | 10101 | 1011010 | 110001 |
Color Harmonies of #EF5C0D
Complementary color
Monochromatic Colors of #EF5C0D
Black with #EF5C0D
Text Example
Text Example
White with #EF5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C0D; }
p { color: rgb(239,92,13); }
H1.HeaderClassName
{
color: #EF5C0D;
}
.AnyTagClassName
{
color: #EF5C0D;
}
</style>
background-color css
<style>
a { background-color: #EF5C0D; }
a { background-color: rgb(239,92,13); }
div.DivClassName
{
background-color: #EF5C0D;
}
.BgClassName
{
background-color: #EF5C0D;
}
</style>
border-color css
<style>
span { border-color: #EF5C0D; }
span { border-color: rgb(239,92,13); }
td.TdClassName
{
border-color: #EF5C0D;
}
.TagClassName
{
border-color: #EF5C0D;
}
</style>