Shades of Persimmon #EA650E
Tints of Persimmon #EA650E
RGB
CMYK
RGB Variations
Color information
#EA650E (or 0xEA650E) is known color: Persimmon. HEX triplet: EA, 65 and 0E. RGB value is (234,101,14). Sum of RGB (Red+Green+Blue) = 234+101+14=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA650E is #159AF1. Grayscale: #838383. Windows color (decimal): -1415922 or 943594. OLE color: 943594.
HSL color Cylindrical-coordinate representation of color #EA650E: hue angle of 23.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA650E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.08 |
| HSL | 23.73º | 0.89% | 0.49% | - |
| HSV(B) | 23.73º | 0.94% | 0.92% | - |
| XYZ | 38.66 | 26.83 | 3.56 | - |
| YUV | 130.85 | 62.06 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 14 | 0 | 0.57 | 0.94 | 0.08 | 23.73 | 0.89 | 0.49 |
| Hex | EA | 65 | E | 0 | 39 | 5E | 8 | 18 | 59 | 31 |
| Octal | 352 | 145 | 16 | 0 | 71 | 136 | 10 | 30 | 131 | 61 |
| Binary | 11101010 | 1100101 | 1110 | 0 | 111001 | 1011110 | 1000 | 11000 | 1011001 | 110001 |
Color Harmonies of #EA650E
Complementary color
Monochromatic Colors of #EA650E
Black with #EA650E
Text Example
Text Example
White with #EA650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA650E; }
p { color: rgb(234,101,14); }
H1.HeaderClassName
{
color: #EA650E;
}
.AnyTagClassName
{
color: #EA650E;
}
</style>
background-color css
<style>
a { background-color: #EA650E; }
a { background-color: rgb(234,101,14); }
div.DivClassName
{
background-color: #EA650E;
}
.BgClassName
{
background-color: #EA650E;
}
</style>
border-color css
<style>
span { border-color: #EA650E; }
span { border-color: rgb(234,101,14); }
td.TdClassName
{
border-color: #EA650E;
}
.TagClassName
{
border-color: #EA650E;
}
</style>