Shades of Persimmon #EA521B
Tints of Persimmon #EA521B
RGB
CMYK
RGB Variations
Color information
#EA521B (or 0xEA521B) is known color: Persimmon. HEX triplet: EA, 52 and 1B. RGB value is (234,82,27). Sum of RGB (Red+Green+Blue) = 234+82+27=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA521B is #15ADE4. Grayscale: #797979. Windows color (decimal): -1420773 or 1790698. OLE color: 1790698.
HSL color Cylindrical-coordinate representation of color #EA521B: hue angle of 15.94º 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 #EA521B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.08 |
| HSL | 15.94º | 0.83% | 0.51% | - |
| HSV(B) | 15.94º | 0.88% | 0.92% | - |
| XYZ | 37.15 | 23.61 | 3.64 | - |
| YUV | 121.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 27 | 0 | 0.65 | 0.88 | 0.08 | 15.94 | 0.83 | 0.51 |
| Hex | EA | 52 | 1B | 0 | 41 | 58 | 8 | 10 | 53 | 33 |
| Octal | 352 | 122 | 33 | 0 | 101 | 130 | 10 | 20 | 123 | 63 |
| Binary | 11101010 | 1010010 | 11011 | 0 | 1000001 | 1011000 | 1000 | 10000 | 1010011 | 110011 |
Color Harmonies of #EA521B
Complementary color
Monochromatic Colors of #EA521B
Black with #EA521B
Text Example
Text Example
White with #EA521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA521B; }
p { color: rgb(234,82,27); }
H1.HeaderClassName
{
color: #EA521B;
}
.AnyTagClassName
{
color: #EA521B;
}
</style>
background-color css
<style>
a { background-color: #EA521B; }
a { background-color: rgb(234,82,27); }
div.DivClassName
{
background-color: #EA521B;
}
.BgClassName
{
background-color: #EA521B;
}
</style>
border-color css
<style>
span { border-color: #EA521B; }
span { border-color: rgb(234,82,27); }
td.TdClassName
{
border-color: #EA521B;
}
.TagClassName
{
border-color: #EA521B;
}
</style>