Shades of Persimmon #EF521B
Tints of Persimmon #EF521B
RGB
CMYK
RGB Variations
Color information
#EF521B (or 0xEF521B) is known color: Persimmon. HEX triplet: EF, 52 and 1B. RGB value is (239,82,27). Sum of RGB (Red+Green+Blue) = 239+82+27=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521B is #10ADE4. Grayscale: #7B7B7B. Windows color (decimal): -1093093 or 1790703. OLE color: 1790703.
HSL color Cylindrical-coordinate representation of color #EF521B: hue angle of 15.57º 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 #EF521B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.06 |
| HSL | 15.57º | 0.87% | 0.52% | - |
| HSV(B) | 15.57º | 0.89% | 0.94% | - |
| XYZ | 38.81 | 24.46 | 3.71 | - |
| YUV | 122.67 | 74.01 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 27 | 0 | 0.66 | 0.89 | 0.06 | 15.57 | 0.87 | 0.52 |
| Hex | EF | 52 | 1B | 0 | 42 | 59 | 6 | 10 | 57 | 34 |
| Octal | 357 | 122 | 33 | 0 | 102 | 131 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010010 | 11011 | 0 | 1000010 | 1011001 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF521B
Complementary color
Monochromatic Colors of #EF521B
Black with #EF521B
Text Example
Text Example
White with #EF521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF521B; }
p { color: rgb(239,82,27); }
H1.HeaderClassName
{
color: #EF521B;
}
.AnyTagClassName
{
color: #EF521B;
}
</style>
background-color css
<style>
a { background-color: #EF521B; }
a { background-color: rgb(239,82,27); }
div.DivClassName
{
background-color: #EF521B;
}
.BgClassName
{
background-color: #EF521B;
}
</style>
border-color css
<style>
span { border-color: #EF521B; }
span { border-color: rgb(239,82,27); }
td.TdClassName
{
border-color: #EF521B;
}
.TagClassName
{
border-color: #EF521B;
}
</style>