Shades of Persimmon #EB4805
Tints of Persimmon #EB4805
RGB
CMYK
RGB Variations
Color information
#EB4805 (or 0xEB4805) is known color: Persimmon. HEX triplet: EB, 48 and 05. RGB value is (235,72,5). Sum of RGB (Red+Green+Blue) = 235+72+5=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4805 is #14B7FA. Grayscale: #717171. Windows color (decimal): -1357819 or 346347. OLE color: 346347.
HSL color Cylindrical-coordinate representation of color #EB4805: hue angle of 17.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB4805 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 72 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.08 |
| HSL | 17.48º | 0.96% | 0.47% | - |
| HSV(B) | 17.48º | 0.98% | 0.92% | - |
| XYZ | 36.61 | 22.31 | 2.52 | - |
| YUV | 113.1 | 67 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 72 | 5 | 0 | 0.69 | 0.98 | 0.08 | 17.48 | 0.96 | 0.47 |
| Hex | EB | 48 | 5 | 0 | 45 | 62 | 8 | 11 | 60 | 2F |
| Octal | 353 | 110 | 5 | 0 | 105 | 142 | 10 | 21 | 140 | 57 |
| Binary | 11101011 | 1001000 | 101 | 0 | 1000101 | 1100010 | 1000 | 10001 | 1100000 | 101111 |
Color Harmonies of #EB4805
Complementary color
Monochromatic Colors of #EB4805
Black with #EB4805
Text Example
Text Example
White with #EB4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4805; }
p { color: rgb(235,72,5); }
H1.HeaderClassName
{
color: #EB4805;
}
.AnyTagClassName
{
color: #EB4805;
}
</style>
background-color css
<style>
a { background-color: #EB4805; }
a { background-color: rgb(235,72,5); }
div.DivClassName
{
background-color: #EB4805;
}
.BgClassName
{
background-color: #EB4805;
}
</style>
border-color css
<style>
span { border-color: #EB4805; }
span { border-color: rgb(235,72,5); }
td.TdClassName
{
border-color: #EB4805;
}
.TagClassName
{
border-color: #EB4805;
}
</style>