Shades of Persimmon #EB5E1A
Tints of Persimmon #EB5E1A
RGB
CMYK
RGB Variations
Color information
#EB5E1A (or 0xEB5E1A) is known color: Persimmon. HEX triplet: EB, 5E and 1A. RGB value is (235,94,26). Sum of RGB (Red+Green+Blue) = 235+94+26=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E1A is #14A1E5. Grayscale: #808080. Windows color (decimal): -1352166 or 1728235. OLE color: 1728235.
HSL color Cylindrical-coordinate representation of color #EB5E1A: hue angle of 19.52º 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 #EB5E1A is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 94 | 26 | - |
| CMYK | 0 | 0.6 | 0.89 | 0.08 |
| HSL | 19.52º | 0.84% | 0.51% | - |
| HSV(B) | 19.52º | 0.89% | 0.92% | - |
| XYZ | 38.45 | 25.74 | 3.92 | - |
| YUV | 128.41 | 70.21 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 94 | 26 | 0 | 0.6 | 0.89 | 0.08 | 19.52 | 0.84 | 0.51 |
| Hex | EB | 5E | 1A | 0 | 3C | 59 | 8 | 14 | 54 | 33 |
| Octal | 353 | 136 | 32 | 0 | 74 | 131 | 10 | 24 | 124 | 63 |
| Binary | 11101011 | 1011110 | 11010 | 0 | 111100 | 1011001 | 1000 | 10100 | 1010100 | 110011 |
Color Harmonies of #EB5E1A
Complementary color
Monochromatic Colors of #EB5E1A
Black with #EB5E1A
Text Example
Text Example
White with #EB5E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5E1A; }
p { color: rgb(235,94,26); }
H1.HeaderClassName
{
color: #EB5E1A;
}
.AnyTagClassName
{
color: #EB5E1A;
}
</style>
background-color css
<style>
a { background-color: #EB5E1A; }
a { background-color: rgb(235,94,26); }
div.DivClassName
{
background-color: #EB5E1A;
}
.BgClassName
{
background-color: #EB5E1A;
}
</style>
border-color css
<style>
span { border-color: #EB5E1A; }
span { border-color: rgb(235,94,26); }
td.TdClassName
{
border-color: #EB5E1A;
}
.TagClassName
{
border-color: #EB5E1A;
}
</style>