Shades of Persimmon #ED4A12
Tints of Persimmon #ED4A12
RGB
CMYK
RGB Variations
Color information
#ED4A12 (or 0xED4A12) is known color: Persimmon. HEX triplet: ED, 4A and 12. RGB value is (237,74,18). Sum of RGB (Red+Green+Blue) = 237+74+18=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4A12 is #12B5ED. Grayscale: #747474. Windows color (decimal): -1226222 or 1198829. OLE color: 1198829.
HSL color Cylindrical-coordinate representation of color #ED4A12: hue angle of 15.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED4A12 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.07 |
| HSL | 15.34º | 0.86% | 0.5% | - |
| HSV(B) | 15.34º | 0.92% | 0.93% | - |
| XYZ | 37.48 | 22.95 | 3.03 | - |
| YUV | 116.35 | 72.5 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 18 | 0 | 0.69 | 0.92 | 0.07 | 15.34 | 0.86 | 0.5 |
| Hex | ED | 4A | 12 | 0 | 45 | 5C | 7 | F | 56 | 32 |
| Octal | 355 | 112 | 22 | 0 | 105 | 134 | 7 | 17 | 126 | 62 |
| Binary | 11101101 | 1001010 | 10010 | 0 | 1000101 | 1011100 | 111 | 1111 | 1010110 | 110010 |
Color Harmonies of #ED4A12
Complementary color
Monochromatic Colors of #ED4A12
Black with #ED4A12
Text Example
Text Example
White with #ED4A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A12; }
p { color: rgb(237,74,18); }
H1.HeaderClassName
{
color: #ED4A12;
}
.AnyTagClassName
{
color: #ED4A12;
}
</style>
background-color css
<style>
a { background-color: #ED4A12; }
a { background-color: rgb(237,74,18); }
div.DivClassName
{
background-color: #ED4A12;
}
.BgClassName
{
background-color: #ED4A12;
}
</style>
border-color css
<style>
span { border-color: #ED4A12; }
span { border-color: rgb(237,74,18); }
td.TdClassName
{
border-color: #ED4A12;
}
.TagClassName
{
border-color: #ED4A12;
}
</style>