Shades of Persimmon #ED531C
Tints of Persimmon #ED531C
RGB
CMYK
RGB Variations
Color information
#ED531C (or 0xED531C) is known color: Persimmon. HEX triplet: ED, 53 and 1C. RGB value is (237,83,28). Sum of RGB (Red+Green+Blue) = 237+83+28=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED531C is #12ACE3. Grayscale: #7B7B7B. Windows color (decimal): -1223908 or 1856493. OLE color: 1856493.
HSL color Cylindrical-coordinate representation of color #ED531C: hue angle of 15.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED531C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.07 |
| HSL | 15.79º | 0.85% | 0.52% | - |
| HSV(B) | 15.79º | 0.88% | 0.93% | - |
| XYZ | 38.23 | 24.27 | 3.77 | - |
| YUV | 122.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 28 | 0 | 0.65 | 0.88 | 0.07 | 15.79 | 0.85 | 0.52 |
| Hex | ED | 53 | 1C | 0 | 41 | 58 | 7 | 10 | 55 | 34 |
| Octal | 355 | 123 | 34 | 0 | 101 | 130 | 7 | 20 | 125 | 64 |
| Binary | 11101101 | 1010011 | 11100 | 0 | 1000001 | 1011000 | 111 | 10000 | 1010101 | 110100 |
Color Harmonies of #ED531C
Complementary color
Monochromatic Colors of #ED531C
Black with #ED531C
Text Example
Text Example
White with #ED531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED531C; }
p { color: rgb(237,83,28); }
H1.HeaderClassName
{
color: #ED531C;
}
.AnyTagClassName
{
color: #ED531C;
}
</style>
background-color css
<style>
a { background-color: #ED531C; }
a { background-color: rgb(237,83,28); }
div.DivClassName
{
background-color: #ED531C;
}
.BgClassName
{
background-color: #ED531C;
}
</style>
border-color css
<style>
span { border-color: #ED531C; }
span { border-color: rgb(237,83,28); }
td.TdClassName
{
border-color: #ED531C;
}
.TagClassName
{
border-color: #ED531C;
}
</style>