Shades of Persimmon #EA590B
Tints of Persimmon #EA590B
RGB
CMYK
RGB Variations
Color information
#EA590B (or 0xEA590B) is known color: Persimmon. HEX triplet: EA, 59 and 0B. RGB value is (234,89,11). Sum of RGB (Red+Green+Blue) = 234+89+11=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA590B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA590B is #15A6F4. Grayscale: #7B7B7B. Windows color (decimal): -1418997 or 743914. OLE color: 743914.
HSL color Cylindrical-coordinate representation of color #EA590B: hue angle of 20.99º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA590B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.08 |
| HSL | 20.99º | 0.91% | 0.48% | - |
| HSV(B) | 20.99º | 0.95% | 0.92% | - |
| XYZ | 37.56 | 24.66 | 3.1 | - |
| YUV | 123.46 | 64.54 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 11 | 0 | 0.62 | 0.95 | 0.08 | 20.99 | 0.91 | 0.48 |
| Hex | EA | 59 | B | 0 | 3E | 5F | 8 | 15 | 5B | 30 |
| Octal | 352 | 131 | 13 | 0 | 76 | 137 | 10 | 25 | 133 | 60 |
| Binary | 11101010 | 1011001 | 1011 | 0 | 111110 | 1011111 | 1000 | 10101 | 1011011 | 110000 |
Color Harmonies of #EA590B
Complementary color
Monochromatic Colors of #EA590B
Black with #EA590B
Text Example
Text Example
White with #EA590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA590B; }
p { color: rgb(234,89,11); }
H1.HeaderClassName
{
color: #EA590B;
}
.AnyTagClassName
{
color: #EA590B;
}
</style>
background-color css
<style>
a { background-color: #EA590B; }
a { background-color: rgb(234,89,11); }
div.DivClassName
{
background-color: #EA590B;
}
.BgClassName
{
background-color: #EA590B;
}
</style>
border-color css
<style>
span { border-color: #EA590B; }
span { border-color: rgb(234,89,11); }
td.TdClassName
{
border-color: #EA590B;
}
.TagClassName
{
border-color: #EA590B;
}
</style>