Shades of Persimmon #ED5312
Tints of Persimmon #ED5312
RGB
CMYK
RGB Variations
Color information
#ED5312 (or 0xED5312) is known color: Persimmon. HEX triplet: ED, 53 and 12. RGB value is (237,83,18). Sum of RGB (Red+Green+Blue) = 237+83+18=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5312 is #12ACED. Grayscale: #7A7A7A. Windows color (decimal): -1223918 or 1201133. OLE color: 1201133.
HSL color Cylindrical-coordinate representation of color #ED5312: hue angle of 17.81º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED5312 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.07 |
| HSL | 17.81º | 0.86% | 0.5% | - |
| HSV(B) | 17.81º | 0.92% | 0.93% | - |
| XYZ | 38.13 | 24.23 | 3.24 | - |
| YUV | 121.64 | 69.52 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 18 | 0 | 0.65 | 0.92 | 0.07 | 17.81 | 0.86 | 0.5 |
| Hex | ED | 53 | 12 | 0 | 41 | 5C | 7 | 12 | 56 | 32 |
| Octal | 355 | 123 | 22 | 0 | 101 | 134 | 7 | 22 | 126 | 62 |
| Binary | 11101101 | 1010011 | 10010 | 0 | 1000001 | 1011100 | 111 | 10010 | 1010110 | 110010 |
Color Harmonies of #ED5312
Complementary color
Monochromatic Colors of #ED5312
Black with #ED5312
Text Example
Text Example
White with #ED5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5312; }
p { color: rgb(237,83,18); }
H1.HeaderClassName
{
color: #ED5312;
}
.AnyTagClassName
{
color: #ED5312;
}
</style>
background-color css
<style>
a { background-color: #ED5312; }
a { background-color: rgb(237,83,18); }
div.DivClassName
{
background-color: #ED5312;
}
.BgClassName
{
background-color: #ED5312;
}
</style>
border-color css
<style>
span { border-color: #ED5312; }
span { border-color: rgb(237,83,18); }
td.TdClassName
{
border-color: #ED5312;
}
.TagClassName
{
border-color: #ED5312;
}
</style>