Shades of Persimmon #EF4B00
Tints of Persimmon #EF4B00
RGB
CMYK
RGB Variations
Color information
#EF4B00 (or 0xEF4B00) is known color: Persimmon. HEX triplet: EF, 4B and 00. RGB value is (239,75,0). Sum of RGB (Red+Green+Blue) = 239+75+0=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B00 is #10B4FF. Grayscale: #737373. Windows color (decimal): -1094912 or 19439. OLE color: 19439.
HSL color Cylindrical-coordinate representation of color #EF4B00: hue angle of 18.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF4B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.06 |
| HSL | 18.83º | 1% | 0.47% | - |
| HSV(B) | 18.83º | 1% | 0.94% | - |
| XYZ | 38.11 | 23.38 | 2.5 | - |
| YUV | 115.49 | 62.83 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 0 | 0 | 0.69 | 1 | 0.06 | 18.83 | 1 | 0.47 |
| Hex | EF | 4B | 0 | 0 | 45 | 64 | 6 | 13 | 64 | 2F |
| Octal | 357 | 113 | 0 | 0 | 105 | 144 | 6 | 23 | 144 | 57 |
| Binary | 11101111 | 1001011 | 0 | 0 | 1000101 | 1100100 | 110 | 10011 | 1100100 | 101111 |
Color Harmonies of #EF4B00
Complementary color
Monochromatic Colors of #EF4B00
Black with #EF4B00
Text Example
Text Example
White with #EF4B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B00; }
p { color: rgb(239,75,0); }
H1.HeaderClassName
{
color: #EF4B00;
}
.AnyTagClassName
{
color: #EF4B00;
}
</style>
background-color css
<style>
a { background-color: #EF4B00; }
a { background-color: rgb(239,75,0); }
div.DivClassName
{
background-color: #EF4B00;
}
.BgClassName
{
background-color: #EF4B00;
}
</style>
border-color css
<style>
span { border-color: #EF4B00; }
span { border-color: rgb(239,75,0); }
td.TdClassName
{
border-color: #EF4B00;
}
.TagClassName
{
border-color: #EF4B00;
}
</style>