Shades of Persimmon #EA620C
Tints of Persimmon #EA620C
RGB
CMYK
RGB Variations
Color information
#EA620C (or 0xEA620C) is known color: Persimmon. HEX triplet: EA, 62 and 0C. RGB value is (234,98,12). Sum of RGB (Red+Green+Blue) = 234+98+12=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA620C is #159DF3. Grayscale: #818181. Windows color (decimal): -1416692 or 811754. OLE color: 811754.
HSL color Cylindrical-coordinate representation of color #EA620C: hue angle of 23.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA620C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.08 |
| HSL | 23.24º | 0.9% | 0.48% | - |
| HSV(B) | 23.24º | 0.95% | 0.92% | - |
| XYZ | 38.37 | 26.25 | 3.39 | - |
| YUV | 128.86 | 62.06 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 12 | 0 | 0.58 | 0.95 | 0.08 | 23.24 | 0.9 | 0.48 |
| Hex | EA | 62 | C | 0 | 3A | 5F | 8 | 17 | 5A | 30 |
| Octal | 352 | 142 | 14 | 0 | 72 | 137 | 10 | 27 | 132 | 60 |
| Binary | 11101010 | 1100010 | 1100 | 0 | 111010 | 1011111 | 1000 | 10111 | 1011010 | 110000 |
Color Harmonies of #EA620C
Complementary color
Monochromatic Colors of #EA620C
Black with #EA620C
Text Example
Text Example
White with #EA620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA620C; }
p { color: rgb(234,98,12); }
H1.HeaderClassName
{
color: #EA620C;
}
.AnyTagClassName
{
color: #EA620C;
}
</style>
background-color css
<style>
a { background-color: #EA620C; }
a { background-color: rgb(234,98,12); }
div.DivClassName
{
background-color: #EA620C;
}
.BgClassName
{
background-color: #EA620C;
}
</style>
border-color css
<style>
span { border-color: #EA620C; }
span { border-color: rgb(234,98,12); }
td.TdClassName
{
border-color: #EA620C;
}
.TagClassName
{
border-color: #EA620C;
}
</style>