Shades of Persimmon #EA600D
Tints of Persimmon #EA600D
RGB
CMYK
RGB Variations
Color information
#EA600D (or 0xEA600D) is known color: Persimmon. HEX triplet: EA, 60 and 0D. RGB value is (234,96,13). Sum of RGB (Red+Green+Blue) = 234+96+13=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA600D is #159FF2. Grayscale: #808080. Windows color (decimal): -1417203 or 876778. OLE color: 876778.
HSL color Cylindrical-coordinate representation of color #EA600D: hue angle of 22.53º 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 #EA600D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.08 |
| HSL | 22.53º | 0.89% | 0.48% | - |
| HSV(B) | 22.53º | 0.94% | 0.92% | - |
| XYZ | 38.19 | 25.89 | 3.36 | - |
| YUV | 127.8 | 63.22 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 13 | 0 | 0.59 | 0.94 | 0.08 | 22.53 | 0.89 | 0.48 |
| Hex | EA | 60 | D | 0 | 3B | 5E | 8 | 17 | 59 | 30 |
| Octal | 352 | 140 | 15 | 0 | 73 | 136 | 10 | 27 | 131 | 60 |
| Binary | 11101010 | 1100000 | 1101 | 0 | 111011 | 1011110 | 1000 | 10111 | 1011001 | 110000 |
Color Harmonies of #EA600D
Complementary color
Monochromatic Colors of #EA600D
Black with #EA600D
Text Example
Text Example
White with #EA600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA600D; }
p { color: rgb(234,96,13); }
H1.HeaderClassName
{
color: #EA600D;
}
.AnyTagClassName
{
color: #EA600D;
}
</style>
background-color css
<style>
a { background-color: #EA600D; }
a { background-color: rgb(234,96,13); }
div.DivClassName
{
background-color: #EA600D;
}
.BgClassName
{
background-color: #EA600D;
}
</style>
border-color css
<style>
span { border-color: #EA600D; }
span { border-color: rgb(234,96,13); }
td.TdClassName
{
border-color: #EA600D;
}
.TagClassName
{
border-color: #EA600D;
}
</style>