Shades of Persimmon #EA561F
Tints of Persimmon #EA561F
RGB
CMYK
RGB Variations
Color information
#EA561F (or 0xEA561F) is known color: Persimmon. HEX triplet: EA, 56 and 1F. RGB value is (234,86,31). Sum of RGB (Red+Green+Blue) = 234+86+31=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA561F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA561F is #15A9E0. Grayscale: #7C7C7C. Windows color (decimal): -1419745 or 2053866. OLE color: 2053866.
HSL color Cylindrical-coordinate representation of color #EA561F: hue angle of 16.26º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA561F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 31 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.08 |
| HSL | 16.26º | 0.83% | 0.52% | - |
| HSV(B) | 16.26º | 0.87% | 0.92% | - |
| XYZ | 37.51 | 24.25 | 4 | - |
| YUV | 123.98 | 75.53 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 31 | 0 | 0.63 | 0.87 | 0.08 | 16.26 | 0.83 | 0.52 |
| Hex | EA | 56 | 1F | 0 | 3F | 57 | 8 | 10 | 53 | 34 |
| Octal | 352 | 126 | 37 | 0 | 77 | 127 | 10 | 20 | 123 | 64 |
| Binary | 11101010 | 1010110 | 11111 | 0 | 111111 | 1010111 | 1000 | 10000 | 1010011 | 110100 |
Color Harmonies of #EA561F
Complementary color
Monochromatic Colors of #EA561F
Black with #EA561F
Text Example
Text Example
White with #EA561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA561F; }
p { color: rgb(234,86,31); }
H1.HeaderClassName
{
color: #EA561F;
}
.AnyTagClassName
{
color: #EA561F;
}
</style>
background-color css
<style>
a { background-color: #EA561F; }
a { background-color: rgb(234,86,31); }
div.DivClassName
{
background-color: #EA561F;
}
.BgClassName
{
background-color: #EA561F;
}
</style>
border-color css
<style>
span { border-color: #EA561F; }
span { border-color: rgb(234,86,31); }
td.TdClassName
{
border-color: #EA561F;
}
.TagClassName
{
border-color: #EA561F;
}
</style>