Shades of Persimmon #EA511C
Tints of Persimmon #EA511C
RGB
CMYK
RGB Variations
Color information
#EA511C (or 0xEA511C) is known color: Persimmon. HEX triplet: EA, 51 and 1C. RGB value is (234,81,28). Sum of RGB (Red+Green+Blue) = 234+81+28=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA511C is #15AEE3. Grayscale: #797979. Windows color (decimal): -1421028 or 1855978. OLE color: 1855978.
HSL color Cylindrical-coordinate representation of color #EA511C: hue angle of 15.44º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA511C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.08 |
| HSL | 15.44º | 0.83% | 0.51% | - |
| HSV(B) | 15.44º | 0.88% | 0.92% | - |
| XYZ | 37.08 | 23.46 | 3.67 | - |
| YUV | 120.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 28 | 0 | 0.65 | 0.88 | 0.08 | 15.44 | 0.83 | 0.51 |
| Hex | EA | 51 | 1C | 0 | 41 | 58 | 8 | F | 53 | 33 |
| Octal | 352 | 121 | 34 | 0 | 101 | 130 | 10 | 17 | 123 | 63 |
| Binary | 11101010 | 1010001 | 11100 | 0 | 1000001 | 1011000 | 1000 | 1111 | 1010011 | 110011 |
Color Harmonies of #EA511C
Complementary color
Monochromatic Colors of #EA511C
Black with #EA511C
Text Example
Text Example
White with #EA511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA511C; }
p { color: rgb(234,81,28); }
H1.HeaderClassName
{
color: #EA511C;
}
.AnyTagClassName
{
color: #EA511C;
}
</style>
background-color css
<style>
a { background-color: #EA511C; }
a { background-color: rgb(234,81,28); }
div.DivClassName
{
background-color: #EA511C;
}
.BgClassName
{
background-color: #EA511C;
}
</style>
border-color css
<style>
span { border-color: #EA511C; }
span { border-color: rgb(234,81,28); }
td.TdClassName
{
border-color: #EA511C;
}
.TagClassName
{
border-color: #EA511C;
}
</style>