Shades of Persimmon #EA551D
Tints of Persimmon #EA551D
RGB
CMYK
RGB Variations
Color information
#EA551D (or 0xEA551D) is known color: Persimmon. HEX triplet: EA, 55 and 1D. RGB value is (234,85,29). Sum of RGB (Red+Green+Blue) = 234+85+29=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA551D is #15AAE2. Grayscale: #7B7B7B. Windows color (decimal): -1420003 or 1922538. OLE color: 1922538.
HSL color Cylindrical-coordinate representation of color #EA551D: hue angle of 16.39º 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 #EA551D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 29 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.08 |
| HSL | 16.39º | 0.83% | 0.52% | - |
| HSV(B) | 16.39º | 0.88% | 0.92% | - |
| XYZ | 37.4 | 24.08 | 3.84 | - |
| YUV | 123.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 29 | 0 | 0.64 | 0.88 | 0.08 | 16.39 | 0.83 | 0.52 |
| Hex | EA | 55 | 1D | 0 | 40 | 58 | 8 | 10 | 53 | 34 |
| Octal | 352 | 125 | 35 | 0 | 100 | 130 | 10 | 20 | 123 | 64 |
| Binary | 11101010 | 1010101 | 11101 | 0 | 1000000 | 1011000 | 1000 | 10000 | 1010011 | 110100 |
Color Harmonies of #EA551D
Complementary color
Monochromatic Colors of #EA551D
Black with #EA551D
Text Example
Text Example
White with #EA551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA551D; }
p { color: rgb(234,85,29); }
H1.HeaderClassName
{
color: #EA551D;
}
.AnyTagClassName
{
color: #EA551D;
}
</style>
background-color css
<style>
a { background-color: #EA551D; }
a { background-color: rgb(234,85,29); }
div.DivClassName
{
background-color: #EA551D;
}
.BgClassName
{
background-color: #EA551D;
}
</style>
border-color css
<style>
span { border-color: #EA551D; }
span { border-color: rgb(234,85,29); }
td.TdClassName
{
border-color: #EA551D;
}
.TagClassName
{
border-color: #EA551D;
}
</style>