Shades of Persimmon #EA6615
Tints of Persimmon #EA6615
RGB
CMYK
RGB Variations
Color information
#EA6615 (or 0xEA6615) is known color: Persimmon. HEX triplet: EA, 66 and 15. RGB value is (234,102,21). Sum of RGB (Red+Green+Blue) = 234+102+21=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6615 is #1599EA. Grayscale: #848484. Windows color (decimal): -1415659 or 1402602. OLE color: 1402602.
HSL color Cylindrical-coordinate representation of color #EA6615: hue angle of 22.82º degrees, saturation: 0.84, 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 #EA6615 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.08 |
| HSL | 22.82º | 0.84% | 0.5% | - |
| HSV(B) | 22.82º | 0.91% | 0.92% | - |
| XYZ | 38.82 | 27.05 | 3.88 | - |
| YUV | 132.23 | 65.23 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 21 | 0 | 0.56 | 0.91 | 0.08 | 22.82 | 0.84 | 0.5 |
| Hex | EA | 66 | 15 | 0 | 38 | 5B | 8 | 17 | 54 | 32 |
| Octal | 352 | 146 | 25 | 0 | 70 | 133 | 10 | 27 | 124 | 62 |
| Binary | 11101010 | 1100110 | 10101 | 0 | 111000 | 1011011 | 1000 | 10111 | 1010100 | 110010 |
Color Harmonies of #EA6615
Complementary color
Monochromatic Colors of #EA6615
Black with #EA6615
Text Example
Text Example
White with #EA6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6615; }
p { color: rgb(234,102,21); }
H1.HeaderClassName
{
color: #EA6615;
}
.AnyTagClassName
{
color: #EA6615;
}
</style>
background-color css
<style>
a { background-color: #EA6615; }
a { background-color: rgb(234,102,21); }
div.DivClassName
{
background-color: #EA6615;
}
.BgClassName
{
background-color: #EA6615;
}
</style>
border-color css
<style>
span { border-color: #EA6615; }
span { border-color: rgb(234,102,21); }
td.TdClassName
{
border-color: #EA6615;
}
.TagClassName
{
border-color: #EA6615;
}
</style>