Shades of Persimmon #EB5D1B
Tints of Persimmon #EB5D1B
RGB
CMYK
RGB Variations
Color information
#EB5D1B (or 0xEB5D1B) is known color: Persimmon. HEX triplet: EB, 5D and 1B. RGB value is (235,93,27). Sum of RGB (Red+Green+Blue) = 235+93+27=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D1B is #14A2E4. Grayscale: #808080. Windows color (decimal): -1352421 or 1793515. OLE color: 1793515.
HSL color Cylindrical-coordinate representation of color #EB5D1B: hue angle of 19.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB5D1B is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 27 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.08 |
| HSL | 19.04º | 0.84% | 0.51% | - |
| HSV(B) | 19.04º | 0.89% | 0.92% | - |
| XYZ | 38.37 | 25.57 | 3.95 | - |
| YUV | 127.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 27 | 0 | 0.60 | 0.89 | 0.08 | 19.04 | 0.84 | 0.51 |
| Hex | EB | 5D | 1B | 0 | 3C | 59 | 8 | 13 | 54 | 33 |
| Octal | 353 | 135 | 33 | 0 | 74 | 131 | 10 | 23 | 124 | 63 |
| Binary | 11101011 | 1011101 | 11011 | 0 | 111100 | 1011001 | 1000 | 10011 | 1010100 | 110011 |
Color Harmonies of #EB5D1B
Complementary color
Monochromatic Colors of #EB5D1B
Black with #EB5D1B
Text Example
Text Example
White with #EB5D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D1B; }
p { color: rgb(235,93,27); }
H1.HeaderClassName
{
color: #EB5D1B;
}
.AnyTagClassName
{
color: #EB5D1B;
}
</style>
background-color css
<style>
a { background-color: #EB5D1B; }
a { background-color: rgb(235,93,27); }
div.DivClassName
{
background-color: #EB5D1B;
}
.BgClassName
{
background-color: #EB5D1B;
}
</style>
border-color css
<style>
span { border-color: #EB5D1B; }
span { border-color: rgb(235,93,27); }
td.TdClassName
{
border-color: #EB5D1B;
}
.TagClassName
{
border-color: #EB5D1B;
}
</style>