Shades of Persimmon #EA5A1D
Tints of Persimmon #EA5A1D
RGB
CMYK
RGB Variations
Color information
#EA5A1D (or 0xEA5A1D) is known color: Persimmon. HEX triplet: EA, 5A and 1D. RGB value is (234,90,29). Sum of RGB (Red+Green+Blue) = 234+90+29=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A1D is #15A5E2. Grayscale: #7E7E7E. Windows color (decimal): -1418723 or 1923818. OLE color: 1923818.
HSL color Cylindrical-coordinate representation of color #EA5A1D: hue angle of 17.85º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA5A1D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 29 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.08 |
| HSL | 17.85º | 0.83% | 0.52% | - |
| HSV(B) | 17.85º | 0.88% | 0.92% | - |
| XYZ | 37.81 | 24.89 | 3.97 | - |
| YUV | 126.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 29 | 0 | 0.62 | 0.88 | 0.08 | 17.85 | 0.83 | 0.52 |
| Hex | EA | 5A | 1D | 0 | 3E | 58 | 8 | 12 | 53 | 34 |
| Octal | 352 | 132 | 35 | 0 | 76 | 130 | 10 | 22 | 123 | 64 |
| Binary | 11101010 | 1011010 | 11101 | 0 | 111110 | 1011000 | 1000 | 10010 | 1010011 | 110100 |
Color Harmonies of #EA5A1D
Complementary color
Monochromatic Colors of #EA5A1D
Black with #EA5A1D
Text Example
Text Example
White with #EA5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A1D; }
p { color: rgb(234,90,29); }
H1.HeaderClassName
{
color: #EA5A1D;
}
.AnyTagClassName
{
color: #EA5A1D;
}
</style>
background-color css
<style>
a { background-color: #EA5A1D; }
a { background-color: rgb(234,90,29); }
div.DivClassName
{
background-color: #EA5A1D;
}
.BgClassName
{
background-color: #EA5A1D;
}
</style>
border-color css
<style>
span { border-color: #EA5A1D; }
span { border-color: rgb(234,90,29); }
td.TdClassName
{
border-color: #EA5A1D;
}
.TagClassName
{
border-color: #EA5A1D;
}
</style>