Shades of Persimmon #ED5303
Tints of Persimmon #ED5303
RGB
CMYK
RGB Variations
Color information
#ED5303 (or 0xED5303) is known color: Persimmon. HEX triplet: ED, 53 and 03. RGB value is (237,83,3). Sum of RGB (Red+Green+Blue) = 237+83+3=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5303 is #12ACFC. Grayscale: #787878. Windows color (decimal): -1223933 or 218093. OLE color: 218093.
HSL color Cylindrical-coordinate representation of color #ED5303: hue angle of 20.51º 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 #ED5303 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.07 |
| HSL | 20.51º | 0.98% | 0.47% | - |
| HSV(B) | 20.51º | 0.99% | 0.93% | - |
| XYZ | 38.03 | 24.2 | 2.75 | - |
| YUV | 119.93 | 62.02 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 3 | 0 | 0.65 | 0.99 | 0.07 | 20.51 | 0.98 | 0.47 |
| Hex | ED | 53 | 3 | 0 | 41 | 63 | 7 | 15 | 62 | 2F |
| Octal | 355 | 123 | 3 | 0 | 101 | 143 | 7 | 25 | 142 | 57 |
| Binary | 11101101 | 1010011 | 11 | 0 | 1000001 | 1100011 | 111 | 10101 | 1100010 | 101111 |
Color Harmonies of #ED5303
Complementary color
Monochromatic Colors of #ED5303
Black with #ED5303
Text Example
Text Example
White with #ED5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5303; }
p { color: rgb(237,83,3); }
H1.HeaderClassName
{
color: #ED5303;
}
.AnyTagClassName
{
color: #ED5303;
}
</style>
background-color css
<style>
a { background-color: #ED5303; }
a { background-color: rgb(237,83,3); }
div.DivClassName
{
background-color: #ED5303;
}
.BgClassName
{
background-color: #ED5303;
}
</style>
border-color css
<style>
span { border-color: #ED5303; }
span { border-color: rgb(237,83,3); }
td.TdClassName
{
border-color: #ED5303;
}
.TagClassName
{
border-color: #ED5303;
}
</style>