Shades of Persimmon #ED640F
Tints of Persimmon #ED640F
RGB
CMYK
RGB Variations
Color information
#ED640F (or 0xED640F) is known color: Persimmon. HEX triplet: ED, 64 and 0F. RGB value is (237,100,15). Sum of RGB (Red+Green+Blue) = 237+100+15=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED640F is #129BF0. Grayscale: #838383. Windows color (decimal): -1219569 or 1008877. OLE color: 1008877.
HSL color Cylindrical-coordinate representation of color #ED640F: hue angle of 22.97º degrees, saturation: 0.88, 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 #ED640F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 22.97º | 0.88% | 0.49% | - |
| HSV(B) | 22.97º | 0.94% | 0.93% | - |
| XYZ | 39.57 | 27.15 | 3.61 | - |
| YUV | 131.27 | 62.39 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 15 | 0 | 0.58 | 0.94 | 0.07 | 22.97 | 0.88 | 0.49 |
| Hex | ED | 64 | F | 0 | 3A | 5E | 7 | 17 | 58 | 31 |
| Octal | 355 | 144 | 17 | 0 | 72 | 136 | 7 | 27 | 130 | 61 |
| Binary | 11101101 | 1100100 | 1111 | 0 | 111010 | 1011110 | 111 | 10111 | 1011000 | 110001 |
Color Harmonies of #ED640F
Complementary color
Monochromatic Colors of #ED640F
Black with #ED640F
Text Example
Text Example
White with #ED640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED640F; }
p { color: rgb(237,100,15); }
H1.HeaderClassName
{
color: #ED640F;
}
.AnyTagClassName
{
color: #ED640F;
}
</style>
background-color css
<style>
a { background-color: #ED640F; }
a { background-color: rgb(237,100,15); }
div.DivClassName
{
background-color: #ED640F;
}
.BgClassName
{
background-color: #ED640F;
}
</style>
border-color css
<style>
span { border-color: #ED640F; }
span { border-color: rgb(237,100,15); }
td.TdClassName
{
border-color: #ED640F;
}
.TagClassName
{
border-color: #ED640F;
}
</style>