Shades of Persimmon #ED4902
Tints of Persimmon #ED4902
RGB
CMYK
RGB Variations
Color information
#ED4902 (or 0xED4902) is known color: Persimmon. HEX triplet: ED, 49 and 02. RGB value is (237,73,2). Sum of RGB (Red+Green+Blue) = 237+73+2=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4902 is #12B6FD. Grayscale: #727272. Windows color (decimal): -1226494 or 149997. OLE color: 149997.
HSL color Cylindrical-coordinate representation of color #ED4902: hue angle of 18.13º 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 #ED4902 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.07 |
| HSL | 18.13º | 0.98% | 0.47% | - |
| HSV(B) | 18.13º | 0.99% | 0.93% | - |
| XYZ | 37.32 | 22.77 | 2.49 | - |
| YUV | 113.94 | 64.83 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 2 | 0 | 0.69 | 0.99 | 0.07 | 18.13 | 0.98 | 0.47 |
| Hex | ED | 49 | 2 | 0 | 45 | 63 | 7 | 12 | 62 | 2F |
| Octal | 355 | 111 | 2 | 0 | 105 | 143 | 7 | 22 | 142 | 57 |
| Binary | 11101101 | 1001001 | 10 | 0 | 1000101 | 1100011 | 111 | 10010 | 1100010 | 101111 |
Color Harmonies of #ED4902
Complementary color
Monochromatic Colors of #ED4902
Black with #ED4902
Text Example
Text Example
White with #ED4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4902; }
p { color: rgb(237,73,2); }
H1.HeaderClassName
{
color: #ED4902;
}
.AnyTagClassName
{
color: #ED4902;
}
</style>
background-color css
<style>
a { background-color: #ED4902; }
a { background-color: rgb(237,73,2); }
div.DivClassName
{
background-color: #ED4902;
}
.BgClassName
{
background-color: #ED4902;
}
</style>
border-color css
<style>
span { border-color: #ED4902; }
span { border-color: rgb(237,73,2); }
td.TdClassName
{
border-color: #ED4902;
}
.TagClassName
{
border-color: #ED4902;
}
</style>