Shades of Persimmon #ED540D
Tints of Persimmon #ED540D
RGB
CMYK
RGB Variations
Color information
#ED540D (or 0xED540D) is known color: Persimmon. HEX triplet: ED, 54 and 0D. RGB value is (237,84,13). Sum of RGB (Red+Green+Blue) = 237+84+13=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED540D is #12ABF2. Grayscale: #7A7A7A. Windows color (decimal): -1223667 or 873709. OLE color: 873709.
HSL color Cylindrical-coordinate representation of color #ED540D: hue angle of 19.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED540D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.07 |
| HSL | 19.02º | 0.9% | 0.49% | - |
| HSV(B) | 19.02º | 0.95% | 0.93% | - |
| XYZ | 38.17 | 24.37 | 3.07 | - |
| YUV | 121.65 | 66.69 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 13 | 0 | 0.65 | 0.95 | 0.07 | 19.02 | 0.9 | 0.49 |
| Hex | ED | 54 | D | 0 | 41 | 5F | 7 | 13 | 5A | 31 |
| Octal | 355 | 124 | 15 | 0 | 101 | 137 | 7 | 23 | 132 | 61 |
| Binary | 11101101 | 1010100 | 1101 | 0 | 1000001 | 1011111 | 111 | 10011 | 1011010 | 110001 |
Color Harmonies of #ED540D
Complementary color
Monochromatic Colors of #ED540D
Black with #ED540D
Text Example
Text Example
White with #ED540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED540D; }
p { color: rgb(237,84,13); }
H1.HeaderClassName
{
color: #ED540D;
}
.AnyTagClassName
{
color: #ED540D;
}
</style>
background-color css
<style>
a { background-color: #ED540D; }
a { background-color: rgb(237,84,13); }
div.DivClassName
{
background-color: #ED540D;
}
.BgClassName
{
background-color: #ED540D;
}
</style>
border-color css
<style>
span { border-color: #ED540D; }
span { border-color: rgb(237,84,13); }
td.TdClassName
{
border-color: #ED540D;
}
.TagClassName
{
border-color: #ED540D;
}
</style>