Shades of Persimmon #EF4B11
Tints of Persimmon #EF4B11
RGB
CMYK
RGB Variations
Color information
#EF4B11 (or 0xEF4B11) is known color: Persimmon. HEX triplet: EF, 4B and 11. RGB value is (239,75,17). Sum of RGB (Red+Green+Blue) = 239+75+17=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B11 is #10B4EE. Grayscale: #757575. Windows color (decimal): -1094895 or 1133551. OLE color: 1133551.
HSL color Cylindrical-coordinate representation of color #EF4B11: hue angle of 15.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF4B11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.06 |
| HSL | 15.68º | 0.87% | 0.5% | - |
| HSV(B) | 15.68º | 0.93% | 0.94% | - |
| XYZ | 38.21 | 23.42 | 3.04 | - |
| YUV | 117.42 | 71.33 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 17 | 0 | 0.69 | 0.93 | 0.06 | 15.68 | 0.87 | 0.5 |
| Hex | EF | 4B | 11 | 0 | 45 | 5D | 6 | 10 | 57 | 32 |
| Octal | 357 | 113 | 21 | 0 | 105 | 135 | 6 | 20 | 127 | 62 |
| Binary | 11101111 | 1001011 | 10001 | 0 | 1000101 | 1011101 | 110 | 10000 | 1010111 | 110010 |
Color Harmonies of #EF4B11
Complementary color
Monochromatic Colors of #EF4B11
Black with #EF4B11
Text Example
Text Example
White with #EF4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B11; }
p { color: rgb(239,75,17); }
H1.HeaderClassName
{
color: #EF4B11;
}
.AnyTagClassName
{
color: #EF4B11;
}
</style>
background-color css
<style>
a { background-color: #EF4B11; }
a { background-color: rgb(239,75,17); }
div.DivClassName
{
background-color: #EF4B11;
}
.BgClassName
{
background-color: #EF4B11;
}
</style>
border-color css
<style>
span { border-color: #EF4B11; }
span { border-color: rgb(239,75,17); }
td.TdClassName
{
border-color: #EF4B11;
}
.TagClassName
{
border-color: #EF4B11;
}
</style>