Shades of Persimmon #ED4802
Tints of Persimmon #ED4802
RGB
CMYK
RGB Variations
Color information
#ED4802 (or 0xED4802) is known color: Persimmon. HEX triplet: ED, 48 and 02. RGB value is (237,72,2). Sum of RGB (Red+Green+Blue) = 237+72+2=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4802 is #12B7FD. Grayscale: #717171. Windows color (decimal): -1226750 or 149741. OLE color: 149741.
HSL color Cylindrical-coordinate representation of color #ED4802: hue angle of 17.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED4802 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.07 |
| HSL | 17.87º | 0.98% | 0.47% | - |
| HSV(B) | 17.87º | 0.99% | 0.93% | - |
| XYZ | 37.25 | 22.64 | 2.46 | - |
| YUV | 113.36 | 65.16 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 2 | 0 | 0.70 | 0.99 | 0.07 | 17.87 | 0.98 | 0.47 |
| Hex | ED | 48 | 2 | 0 | 46 | 63 | 7 | 12 | 62 | 2F |
| Octal | 355 | 110 | 2 | 0 | 106 | 143 | 7 | 22 | 142 | 57 |
| Binary | 11101101 | 1001000 | 10 | 0 | 1000110 | 1100011 | 111 | 10010 | 1100010 | 101111 |
Color Harmonies of #ED4802
Complementary color
Monochromatic Colors of #ED4802
Black with #ED4802
Text Example
Text Example
White with #ED4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4802; }
p { color: rgb(237,72,2); }
H1.HeaderClassName
{
color: #ED4802;
}
.AnyTagClassName
{
color: #ED4802;
}
</style>
background-color css
<style>
a { background-color: #ED4802; }
a { background-color: rgb(237,72,2); }
div.DivClassName
{
background-color: #ED4802;
}
.BgClassName
{
background-color: #ED4802;
}
</style>
border-color css
<style>
span { border-color: #ED4802; }
span { border-color: rgb(237,72,2); }
td.TdClassName
{
border-color: #ED4802;
}
.TagClassName
{
border-color: #ED4802;
}
</style>