Shades of Persimmon #EF531A
Tints of Persimmon #EF531A
RGB
CMYK
RGB Variations
Color information
#EF531A (or 0xEF531A) is known color: Persimmon. HEX triplet: EF, 53 and 1A. RGB value is (239,83,26). Sum of RGB (Red+Green+Blue) = 239+83+26=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF531A is #10ACE5. Grayscale: #7B7B7B. Windows color (decimal): -1092838 or 1725423. OLE color: 1725423.
HSL color Cylindrical-coordinate representation of color #EF531A: hue angle of 16.06º 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 #EF531A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 26 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.06 |
| HSL | 16.06º | 0.87% | 0.52% | - |
| HSV(B) | 16.06º | 0.89% | 0.94% | - |
| XYZ | 38.88 | 24.61 | 3.68 | - |
| YUV | 123.15 | 73.18 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 26 | 0 | 0.65 | 0.89 | 0.06 | 16.06 | 0.87 | 0.52 |
| Hex | EF | 53 | 1A | 0 | 41 | 59 | 6 | 10 | 57 | 34 |
| Octal | 357 | 123 | 32 | 0 | 101 | 131 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010011 | 11010 | 0 | 1000001 | 1011001 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF531A
Complementary color
Monochromatic Colors of #EF531A
Black with #EF531A
Text Example
Text Example
White with #EF531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF531A; }
p { color: rgb(239,83,26); }
H1.HeaderClassName
{
color: #EF531A;
}
.AnyTagClassName
{
color: #EF531A;
}
</style>
background-color css
<style>
a { background-color: #EF531A; }
a { background-color: rgb(239,83,26); }
div.DivClassName
{
background-color: #EF531A;
}
.BgClassName
{
background-color: #EF531A;
}
</style>
border-color css
<style>
span { border-color: #EF531A; }
span { border-color: rgb(239,83,26); }
td.TdClassName
{
border-color: #EF531A;
}
.TagClassName
{
border-color: #EF531A;
}
</style>