Shades of Persimmon #EA4911
Tints of Persimmon #EA4911
RGB
CMYK
RGB Variations
Color information
#EA4911 (or 0xEA4911) is known color: Persimmon. HEX triplet: EA, 49 and 11. RGB value is (234,73,17). Sum of RGB (Red+Green+Blue) = 234+73+17=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4911 is #15B6EE. Grayscale: #737373. Windows color (decimal): -1423087 or 1133034. OLE color: 1133034.
HSL color Cylindrical-coordinate representation of color #EA4911: hue angle of 15.48º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA4911 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.08 |
| HSL | 15.48º | 0.86% | 0.49% | - |
| HSV(B) | 15.48º | 0.93% | 0.92% | - |
| XYZ | 36.42 | 22.3 | 2.91 | - |
| YUV | 114.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 17 | 0 | 0.69 | 0.93 | 0.08 | 15.48 | 0.86 | 0.49 |
| Hex | EA | 49 | 11 | 0 | 45 | 5D | 8 | F | 56 | 31 |
| Octal | 352 | 111 | 21 | 0 | 105 | 135 | 10 | 17 | 126 | 61 |
| Binary | 11101010 | 1001001 | 10001 | 0 | 1000101 | 1011101 | 1000 | 1111 | 1010110 | 110001 |
Color Harmonies of #EA4911
Complementary color
Monochromatic Colors of #EA4911
Black with #EA4911
Text Example
Text Example
White with #EA4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4911; }
p { color: rgb(234,73,17); }
H1.HeaderClassName
{
color: #EA4911;
}
.AnyTagClassName
{
color: #EA4911;
}
</style>
background-color css
<style>
a { background-color: #EA4911; }
a { background-color: rgb(234,73,17); }
div.DivClassName
{
background-color: #EA4911;
}
.BgClassName
{
background-color: #EA4911;
}
</style>
border-color css
<style>
span { border-color: #EA4911; }
span { border-color: rgb(234,73,17); }
td.TdClassName
{
border-color: #EA4911;
}
.TagClassName
{
border-color: #EA4911;
}
</style>