Shades of Persimmon #EB4D1A
Tints of Persimmon #EB4D1A
RGB
CMYK
RGB Variations
Color information
#EB4D1A (or 0xEB4D1A) is known color: Persimmon. HEX triplet: EB, 4D and 1A. RGB value is (235,77,26). Sum of RGB (Red+Green+Blue) = 235+77+26=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D1A is #14B2E5. Grayscale: #767676. Windows color (decimal): -1356518 or 1723883. OLE color: 1723883.
HSL color Cylindrical-coordinate representation of color #EB4D1A: hue angle of 14.64º 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 #EB4D1A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.08 |
| HSL | 14.64º | 0.84% | 0.51% | - |
| HSV(B) | 14.64º | 0.89% | 0.92% | - |
| XYZ | 37.1 | 23.04 | 3.47 | - |
| YUV | 118.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 26 | 0 | 0.67 | 0.89 | 0.08 | 14.64 | 0.84 | 0.51 |
| Hex | EB | 4D | 1A | 0 | 43 | 59 | 8 | F | 54 | 33 |
| Octal | 353 | 115 | 32 | 0 | 103 | 131 | 10 | 17 | 124 | 63 |
| Binary | 11101011 | 1001101 | 11010 | 0 | 1000011 | 1011001 | 1000 | 1111 | 1010100 | 110011 |
Color Harmonies of #EB4D1A
Complementary color
Monochromatic Colors of #EB4D1A
Black with #EB4D1A
Text Example
Text Example
White with #EB4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D1A; }
p { color: rgb(235,77,26); }
H1.HeaderClassName
{
color: #EB4D1A;
}
.AnyTagClassName
{
color: #EB4D1A;
}
</style>
background-color css
<style>
a { background-color: #EB4D1A; }
a { background-color: rgb(235,77,26); }
div.DivClassName
{
background-color: #EB4D1A;
}
.BgClassName
{
background-color: #EB4D1A;
}
</style>
border-color css
<style>
span { border-color: #EB4D1A; }
span { border-color: rgb(235,77,26); }
td.TdClassName
{
border-color: #EB4D1A;
}
.TagClassName
{
border-color: #EB4D1A;
}
</style>