Shades of Persimmon #ED6301
Tints of Persimmon #ED6301
RGB
CMYK
RGB Variations
Color information
#ED6301 (or 0xED6301) is known color: Persimmon. HEX triplet: ED, 63 and 01. RGB value is (237,99,1). Sum of RGB (Red+Green+Blue) = 237+99+1=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6301 is #129CFE. Grayscale: #818181. Windows color (decimal): -1219839 or 91117. OLE color: 91117.
HSL color Cylindrical-coordinate representation of color #ED6301: hue angle of 24.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6301 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.07 |
| HSL | 24.92º | 0.99% | 0.47% | - |
| HSV(B) | 24.92º | 1% | 0.93% | - |
| XYZ | 39.39 | 26.93 | 3.15 | - |
| YUV | 129.09 | 55.72 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 1 | 0 | 0.58 | 1.00 | 0.07 | 24.92 | 0.99 | 0.47 |
| Hex | ED | 63 | 1 | 0 | 3A | 64 | 7 | 19 | 63 | 2F |
| Octal | 355 | 143 | 1 | 0 | 72 | 144 | 7 | 31 | 143 | 57 |
| Binary | 11101101 | 1100011 | 1 | 0 | 111010 | 1100100 | 111 | 11001 | 1100011 | 101111 |
Color Harmonies of #ED6301
Complementary color
Monochromatic Colors of #ED6301
Black with #ED6301
Text Example
Text Example
White with #ED6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6301; }
p { color: rgb(237,99,1); }
H1.HeaderClassName
{
color: #ED6301;
}
.AnyTagClassName
{
color: #ED6301;
}
</style>
background-color css
<style>
a { background-color: #ED6301; }
a { background-color: rgb(237,99,1); }
div.DivClassName
{
background-color: #ED6301;
}
.BgClassName
{
background-color: #ED6301;
}
</style>
border-color css
<style>
span { border-color: #ED6301; }
span { border-color: rgb(237,99,1); }
td.TdClassName
{
border-color: #ED6301;
}
.TagClassName
{
border-color: #ED6301;
}
</style>