Shades of Persimmon #EF531B
Tints of Persimmon #EF531B
RGB
CMYK
RGB Variations
Color information
#EF531B (or 0xEF531B) is known color: Persimmon. HEX triplet: EF, 53 and 1B. RGB value is (239,83,27). Sum of RGB (Red+Green+Blue) = 239+83+27=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF531B is #10ACE4. Grayscale: #7B7B7B. Windows color (decimal): -1092837 or 1790959. OLE color: 1790959.
HSL color Cylindrical-coordinate representation of color #EF531B: hue angle of 15.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF531B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.06 |
| HSL | 15.85º | 0.87% | 0.52% | - |
| HSV(B) | 15.85º | 0.89% | 0.94% | - |
| XYZ | 38.89 | 24.62 | 3.74 | - |
| YUV | 123.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 27 | 0 | 0.65 | 0.89 | 0.06 | 15.85 | 0.87 | 0.52 |
| Hex | EF | 53 | 1B | 0 | 41 | 59 | 6 | 10 | 57 | 34 |
| Octal | 357 | 123 | 33 | 0 | 101 | 131 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010011 | 11011 | 0 | 1000001 | 1011001 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF531B
Complementary color
Monochromatic Colors of #EF531B
Black with #EF531B
Text Example
Text Example
White with #EF531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF531B; }
p { color: rgb(239,83,27); }
H1.HeaderClassName
{
color: #EF531B;
}
.AnyTagClassName
{
color: #EF531B;
}
</style>
background-color css
<style>
a { background-color: #EF531B; }
a { background-color: rgb(239,83,27); }
div.DivClassName
{
background-color: #EF531B;
}
.BgClassName
{
background-color: #EF531B;
}
</style>
border-color css
<style>
span { border-color: #EF531B; }
span { border-color: rgb(239,83,27); }
td.TdClassName
{
border-color: #EF531B;
}
.TagClassName
{
border-color: #EF531B;
}
</style>