Shades of Persimmon #EA6410
Tints of Persimmon #EA6410
RGB
CMYK
RGB Variations
Color information
#EA6410 (or 0xEA6410) is known color: Persimmon. HEX triplet: EA, 64 and 10. RGB value is (234,100,16). Sum of RGB (Red+Green+Blue) = 234+100+16=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6410 is #159BEF. Grayscale: #828282. Windows color (decimal): -1416176 or 1074410. OLE color: 1074410.
HSL color Cylindrical-coordinate representation of color #EA6410: hue angle of 23.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA6410 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.08 |
| HSL | 23.12º | 0.87% | 0.49% | - |
| HSV(B) | 23.12º | 0.93% | 0.92% | - |
| XYZ | 38.58 | 26.64 | 3.6 | - |
| YUV | 130.49 | 63.39 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 16 | 0 | 0.57 | 0.93 | 0.08 | 23.12 | 0.87 | 0.49 |
| Hex | EA | 64 | 10 | 0 | 39 | 5D | 8 | 17 | 57 | 31 |
| Octal | 352 | 144 | 20 | 0 | 71 | 135 | 10 | 27 | 127 | 61 |
| Binary | 11101010 | 1100100 | 10000 | 0 | 111001 | 1011101 | 1000 | 10111 | 1010111 | 110001 |
Color Harmonies of #EA6410
Complementary color
Monochromatic Colors of #EA6410
Black with #EA6410
Text Example
Text Example
White with #EA6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6410; }
p { color: rgb(234,100,16); }
H1.HeaderClassName
{
color: #EA6410;
}
.AnyTagClassName
{
color: #EA6410;
}
</style>
background-color css
<style>
a { background-color: #EA6410; }
a { background-color: rgb(234,100,16); }
div.DivClassName
{
background-color: #EA6410;
}
.BgClassName
{
background-color: #EA6410;
}
</style>
border-color css
<style>
span { border-color: #EA6410; }
span { border-color: rgb(234,100,16); }
td.TdClassName
{
border-color: #EA6410;
}
.TagClassName
{
border-color: #EA6410;
}
</style>