Shades of Persimmon #EF6509
Tints of Persimmon #EF6509
RGB
CMYK
RGB Variations
Color information
#EF6509 (or 0xEF6509) is known color: Persimmon. HEX triplet: EF, 65 and 09. RGB value is (239,101,9). Sum of RGB (Red+Green+Blue) = 239+101+9=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6509 is #109AF6. Grayscale: #848484. Windows color (decimal): -1088247 or 615919. OLE color: 615919.
HSL color Cylindrical-coordinate representation of color #EF6509: hue angle of 24º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF6509 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.06 |
| HSL | 24º | 0.93% | 0.49% | - |
| HSV(B) | 24º | 0.96% | 0.94% | - |
| XYZ | 40.3 | 27.68 | 3.48 | - |
| YUV | 131.77 | 58.72 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 9 | 0 | 0.58 | 0.96 | 0.06 | 24 | 0.93 | 0.49 |
| Hex | EF | 65 | 9 | 0 | 3A | 60 | 6 | 18 | 5D | 31 |
| Octal | 357 | 145 | 11 | 0 | 72 | 140 | 6 | 30 | 135 | 61 |
| Binary | 11101111 | 1100101 | 1001 | 0 | 111010 | 1100000 | 110 | 11000 | 1011101 | 110001 |
Color Harmonies of #EF6509
Complementary color
Monochromatic Colors of #EF6509
Black with #EF6509
Text Example
Text Example
White with #EF6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6509; }
p { color: rgb(239,101,9); }
H1.HeaderClassName
{
color: #EF6509;
}
.AnyTagClassName
{
color: #EF6509;
}
</style>
background-color css
<style>
a { background-color: #EF6509; }
a { background-color: rgb(239,101,9); }
div.DivClassName
{
background-color: #EF6509;
}
.BgClassName
{
background-color: #EF6509;
}
</style>
border-color css
<style>
span { border-color: #EF6509; }
span { border-color: rgb(239,101,9); }
td.TdClassName
{
border-color: #EF6509;
}
.TagClassName
{
border-color: #EF6509;
}
</style>