Shades of Persimmon #EB540F
Tints of Persimmon #EB540F
RGB
CMYK
RGB Variations
Color information
#EB540F (or 0xEB540F) is known color: Persimmon. HEX triplet: EB, 54 and 0F. RGB value is (235,84,15). Sum of RGB (Red+Green+Blue) = 235+84+15=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB540F is #14ABF0. Grayscale: #797979. Windows color (decimal): -1354737 or 1004779. OLE color: 1004779.
HSL color Cylindrical-coordinate representation of color #EB540F: hue angle of 18.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB540F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.08 |
| HSL | 18.82º | 0.88% | 0.49% | - |
| HSV(B) | 18.82º | 0.94% | 0.92% | - |
| XYZ | 37.52 | 24.04 | 3.11 | - |
| YUV | 121.28 | 68.03 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 15 | 0 | 0.64 | 0.94 | 0.08 | 18.82 | 0.88 | 0.49 |
| Hex | EB | 54 | F | 0 | 40 | 5E | 8 | 13 | 58 | 31 |
| Octal | 353 | 124 | 17 | 0 | 100 | 136 | 10 | 23 | 130 | 61 |
| Binary | 11101011 | 1010100 | 1111 | 0 | 1000000 | 1011110 | 1000 | 10011 | 1011000 | 110001 |
Color Harmonies of #EB540F
Complementary color
Monochromatic Colors of #EB540F
Black with #EB540F
Text Example
Text Example
White with #EB540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB540F; }
p { color: rgb(235,84,15); }
H1.HeaderClassName
{
color: #EB540F;
}
.AnyTagClassName
{
color: #EB540F;
}
</style>
background-color css
<style>
a { background-color: #EB540F; }
a { background-color: rgb(235,84,15); }
div.DivClassName
{
background-color: #EB540F;
}
.BgClassName
{
background-color: #EB540F;
}
</style>
border-color css
<style>
span { border-color: #EB540F; }
span { border-color: rgb(235,84,15); }
td.TdClassName
{
border-color: #EB540F;
}
.TagClassName
{
border-color: #EB540F;
}
</style>