Shades of Persimmon #EA520C
Tints of Persimmon #EA520C
RGB
CMYK
RGB Variations
Color information
#EA520C (or 0xEA520C) is known color: Persimmon. HEX triplet: EA, 52 and 0C. RGB value is (234,82,12). Sum of RGB (Red+Green+Blue) = 234+82+12=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA520C is #15ADF3. Grayscale: #777777. Windows color (decimal): -1420788 or 807658. OLE color: 807658.
HSL color Cylindrical-coordinate representation of color #EA520C: hue angle of 18.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA520C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.08 |
| HSL | 18.92º | 0.9% | 0.48% | - |
| HSV(B) | 18.92º | 0.95% | 0.92% | - |
| XYZ | 37.02 | 23.55 | 2.94 | - |
| YUV | 119.47 | 67.36 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 12 | 0 | 0.65 | 0.95 | 0.08 | 18.92 | 0.9 | 0.48 |
| Hex | EA | 52 | C | 0 | 41 | 5F | 8 | 13 | 5A | 30 |
| Octal | 352 | 122 | 14 | 0 | 101 | 137 | 10 | 23 | 132 | 60 |
| Binary | 11101010 | 1010010 | 1100 | 0 | 1000001 | 1011111 | 1000 | 10011 | 1011010 | 110000 |
Color Harmonies of #EA520C
Complementary color
Monochromatic Colors of #EA520C
Black with #EA520C
Text Example
Text Example
White with #EA520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA520C; }
p { color: rgb(234,82,12); }
H1.HeaderClassName
{
color: #EA520C;
}
.AnyTagClassName
{
color: #EA520C;
}
</style>
background-color css
<style>
a { background-color: #EA520C; }
a { background-color: rgb(234,82,12); }
div.DivClassName
{
background-color: #EA520C;
}
.BgClassName
{
background-color: #EA520C;
}
</style>
border-color css
<style>
span { border-color: #EA520C; }
span { border-color: rgb(234,82,12); }
td.TdClassName
{
border-color: #EA520C;
}
.TagClassName
{
border-color: #EA520C;
}
</style>