Shades of Persimmon #EF5A1B
Tints of Persimmon #EF5A1B
RGB
CMYK
RGB Variations
Color information
#EF5A1B (or 0xEF5A1B) is known color: Persimmon. HEX triplet: EF, 5A and 1B. RGB value is (239,90,27). Sum of RGB (Red+Green+Blue) = 239+90+27=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A1B is #10A5E4. Grayscale: #7F7F7F. Windows color (decimal): -1091045 or 1792751. OLE color: 1792751.
HSL color Cylindrical-coordinate representation of color #EF5A1B: hue angle of 17.83º 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 #EF5A1B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 27 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.06 |
| HSL | 17.83º | 0.87% | 0.52% | - |
| HSV(B) | 17.83º | 0.89% | 0.94% | - |
| XYZ | 39.45 | 25.74 | 3.93 | - |
| YUV | 127.37 | 71.36 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 27 | 0 | 0.62 | 0.89 | 0.06 | 17.83 | 0.87 | 0.52 |
| Hex | EF | 5A | 1B | 0 | 3E | 59 | 6 | 12 | 57 | 34 |
| Octal | 357 | 132 | 33 | 0 | 76 | 131 | 6 | 22 | 127 | 64 |
| Binary | 11101111 | 1011010 | 11011 | 0 | 111110 | 1011001 | 110 | 10010 | 1010111 | 110100 |
Color Harmonies of #EF5A1B
Complementary color
Monochromatic Colors of #EF5A1B
Black with #EF5A1B
Text Example
Text Example
White with #EF5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A1B; }
p { color: rgb(239,90,27); }
H1.HeaderClassName
{
color: #EF5A1B;
}
.AnyTagClassName
{
color: #EF5A1B;
}
</style>
background-color css
<style>
a { background-color: #EF5A1B; }
a { background-color: rgb(239,90,27); }
div.DivClassName
{
background-color: #EF5A1B;
}
.BgClassName
{
background-color: #EF5A1B;
}
</style>
border-color css
<style>
span { border-color: #EF5A1B; }
span { border-color: rgb(239,90,27); }
td.TdClassName
{
border-color: #EF5A1B;
}
.TagClassName
{
border-color: #EF5A1B;
}
</style>