Shades of Persimmon #EF6315
Tints of Persimmon #EF6315
RGB
CMYK
RGB Variations
Color information
#EF6315 (or 0xEF6315) is known color: Persimmon. HEX triplet: EF, 63 and 15. RGB value is (239,99,21). Sum of RGB (Red+Green+Blue) = 239+99+21=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6315 is #109CEA. Grayscale: #848484. Windows color (decimal): -1088747 or 1401839. OLE color: 1401839.
HSL color Cylindrical-coordinate representation of color #EF6315: hue angle of 21.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6315 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.06 |
| HSL | 21.47º | 0.87% | 0.51% | - |
| HSV(B) | 21.47º | 0.91% | 0.94% | - |
| XYZ | 40.19 | 27.33 | 3.87 | - |
| YUV | 131.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 21 | 0 | 0.59 | 0.91 | 0.06 | 21.47 | 0.87 | 0.51 |
| Hex | EF | 63 | 15 | 0 | 3B | 5B | 6 | 15 | 57 | 33 |
| Octal | 357 | 143 | 25 | 0 | 73 | 133 | 6 | 25 | 127 | 63 |
| Binary | 11101111 | 1100011 | 10101 | 0 | 111011 | 1011011 | 110 | 10101 | 1010111 | 110011 |
Color Harmonies of #EF6315
Complementary color
Monochromatic Colors of #EF6315
Black with #EF6315
Text Example
Text Example
White with #EF6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6315; }
p { color: rgb(239,99,21); }
H1.HeaderClassName
{
color: #EF6315;
}
.AnyTagClassName
{
color: #EF6315;
}
</style>
background-color css
<style>
a { background-color: #EF6315; }
a { background-color: rgb(239,99,21); }
div.DivClassName
{
background-color: #EF6315;
}
.BgClassName
{
background-color: #EF6315;
}
</style>
border-color css
<style>
span { border-color: #EF6315; }
span { border-color: rgb(239,99,21); }
td.TdClassName
{
border-color: #EF6315;
}
.TagClassName
{
border-color: #EF6315;
}
</style>