Shades of Persimmon #EF530B
Tints of Persimmon #EF530B
RGB
CMYK
RGB Variations
Color information
#EF530B (or 0xEF530B) is known color: Persimmon. HEX triplet: EF, 53 and 0B. RGB value is (239,83,11). Sum of RGB (Red+Green+Blue) = 239+83+11=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF530B is #10ACF4. Grayscale: #797979. Windows color (decimal): -1092853 or 742383. OLE color: 742383.
HSL color Cylindrical-coordinate representation of color #EF530B: hue angle of 18.95º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF530B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.06 |
| HSL | 18.95º | 0.91% | 0.49% | - |
| HSV(B) | 18.95º | 0.95% | 0.94% | - |
| XYZ | 38.75 | 24.56 | 3.02 | - |
| YUV | 121.44 | 65.68 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 11 | 0 | 0.65 | 0.95 | 0.06 | 18.95 | 0.91 | 0.49 |
| Hex | EF | 53 | B | 0 | 41 | 5F | 6 | 13 | 5B | 31 |
| Octal | 357 | 123 | 13 | 0 | 101 | 137 | 6 | 23 | 133 | 61 |
| Binary | 11101111 | 1010011 | 1011 | 0 | 1000001 | 1011111 | 110 | 10011 | 1011011 | 110001 |
Color Harmonies of #EF530B
Complementary color
Monochromatic Colors of #EF530B
Black with #EF530B
Text Example
Text Example
White with #EF530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF530B; }
p { color: rgb(239,83,11); }
H1.HeaderClassName
{
color: #EF530B;
}
.AnyTagClassName
{
color: #EF530B;
}
</style>
background-color css
<style>
a { background-color: #EF530B; }
a { background-color: rgb(239,83,11); }
div.DivClassName
{
background-color: #EF530B;
}
.BgClassName
{
background-color: #EF530B;
}
</style>
border-color css
<style>
span { border-color: #EF530B; }
span { border-color: rgb(239,83,11); }
td.TdClassName
{
border-color: #EF530B;
}
.TagClassName
{
border-color: #EF530B;
}
</style>