Shades of Persimmon #ED5308
Tints of Persimmon #ED5308
RGB
CMYK
RGB Variations
Color information
#ED5308 (or 0xED5308) is known color: Persimmon. HEX triplet: ED, 53 and 08. RGB value is (237,83,8). Sum of RGB (Red+Green+Blue) = 237+83+8=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5308 is #12ACF7. Grayscale: #787878. Windows color (decimal): -1223928 or 545773. OLE color: 545773.
HSL color Cylindrical-coordinate representation of color #ED5308: hue angle of 19.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED5308 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.07 |
| HSL | 19.65º | 0.93% | 0.48% | - |
| HSV(B) | 19.65º | 0.97% | 0.93% | - |
| XYZ | 38.06 | 24.21 | 2.9 | - |
| YUV | 120.5 | 64.52 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 8 | 0 | 0.65 | 0.97 | 0.07 | 19.65 | 0.93 | 0.48 |
| Hex | ED | 53 | 8 | 0 | 41 | 61 | 7 | 14 | 5D | 30 |
| Octal | 355 | 123 | 10 | 0 | 101 | 141 | 7 | 24 | 135 | 60 |
| Binary | 11101101 | 1010011 | 1000 | 0 | 1000001 | 1100001 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #ED5308
Complementary color
Monochromatic Colors of #ED5308
Black with #ED5308
Text Example
Text Example
White with #ED5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5308; }
p { color: rgb(237,83,8); }
H1.HeaderClassName
{
color: #ED5308;
}
.AnyTagClassName
{
color: #ED5308;
}
</style>
background-color css
<style>
a { background-color: #ED5308; }
a { background-color: rgb(237,83,8); }
div.DivClassName
{
background-color: #ED5308;
}
.BgClassName
{
background-color: #ED5308;
}
</style>
border-color css
<style>
span { border-color: #ED5308; }
span { border-color: rgb(237,83,8); }
td.TdClassName
{
border-color: #ED5308;
}
.TagClassName
{
border-color: #ED5308;
}
</style>