Shades of Persimmon #EA6505
Tints of Persimmon #EA6505
RGB
CMYK
RGB Variations
Color information
#EA6505 (or 0xEA6505) is known color: Persimmon. HEX triplet: EA, 65 and 05. RGB value is (234,101,5). Sum of RGB (Red+Green+Blue) = 234+101+5=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6505 is #159AFA. Grayscale: #828282. Windows color (decimal): -1415931 or 353770. OLE color: 353770.
HSL color Cylindrical-coordinate representation of color #EA6505: hue angle of 25.15º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA6505 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.08 |
| HSL | 25.15º | 0.96% | 0.47% | - |
| HSV(B) | 25.15º | 0.98% | 0.92% | - |
| XYZ | 38.61 | 26.81 | 3.28 | - |
| YUV | 129.82 | 57.56 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 5 | 0 | 0.57 | 0.98 | 0.08 | 25.15 | 0.96 | 0.47 |
| Hex | EA | 65 | 5 | 0 | 39 | 62 | 8 | 19 | 60 | 2F |
| Octal | 352 | 145 | 5 | 0 | 71 | 142 | 10 | 31 | 140 | 57 |
| Binary | 11101010 | 1100101 | 101 | 0 | 111001 | 1100010 | 1000 | 11001 | 1100000 | 101111 |
Color Harmonies of #EA6505
Complementary color
Monochromatic Colors of #EA6505
Black with #EA6505
Text Example
Text Example
White with #EA6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6505; }
p { color: rgb(234,101,5); }
H1.HeaderClassName
{
color: #EA6505;
}
.AnyTagClassName
{
color: #EA6505;
}
</style>
background-color css
<style>
a { background-color: #EA6505; }
a { background-color: rgb(234,101,5); }
div.DivClassName
{
background-color: #EA6505;
}
.BgClassName
{
background-color: #EA6505;
}
</style>
border-color css
<style>
span { border-color: #EA6505; }
span { border-color: rgb(234,101,5); }
td.TdClassName
{
border-color: #EA6505;
}
.TagClassName
{
border-color: #EA6505;
}
</style>