Shades of Persimmon #ED5A08
Tints of Persimmon #ED5A08
RGB
CMYK
RGB Variations
Color information
#ED5A08 (or 0xED5A08) is known color: Persimmon. HEX triplet: ED, 5A and 08. RGB value is (237,90,8). Sum of RGB (Red+Green+Blue) = 237+90+8=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5A08 is #12A5F7. Grayscale: #7D7D7D. Windows color (decimal): -1222136 or 547565. OLE color: 547565.
HSL color Cylindrical-coordinate representation of color #ED5A08: hue angle of 21.48º 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 #ED5A08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.07 |
| HSL | 21.48º | 0.93% | 0.48% | - |
| HSV(B) | 21.48º | 0.97% | 0.93% | - |
| XYZ | 38.63 | 25.33 | 3.08 | - |
| YUV | 124.61 | 62.2 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 8 | 0 | 0.62 | 0.97 | 0.07 | 21.48 | 0.93 | 0.48 |
| Hex | ED | 5A | 8 | 0 | 3E | 61 | 7 | 15 | 5D | 30 |
| Octal | 355 | 132 | 10 | 0 | 76 | 141 | 7 | 25 | 135 | 60 |
| Binary | 11101101 | 1011010 | 1000 | 0 | 111110 | 1100001 | 111 | 10101 | 1011101 | 110000 |
Color Harmonies of #ED5A08
Complementary color
Monochromatic Colors of #ED5A08
Black with #ED5A08
Text Example
Text Example
White with #ED5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A08; }
p { color: rgb(237,90,8); }
H1.HeaderClassName
{
color: #ED5A08;
}
.AnyTagClassName
{
color: #ED5A08;
}
</style>
background-color css
<style>
a { background-color: #ED5A08; }
a { background-color: rgb(237,90,8); }
div.DivClassName
{
background-color: #ED5A08;
}
.BgClassName
{
background-color: #ED5A08;
}
</style>
border-color css
<style>
span { border-color: #ED5A08; }
span { border-color: rgb(237,90,8); }
td.TdClassName
{
border-color: #ED5A08;
}
.TagClassName
{
border-color: #ED5A08;
}
</style>