Shades of Persimmon #EA6100
Tints of Persimmon #EA6100
RGB
CMYK
RGB Variations
Color information
#EA6100 (or 0xEA6100) is known color: Persimmon. HEX triplet: EA, 61 and 00. RGB value is (234,97,0). Sum of RGB (Red+Green+Blue) = 234+97+0=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6100 is #159EFF. Grayscale: #7F7F7F. Windows color (decimal): -1416960 or 25066. OLE color: 25066.
HSL color Cylindrical-coordinate representation of color #EA6100: hue angle of 24.87º 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 #EA6100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.08 |
| HSL | 24.87º | 1% | 0.46% | - |
| HSV(B) | 24.87º | 1% | 0.92% | - |
| XYZ | 38.21 | 26.04 | 3.01 | - |
| YUV | 126.91 | 56.39 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 0 | 0 | 0.59 | 1 | 0.08 | 24.87 | 1 | 0.46 |
| Hex | EA | 61 | 0 | 0 | 3B | 64 | 8 | 19 | 64 | 2E |
| Octal | 352 | 141 | 0 | 0 | 73 | 144 | 10 | 31 | 144 | 56 |
| Binary | 11101010 | 1100001 | 0 | 0 | 111011 | 1100100 | 1000 | 11001 | 1100100 | 101110 |
Color Harmonies of #EA6100
Complementary color
Monochromatic Colors of #EA6100
Black with #EA6100
Text Example
Text Example
White with #EA6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6100; }
p { color: rgb(234,97,0); }
H1.HeaderClassName
{
color: #EA6100;
}
.AnyTagClassName
{
color: #EA6100;
}
</style>
background-color css
<style>
a { background-color: #EA6100; }
a { background-color: rgb(234,97,0); }
div.DivClassName
{
background-color: #EA6100;
}
.BgClassName
{
background-color: #EA6100;
}
</style>
border-color css
<style>
span { border-color: #EA6100; }
span { border-color: rgb(234,97,0); }
td.TdClassName
{
border-color: #EA6100;
}
.TagClassName
{
border-color: #EA6100;
}
</style>