Shades of Persimmon #ED630E
Tints of Persimmon #ED630E
RGB
CMYK
RGB Variations
Color information
#ED630E (or 0xED630E) is known color: Persimmon. HEX triplet: ED, 63 and 0E. RGB value is (237,99,14). Sum of RGB (Red+Green+Blue) = 237+99+14=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED630E is #129CF1. Grayscale: #838383. Windows color (decimal): -1219826 or 943085. OLE color: 943085.
HSL color Cylindrical-coordinate representation of color #ED630E: hue angle of 22.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED630E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 22.87º | 0.89% | 0.49% | - |
| HSV(B) | 22.87º | 0.94% | 0.93% | - |
| XYZ | 39.47 | 26.96 | 3.54 | - |
| YUV | 130.57 | 62.22 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 14 | 0 | 0.58 | 0.94 | 0.07 | 22.87 | 0.89 | 0.49 |
| Hex | ED | 63 | E | 0 | 3A | 5E | 7 | 17 | 59 | 31 |
| Octal | 355 | 143 | 16 | 0 | 72 | 136 | 7 | 27 | 131 | 61 |
| Binary | 11101101 | 1100011 | 1110 | 0 | 111010 | 1011110 | 111 | 10111 | 1011001 | 110001 |
Color Harmonies of #ED630E
Complementary color
Monochromatic Colors of #ED630E
Black with #ED630E
Text Example
Text Example
White with #ED630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED630E; }
p { color: rgb(237,99,14); }
H1.HeaderClassName
{
color: #ED630E;
}
.AnyTagClassName
{
color: #ED630E;
}
</style>
background-color css
<style>
a { background-color: #ED630E; }
a { background-color: rgb(237,99,14); }
div.DivClassName
{
background-color: #ED630E;
}
.BgClassName
{
background-color: #ED630E;
}
</style>
border-color css
<style>
span { border-color: #ED630E; }
span { border-color: rgb(237,99,14); }
td.TdClassName
{
border-color: #ED630E;
}
.TagClassName
{
border-color: #ED630E;
}
</style>