Shades of Persimmon #EA5300
Tints of Persimmon #EA5300
RGB
CMYK
RGB Variations
Color information
#EA5300 (or 0xEA5300) is known color: Persimmon. HEX triplet: EA, 53 and 00. RGB value is (234,83,0). Sum of RGB (Red+Green+Blue) = 234+83+0=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5300 is #15ACFF. Grayscale: #777777. Windows color (decimal): -1420544 or 21482. OLE color: 21482.
HSL color Cylindrical-coordinate representation of color #EA5300: hue angle of 21.28º 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 #EA5300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.08 |
| HSL | 21.28º | 1% | 0.46% | - |
| HSV(B) | 21.28º | 1% | 0.92% | - |
| XYZ | 37.02 | 23.68 | 2.62 | - |
| YUV | 118.69 | 61.03 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 0 | 0 | 0.65 | 1 | 0.08 | 21.28 | 1 | 0.46 |
| Hex | EA | 53 | 0 | 0 | 41 | 64 | 8 | 15 | 64 | 2E |
| Octal | 352 | 123 | 0 | 0 | 101 | 144 | 10 | 25 | 144 | 56 |
| Binary | 11101010 | 1010011 | 0 | 0 | 1000001 | 1100100 | 1000 | 10101 | 1100100 | 101110 |
Color Harmonies of #EA5300
Complementary color
Monochromatic Colors of #EA5300
Black with #EA5300
Text Example
Text Example
White with #EA5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5300; }
p { color: rgb(234,83,0); }
H1.HeaderClassName
{
color: #EA5300;
}
.AnyTagClassName
{
color: #EA5300;
}
</style>
background-color css
<style>
a { background-color: #EA5300; }
a { background-color: rgb(234,83,0); }
div.DivClassName
{
background-color: #EA5300;
}
.BgClassName
{
background-color: #EA5300;
}
</style>
border-color css
<style>
span { border-color: #EA5300; }
span { border-color: rgb(234,83,0); }
td.TdClassName
{
border-color: #EA5300;
}
.TagClassName
{
border-color: #EA5300;
}
</style>