Shades of Persimmon #EA511B
Tints of Persimmon #EA511B
RGB
CMYK
RGB Variations
Color information
#EA511B (or 0xEA511B) is known color: Persimmon. HEX triplet: EA, 51 and 1B. RGB value is (234,81,27). Sum of RGB (Red+Green+Blue) = 234+81+27=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA511B is #15AEE4. Grayscale: #787878. Windows color (decimal): -1421029 or 1790442. OLE color: 1790442.
HSL color Cylindrical-coordinate representation of color #EA511B: hue angle of 15.65º 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 #EA511B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.08 |
| HSL | 15.65º | 0.83% | 0.51% | - |
| HSV(B) | 15.65º | 0.88% | 0.92% | - |
| XYZ | 37.07 | 23.46 | 3.61 | - |
| YUV | 120.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 27 | 0 | 0.65 | 0.88 | 0.08 | 15.65 | 0.83 | 0.51 |
| Hex | EA | 51 | 1B | 0 | 41 | 58 | 8 | 10 | 53 | 33 |
| Octal | 352 | 121 | 33 | 0 | 101 | 130 | 10 | 20 | 123 | 63 |
| Binary | 11101010 | 1010001 | 11011 | 0 | 1000001 | 1011000 | 1000 | 10000 | 1010011 | 110011 |
Color Harmonies of #EA511B
Complementary color
Monochromatic Colors of #EA511B
Black with #EA511B
Text Example
Text Example
White with #EA511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA511B; }
p { color: rgb(234,81,27); }
H1.HeaderClassName
{
color: #EA511B;
}
.AnyTagClassName
{
color: #EA511B;
}
</style>
background-color css
<style>
a { background-color: #EA511B; }
a { background-color: rgb(234,81,27); }
div.DivClassName
{
background-color: #EA511B;
}
.BgClassName
{
background-color: #EA511B;
}
</style>
border-color css
<style>
span { border-color: #EA511B; }
span { border-color: rgb(234,81,27); }
td.TdClassName
{
border-color: #EA511B;
}
.TagClassName
{
border-color: #EA511B;
}
</style>