Shades of Persimmon #EB5502
Tints of Persimmon #EB5502
RGB
CMYK
RGB Variations
Color information
#EB5502 (or 0xEB5502) is known color: Persimmon. HEX triplet: EB, 55 and 02. RGB value is (235,85,2). Sum of RGB (Red+Green+Blue) = 235+85+2=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5502 is #14AAFD. Grayscale: #787878. Windows color (decimal): -1354494 or 153067. OLE color: 153067.
HSL color Cylindrical-coordinate representation of color #EB5502: hue angle of 21.37º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB5502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.08 |
| HSL | 21.37º | 0.98% | 0.46% | - |
| HSV(B) | 21.37º | 0.99% | 0.92% | - |
| XYZ | 37.52 | 24.16 | 2.74 | - |
| YUV | 120.39 | 61.2 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 2 | 0 | 0.64 | 0.99 | 0.08 | 21.37 | 0.98 | 0.46 |
| Hex | EB | 55 | 2 | 0 | 40 | 63 | 8 | 15 | 62 | 2E |
| Octal | 353 | 125 | 2 | 0 | 100 | 143 | 10 | 25 | 142 | 56 |
| Binary | 11101011 | 1010101 | 10 | 0 | 1000000 | 1100011 | 1000 | 10101 | 1100010 | 101110 |
Color Harmonies of #EB5502
Complementary color
Monochromatic Colors of #EB5502
Black with #EB5502
Text Example
Text Example
White with #EB5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5502; }
p { color: rgb(235,85,2); }
H1.HeaderClassName
{
color: #EB5502;
}
.AnyTagClassName
{
color: #EB5502;
}
</style>
background-color css
<style>
a { background-color: #EB5502; }
a { background-color: rgb(235,85,2); }
div.DivClassName
{
background-color: #EB5502;
}
.BgClassName
{
background-color: #EB5502;
}
</style>
border-color css
<style>
span { border-color: #EB5502; }
span { border-color: rgb(235,85,2); }
td.TdClassName
{
border-color: #EB5502;
}
.TagClassName
{
border-color: #EB5502;
}
</style>