Shades of Persimmon #ED4A0A
Tints of Persimmon #ED4A0A
RGB
CMYK
RGB Variations
Color information
#ED4A0A (or 0xED4A0A) is known color: Persimmon. HEX triplet: ED, 4A and 0A. RGB value is (237,74,10). Sum of RGB (Red+Green+Blue) = 237+74+10=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4A0A is #12B5F5. Grayscale: #737373. Windows color (decimal): -1226230 or 674541. OLE color: 674541.
HSL color Cylindrical-coordinate representation of color #ED4A0A: hue angle of 16.92º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED4A0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.07 |
| HSL | 16.92º | 0.92% | 0.48% | - |
| HSV(B) | 16.92º | 0.96% | 0.93% | - |
| XYZ | 37.43 | 22.92 | 2.74 | - |
| YUV | 115.44 | 68.5 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 10 | 0 | 0.69 | 0.96 | 0.07 | 16.92 | 0.92 | 0.48 |
| Hex | ED | 4A | A | 0 | 45 | 60 | 7 | 11 | 5C | 30 |
| Octal | 355 | 112 | 12 | 0 | 105 | 140 | 7 | 21 | 134 | 60 |
| Binary | 11101101 | 1001010 | 1010 | 0 | 1000101 | 1100000 | 111 | 10001 | 1011100 | 110000 |
Color Harmonies of #ED4A0A
Complementary color
Monochromatic Colors of #ED4A0A
Black with #ED4A0A
Text Example
Text Example
White with #ED4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A0A; }
p { color: rgb(237,74,10); }
H1.HeaderClassName
{
color: #ED4A0A;
}
.AnyTagClassName
{
color: #ED4A0A;
}
</style>
background-color css
<style>
a { background-color: #ED4A0A; }
a { background-color: rgb(237,74,10); }
div.DivClassName
{
background-color: #ED4A0A;
}
.BgClassName
{
background-color: #ED4A0A;
}
</style>
border-color css
<style>
span { border-color: #ED4A0A; }
span { border-color: rgb(237,74,10); }
td.TdClassName
{
border-color: #ED4A0A;
}
.TagClassName
{
border-color: #ED4A0A;
}
</style>