Shades of Persimmon #EF6312
Tints of Persimmon #EF6312
RGB
CMYK
RGB Variations
Color information
#EF6312 (or 0xEF6312) is known color: Persimmon. HEX triplet: EF, 63 and 12. RGB value is (239,99,18). Sum of RGB (Red+Green+Blue) = 239+99+18=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6312 is #109CED. Grayscale: #848484. Windows color (decimal): -1088750 or 1205231. OLE color: 1205231.
HSL color Cylindrical-coordinate representation of color #EF6312: hue angle of 21.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF6312 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.06 |
| HSL | 21.99º | 0.87% | 0.5% | - |
| HSV(B) | 21.99º | 0.92% | 0.94% | - |
| XYZ | 40.17 | 27.32 | 3.73 | - |
| YUV | 131.63 | 63.88 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 18 | 0 | 0.59 | 0.92 | 0.06 | 21.99 | 0.87 | 0.5 |
| Hex | EF | 63 | 12 | 0 | 3B | 5C | 6 | 16 | 57 | 32 |
| Octal | 357 | 143 | 22 | 0 | 73 | 134 | 6 | 26 | 127 | 62 |
| Binary | 11101111 | 1100011 | 10010 | 0 | 111011 | 1011100 | 110 | 10110 | 1010111 | 110010 |
Color Harmonies of #EF6312
Complementary color
Monochromatic Colors of #EF6312
Black with #EF6312
Text Example
Text Example
White with #EF6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6312; }
p { color: rgb(239,99,18); }
H1.HeaderClassName
{
color: #EF6312;
}
.AnyTagClassName
{
color: #EF6312;
}
</style>
background-color css
<style>
a { background-color: #EF6312; }
a { background-color: rgb(239,99,18); }
div.DivClassName
{
background-color: #EF6312;
}
.BgClassName
{
background-color: #EF6312;
}
</style>
border-color css
<style>
span { border-color: #EF6312; }
span { border-color: rgb(239,99,18); }
td.TdClassName
{
border-color: #EF6312;
}
.TagClassName
{
border-color: #EF6312;
}
</style>