Shades of Persimmon #EA5C01
Tints of Persimmon #EA5C01
RGB
CMYK
RGB Variations
Color information
#EA5C01 (or 0xEA5C01) is known color: Persimmon. HEX triplet: EA, 5C and 01. RGB value is (234,92,1). Sum of RGB (Red+Green+Blue) = 234+92+1=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5C01 is #15A3FE. Grayscale: #7C7C7C. Windows color (decimal): -1418239 or 89322. OLE color: 89322.
HSL color Cylindrical-coordinate representation of color #EA5C01: hue angle of 23.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA5C01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.08 |
| HSL | 23.43º | 0.99% | 0.46% | - |
| HSV(B) | 23.43º | 1% | 0.92% | - |
| XYZ | 37.76 | 25.15 | 2.89 | - |
| YUV | 124.08 | 58.54 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 1 | 0 | 0.61 | 1.00 | 0.08 | 23.43 | 0.99 | 0.46 |
| Hex | EA | 5C | 1 | 0 | 3D | 64 | 8 | 17 | 63 | 2E |
| Octal | 352 | 134 | 1 | 0 | 75 | 144 | 10 | 27 | 143 | 56 |
| Binary | 11101010 | 1011100 | 1 | 0 | 111101 | 1100100 | 1000 | 10111 | 1100011 | 101110 |
Color Harmonies of #EA5C01
Complementary color
Monochromatic Colors of #EA5C01
Black with #EA5C01
Text Example
Text Example
White with #EA5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C01; }
p { color: rgb(234,92,1); }
H1.HeaderClassName
{
color: #EA5C01;
}
.AnyTagClassName
{
color: #EA5C01;
}
</style>
background-color css
<style>
a { background-color: #EA5C01; }
a { background-color: rgb(234,92,1); }
div.DivClassName
{
background-color: #EA5C01;
}
.BgClassName
{
background-color: #EA5C01;
}
</style>
border-color css
<style>
span { border-color: #EA5C01; }
span { border-color: rgb(234,92,1); }
td.TdClassName
{
border-color: #EA5C01;
}
.TagClassName
{
border-color: #EA5C01;
}
</style>