Shades of Persimmon #ED6508
Tints of Persimmon #ED6508
RGB
CMYK
RGB Variations
Color information
#ED6508 (or 0xED6508) is known color: Persimmon. HEX triplet: ED, 65 and 08. RGB value is (237,101,8). Sum of RGB (Red+Green+Blue) = 237+101+8=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6508 is #129AF7. Grayscale: #838383. Windows color (decimal): -1219320 or 550381. OLE color: 550381.
HSL color Cylindrical-coordinate representation of color #ED6508: hue angle of 24.37º 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 #ED6508 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.07 |
| HSL | 24.37º | 0.93% | 0.48% | - |
| HSV(B) | 24.37º | 0.97% | 0.93% | - |
| XYZ | 39.62 | 27.33 | 3.42 | - |
| YUV | 131.06 | 58.56 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 8 | 0 | 0.57 | 0.97 | 0.07 | 24.37 | 0.93 | 0.48 |
| Hex | ED | 65 | 8 | 0 | 39 | 61 | 7 | 18 | 5D | 30 |
| Octal | 355 | 145 | 10 | 0 | 71 | 141 | 7 | 30 | 135 | 60 |
| Binary | 11101101 | 1100101 | 1000 | 0 | 111001 | 1100001 | 111 | 11000 | 1011101 | 110000 |
Color Harmonies of #ED6508
Complementary color
Monochromatic Colors of #ED6508
Black with #ED6508
Text Example
Text Example
White with #ED6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6508; }
p { color: rgb(237,101,8); }
H1.HeaderClassName
{
color: #ED6508;
}
.AnyTagClassName
{
color: #ED6508;
}
</style>
background-color css
<style>
a { background-color: #ED6508; }
a { background-color: rgb(237,101,8); }
div.DivClassName
{
background-color: #ED6508;
}
.BgClassName
{
background-color: #ED6508;
}
</style>
border-color css
<style>
span { border-color: #ED6508; }
span { border-color: rgb(237,101,8); }
td.TdClassName
{
border-color: #ED6508;
}
.TagClassName
{
border-color: #ED6508;
}
</style>