Shades of Persimmon #ED4E02
Tints of Persimmon #ED4E02
RGB
CMYK
RGB Variations
Color information
#ED4E02 (or 0xED4E02) is known color: Persimmon. HEX triplet: ED, 4E and 02. RGB value is (237,78,2). Sum of RGB (Red+Green+Blue) = 237+78+2=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E02 is #12B1FD. Grayscale: #757575. Windows color (decimal): -1225214 or 151277. OLE color: 151277.
HSL color Cylindrical-coordinate representation of color #ED4E02: hue angle of 19.4º 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 #ED4E02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.07 |
| HSL | 19.4º | 0.98% | 0.47% | - |
| HSV(B) | 19.4º | 0.99% | 0.93% | - |
| XYZ | 37.66 | 23.46 | 2.6 | - |
| YUV | 116.88 | 63.18 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 2 | 0 | 0.67 | 0.99 | 0.07 | 19.4 | 0.98 | 0.47 |
| Hex | ED | 4E | 2 | 0 | 43 | 63 | 7 | 13 | 62 | 2F |
| Octal | 355 | 116 | 2 | 0 | 103 | 143 | 7 | 23 | 142 | 57 |
| Binary | 11101101 | 1001110 | 10 | 0 | 1000011 | 1100011 | 111 | 10011 | 1100010 | 101111 |
Color Harmonies of #ED4E02
Complementary color
Monochromatic Colors of #ED4E02
Black with #ED4E02
Text Example
Text Example
White with #ED4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E02; }
p { color: rgb(237,78,2); }
H1.HeaderClassName
{
color: #ED4E02;
}
.AnyTagClassName
{
color: #ED4E02;
}
</style>
background-color css
<style>
a { background-color: #ED4E02; }
a { background-color: rgb(237,78,2); }
div.DivClassName
{
background-color: #ED4E02;
}
.BgClassName
{
background-color: #ED4E02;
}
</style>
border-color css
<style>
span { border-color: #ED4E02; }
span { border-color: rgb(237,78,2); }
td.TdClassName
{
border-color: #ED4E02;
}
.TagClassName
{
border-color: #ED4E02;
}
</style>