Shades of Persimmon #EA6316
Tints of Persimmon #EA6316
RGB
CMYK
RGB Variations
Color information
#EA6316 (or 0xEA6316) is known color: Persimmon. HEX triplet: EA, 63 and 16. RGB value is (234,99,22). Sum of RGB (Red+Green+Blue) = 234+99+22=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6316 is #159CE9. Grayscale: #838383. Windows color (decimal): -1416426 or 1467370. OLE color: 1467370.
HSL color Cylindrical-coordinate representation of color #EA6316: hue angle of 21.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA6316 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 22 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.08 |
| HSL | 21.79º | 0.83% | 0.5% | - |
| HSV(B) | 21.79º | 0.91% | 0.92% | - |
| XYZ | 38.54 | 26.47 | 3.84 | - |
| YUV | 130.59 | 66.73 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 22 | 0 | 0.58 | 0.91 | 0.08 | 21.79 | 0.83 | 0.5 |
| Hex | EA | 63 | 16 | 0 | 3A | 5B | 8 | 16 | 53 | 32 |
| Octal | 352 | 143 | 26 | 0 | 72 | 133 | 10 | 26 | 123 | 62 |
| Binary | 11101010 | 1100011 | 10110 | 0 | 111010 | 1011011 | 1000 | 10110 | 1010011 | 110010 |
Color Harmonies of #EA6316
Complementary color
Monochromatic Colors of #EA6316
Black with #EA6316
Text Example
Text Example
White with #EA6316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6316; }
p { color: rgb(234,99,22); }
H1.HeaderClassName
{
color: #EA6316;
}
.AnyTagClassName
{
color: #EA6316;
}
</style>
background-color css
<style>
a { background-color: #EA6316; }
a { background-color: rgb(234,99,22); }
div.DivClassName
{
background-color: #EA6316;
}
.BgClassName
{
background-color: #EA6316;
}
</style>
border-color css
<style>
span { border-color: #EA6316; }
span { border-color: rgb(234,99,22); }
td.TdClassName
{
border-color: #EA6316;
}
.TagClassName
{
border-color: #EA6316;
}
</style>