Shades of Persimmon #ED6003
Tints of Persimmon #ED6003
RGB
CMYK
RGB Variations
Color information
#ED6003 (or 0xED6003) is known color: Persimmon. HEX triplet: ED, 60 and 03. RGB value is (237,96,3). Sum of RGB (Red+Green+Blue) = 237+96+3=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6003 is #129FFC. Grayscale: #808080. Windows color (decimal): -1220605 or 221421. OLE color: 221421.
HSL color Cylindrical-coordinate representation of color #ED6003: hue angle of 23.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED6003 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.07 |
| HSL | 23.85º | 0.98% | 0.47% | - |
| HSV(B) | 23.85º | 0.99% | 0.93% | - |
| XYZ | 39.12 | 26.38 | 3.12 | - |
| YUV | 127.56 | 57.71 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 3 | 0 | 0.59 | 0.99 | 0.07 | 23.85 | 0.98 | 0.47 |
| Hex | ED | 60 | 3 | 0 | 3B | 63 | 7 | 18 | 62 | 2F |
| Octal | 355 | 140 | 3 | 0 | 73 | 143 | 7 | 30 | 142 | 57 |
| Binary | 11101101 | 1100000 | 11 | 0 | 111011 | 1100011 | 111 | 11000 | 1100010 | 101111 |
Color Harmonies of #ED6003
Complementary color
Monochromatic Colors of #ED6003
Black with #ED6003
Text Example
Text Example
White with #ED6003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6003; }
p { color: rgb(237,96,3); }
H1.HeaderClassName
{
color: #ED6003;
}
.AnyTagClassName
{
color: #ED6003;
}
</style>
background-color css
<style>
a { background-color: #ED6003; }
a { background-color: rgb(237,96,3); }
div.DivClassName
{
background-color: #ED6003;
}
.BgClassName
{
background-color: #ED6003;
}
</style>
border-color css
<style>
span { border-color: #ED6003; }
span { border-color: rgb(237,96,3); }
td.TdClassName
{
border-color: #ED6003;
}
.TagClassName
{
border-color: #ED6003;
}
</style>