Shades of Persimmon #EA5B11
Tints of Persimmon #EA5B11
RGB
CMYK
RGB Variations
Color information
#EA5B11 (or 0xEA5B11) is known color: Persimmon. HEX triplet: EA, 5B and 11. RGB value is (234,91,17). Sum of RGB (Red+Green+Blue) = 234+91+17=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5B11 is #15A4EE. Grayscale: #7D7D7D. Windows color (decimal): -1418479 or 1137642. OLE color: 1137642.
HSL color Cylindrical-coordinate representation of color #EA5B11: hue angle of 20.46º 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 #EA5B11 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.08 |
| HSL | 20.46º | 0.86% | 0.49% | - |
| HSV(B) | 20.46º | 0.93% | 0.92% | - |
| XYZ | 37.77 | 25.02 | 3.37 | - |
| YUV | 125.32 | 66.88 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 17 | 0 | 0.61 | 0.93 | 0.08 | 20.46 | 0.86 | 0.49 |
| Hex | EA | 5B | 11 | 0 | 3D | 5D | 8 | 14 | 56 | 31 |
| Octal | 352 | 133 | 21 | 0 | 75 | 135 | 10 | 24 | 126 | 61 |
| Binary | 11101010 | 1011011 | 10001 | 0 | 111101 | 1011101 | 1000 | 10100 | 1010110 | 110001 |
Color Harmonies of #EA5B11
Complementary color
Monochromatic Colors of #EA5B11
Black with #EA5B11
Text Example
Text Example
White with #EA5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B11; }
p { color: rgb(234,91,17); }
H1.HeaderClassName
{
color: #EA5B11;
}
.AnyTagClassName
{
color: #EA5B11;
}
</style>
background-color css
<style>
a { background-color: #EA5B11; }
a { background-color: rgb(234,91,17); }
div.DivClassName
{
background-color: #EA5B11;
}
.BgClassName
{
background-color: #EA5B11;
}
</style>
border-color css
<style>
span { border-color: #EA5B11; }
span { border-color: rgb(234,91,17); }
td.TdClassName
{
border-color: #EA5B11;
}
.TagClassName
{
border-color: #EA5B11;
}
</style>