Shades of Persimmon #EA5C00
Tints of Persimmon #EA5C00
RGB
CMYK
RGB Variations
Color information
#EA5C00 (or 0xEA5C00) is known color: Persimmon. HEX triplet: EA, 5C and 00. RGB value is (234,92,0). Sum of RGB (Red+Green+Blue) = 234+92+0=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5C00 is #15A3FF. Grayscale: #7C7C7C. Windows color (decimal): -1418240 or 23786. OLE color: 23786.
HSL color Cylindrical-coordinate representation of color #EA5C00: hue angle of 23.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA5C00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.08 |
| HSL | 23.59º | 1% | 0.46% | - |
| HSV(B) | 23.59º | 1% | 0.92% | - |
| XYZ | 37.76 | 25.15 | 2.86 | - |
| YUV | 123.97 | 58.04 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 0 | 0 | 0.61 | 1 | 0.08 | 23.59 | 1 | 0.46 |
| Hex | EA | 5C | 0 | 0 | 3D | 64 | 8 | 18 | 64 | 2E |
| Octal | 352 | 134 | 0 | 0 | 75 | 144 | 10 | 30 | 144 | 56 |
| Binary | 11101010 | 1011100 | 0 | 0 | 111101 | 1100100 | 1000 | 11000 | 1100100 | 101110 |
Color Harmonies of #EA5C00
Complementary color
Monochromatic Colors of #EA5C00
Black with #EA5C00
Text Example
Text Example
White with #EA5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C00; }
p { color: rgb(234,92,0); }
H1.HeaderClassName
{
color: #EA5C00;
}
.AnyTagClassName
{
color: #EA5C00;
}
</style>
background-color css
<style>
a { background-color: #EA5C00; }
a { background-color: rgb(234,92,0); }
div.DivClassName
{
background-color: #EA5C00;
}
.BgClassName
{
background-color: #EA5C00;
}
</style>
border-color css
<style>
span { border-color: #EA5C00; }
span { border-color: rgb(234,92,0); }
td.TdClassName
{
border-color: #EA5C00;
}
.TagClassName
{
border-color: #EA5C00;
}
</style>