Shades of Persimmon #EA620D
Tints of Persimmon #EA620D
RGB
CMYK
RGB Variations
Color information
#EA620D (or 0xEA620D) is known color: Persimmon. HEX triplet: EA, 62 and 0D. RGB value is (234,98,13). Sum of RGB (Red+Green+Blue) = 234+98+13=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA620D is #159DF2. Grayscale: #818181. Windows color (decimal): -1416691 or 877290. OLE color: 877290.
HSL color Cylindrical-coordinate representation of color #EA620D: hue angle of 23.08º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA620D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 13 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.08 |
| HSL | 23.08º | 0.89% | 0.48% | - |
| HSV(B) | 23.08º | 0.94% | 0.92% | - |
| XYZ | 38.37 | 26.26 | 3.43 | - |
| YUV | 128.97 | 62.56 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 13 | 0 | 0.58 | 0.94 | 0.08 | 23.08 | 0.89 | 0.48 |
| Hex | EA | 62 | D | 0 | 3A | 5E | 8 | 17 | 59 | 30 |
| Octal | 352 | 142 | 15 | 0 | 72 | 136 | 10 | 27 | 131 | 60 |
| Binary | 11101010 | 1100010 | 1101 | 0 | 111010 | 1011110 | 1000 | 10111 | 1011001 | 110000 |
Color Harmonies of #EA620D
Complementary color
Monochromatic Colors of #EA620D
Black with #EA620D
Text Example
Text Example
White with #EA620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA620D; }
p { color: rgb(234,98,13); }
H1.HeaderClassName
{
color: #EA620D;
}
.AnyTagClassName
{
color: #EA620D;
}
</style>
background-color css
<style>
a { background-color: #EA620D; }
a { background-color: rgb(234,98,13); }
div.DivClassName
{
background-color: #EA620D;
}
.BgClassName
{
background-color: #EA620D;
}
</style>
border-color css
<style>
span { border-color: #EA620D; }
span { border-color: rgb(234,98,13); }
td.TdClassName
{
border-color: #EA620D;
}
.TagClassName
{
border-color: #EA620D;
}
</style>