Shades of Persimmon #EB5A1A
Tints of Persimmon #EB5A1A
RGB
CMYK
RGB Variations
Color information
#EB5A1A (or 0xEB5A1A) is known color: Persimmon. HEX triplet: EB, 5A and 1A. RGB value is (235,90,26). Sum of RGB (Red+Green+Blue) = 235+90+26=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A1A is #14A5E5. Grayscale: #7E7E7E. Windows color (decimal): -1353190 or 1727211. OLE color: 1727211.
HSL color Cylindrical-coordinate representation of color #EB5A1A: hue angle of 18.37º 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 #EB5A1A is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 26 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.08 |
| HSL | 18.37º | 0.84% | 0.51% | - |
| HSV(B) | 18.37º | 0.89% | 0.92% | - |
| XYZ | 38.1 | 25.05 | 3.8 | - |
| YUV | 126.06 | 71.54 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 26 | 0 | 0.62 | 0.89 | 0.08 | 18.37 | 0.84 | 0.51 |
| Hex | EB | 5A | 1A | 0 | 3E | 59 | 8 | 12 | 54 | 33 |
| Octal | 353 | 132 | 32 | 0 | 76 | 131 | 10 | 22 | 124 | 63 |
| Binary | 11101011 | 1011010 | 11010 | 0 | 111110 | 1011001 | 1000 | 10010 | 1010100 | 110011 |
Color Harmonies of #EB5A1A
Complementary color
Monochromatic Colors of #EB5A1A
Black with #EB5A1A
Text Example
Text Example
White with #EB5A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A1A; }
p { color: rgb(235,90,26); }
H1.HeaderClassName
{
color: #EB5A1A;
}
.AnyTagClassName
{
color: #EB5A1A;
}
</style>
background-color css
<style>
a { background-color: #EB5A1A; }
a { background-color: rgb(235,90,26); }
div.DivClassName
{
background-color: #EB5A1A;
}
.BgClassName
{
background-color: #EB5A1A;
}
</style>
border-color css
<style>
span { border-color: #EB5A1A; }
span { border-color: rgb(235,90,26); }
td.TdClassName
{
border-color: #EB5A1A;
}
.TagClassName
{
border-color: #EB5A1A;
}
</style>