Shades of Persimmon #EA6512
Tints of Persimmon #EA6512
RGB
CMYK
RGB Variations
Color information
#EA6512 (or 0xEA6512) is known color: Persimmon. HEX triplet: EA, 65 and 12. RGB value is (234,101,18). Sum of RGB (Red+Green+Blue) = 234+101+18=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6512 is #159AED. Grayscale: #838383. Windows color (decimal): -1415918 or 1205738. OLE color: 1205738.
HSL color Cylindrical-coordinate representation of color #EA6512: hue angle of 23.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA6512 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.08 |
| HSL | 23.06º | 0.86% | 0.49% | - |
| HSV(B) | 23.06º | 0.92% | 0.92% | - |
| XYZ | 38.69 | 26.84 | 3.71 | - |
| YUV | 131.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 18 | 0 | 0.57 | 0.92 | 0.08 | 23.06 | 0.86 | 0.49 |
| Hex | EA | 65 | 12 | 0 | 39 | 5C | 8 | 17 | 56 | 31 |
| Octal | 352 | 145 | 22 | 0 | 71 | 134 | 10 | 27 | 126 | 61 |
| Binary | 11101010 | 1100101 | 10010 | 0 | 111001 | 1011100 | 1000 | 10111 | 1010110 | 110001 |
Color Harmonies of #EA6512
Complementary color
Monochromatic Colors of #EA6512
Black with #EA6512
Text Example
Text Example
White with #EA6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6512; }
p { color: rgb(234,101,18); }
H1.HeaderClassName
{
color: #EA6512;
}
.AnyTagClassName
{
color: #EA6512;
}
</style>
background-color css
<style>
a { background-color: #EA6512; }
a { background-color: rgb(234,101,18); }
div.DivClassName
{
background-color: #EA6512;
}
.BgClassName
{
background-color: #EA6512;
}
</style>
border-color css
<style>
span { border-color: #EA6512; }
span { border-color: rgb(234,101,18); }
td.TdClassName
{
border-color: #EA6512;
}
.TagClassName
{
border-color: #EA6512;
}
</style>