Shades of Persimmon #EF5301
Tints of Persimmon #EF5301
RGB
CMYK
RGB Variations
Color information
#EF5301 (or 0xEF5301) is known color: Persimmon. HEX triplet: EF, 53 and 01. RGB value is (239,83,1). Sum of RGB (Red+Green+Blue) = 239+83+1=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5301 is #10ACFE. Grayscale: #787878. Windows color (decimal): -1092863 or 87023. OLE color: 87023.
HSL color Cylindrical-coordinate representation of color #EF5301: hue angle of 20.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF5301 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.06 |
| HSL | 20.67º | 0.99% | 0.47% | - |
| HSV(B) | 20.67º | 1% | 0.94% | - |
| XYZ | 38.7 | 24.54 | 2.73 | - |
| YUV | 120.3 | 60.68 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 1 | 0 | 0.65 | 1.00 | 0.06 | 20.67 | 0.99 | 0.47 |
| Hex | EF | 53 | 1 | 0 | 41 | 64 | 6 | 15 | 63 | 2F |
| Octal | 357 | 123 | 1 | 0 | 101 | 144 | 6 | 25 | 143 | 57 |
| Binary | 11101111 | 1010011 | 1 | 0 | 1000001 | 1100100 | 110 | 10101 | 1100011 | 101111 |
Color Harmonies of #EF5301
Complementary color
Monochromatic Colors of #EF5301
Black with #EF5301
Text Example
Text Example
White with #EF5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5301; }
p { color: rgb(239,83,1); }
H1.HeaderClassName
{
color: #EF5301;
}
.AnyTagClassName
{
color: #EF5301;
}
</style>
background-color css
<style>
a { background-color: #EF5301; }
a { background-color: rgb(239,83,1); }
div.DivClassName
{
background-color: #EF5301;
}
.BgClassName
{
background-color: #EF5301;
}
</style>
border-color css
<style>
span { border-color: #EF5301; }
span { border-color: rgb(239,83,1); }
td.TdClassName
{
border-color: #EF5301;
}
.TagClassName
{
border-color: #EF5301;
}
</style>