Shades of Persimmon #EA511A
Tints of Persimmon #EA511A
RGB
CMYK
RGB Variations
Color information
#EA511A (or 0xEA511A) is known color: Persimmon. HEX triplet: EA, 51 and 1A. RGB value is (234,81,26). Sum of RGB (Red+Green+Blue) = 234+81+26=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA511A is #15AEE5. Grayscale: #787878. Windows color (decimal): -1421030 or 1724906. OLE color: 1724906.
HSL color Cylindrical-coordinate representation of color #EA511A: hue angle of 15.87º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA511A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 26 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.08 |
| HSL | 15.87º | 0.83% | 0.51% | - |
| HSV(B) | 15.87º | 0.89% | 0.92% | - |
| XYZ | 37.06 | 23.45 | 3.55 | - |
| YUV | 120.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 26 | 0 | 0.65 | 0.89 | 0.08 | 15.87 | 0.83 | 0.51 |
| Hex | EA | 51 | 1A | 0 | 41 | 59 | 8 | 10 | 53 | 33 |
| Octal | 352 | 121 | 32 | 0 | 101 | 131 | 10 | 20 | 123 | 63 |
| Binary | 11101010 | 1010001 | 11010 | 0 | 1000001 | 1011001 | 1000 | 10000 | 1010011 | 110011 |
Color Harmonies of #EA511A
Complementary color
Monochromatic Colors of #EA511A
Black with #EA511A
Text Example
Text Example
White with #EA511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA511A; }
p { color: rgb(234,81,26); }
H1.HeaderClassName
{
color: #EA511A;
}
.AnyTagClassName
{
color: #EA511A;
}
</style>
background-color css
<style>
a { background-color: #EA511A; }
a { background-color: rgb(234,81,26); }
div.DivClassName
{
background-color: #EA511A;
}
.BgClassName
{
background-color: #EA511A;
}
</style>
border-color css
<style>
span { border-color: #EA511A; }
span { border-color: rgb(234,81,26); }
td.TdClassName
{
border-color: #EA511A;
}
.TagClassName
{
border-color: #EA511A;
}
</style>