Shades of Persimmon #EA550B
Tints of Persimmon #EA550B
RGB
CMYK
RGB Variations
Color information
#EA550B (or 0xEA550B) is known color: Persimmon. HEX triplet: EA, 55 and 0B. RGB value is (234,85,11). Sum of RGB (Red+Green+Blue) = 234+85+11=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA550B is #15AAF4. Grayscale: #797979. Windows color (decimal): -1420021 or 742890. OLE color: 742890.
HSL color Cylindrical-coordinate representation of color #EA550B: hue angle of 19.91º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA550B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.08 |
| HSL | 19.91º | 0.91% | 0.48% | - |
| HSV(B) | 19.91º | 0.95% | 0.92% | - |
| XYZ | 37.24 | 24.01 | 2.99 | - |
| YUV | 121.12 | 65.86 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 11 | 0 | 0.64 | 0.95 | 0.08 | 19.91 | 0.91 | 0.48 |
| Hex | EA | 55 | B | 0 | 40 | 5F | 8 | 14 | 5B | 30 |
| Octal | 352 | 125 | 13 | 0 | 100 | 137 | 10 | 24 | 133 | 60 |
| Binary | 11101010 | 1010101 | 1011 | 0 | 1000000 | 1011111 | 1000 | 10100 | 1011011 | 110000 |
Color Harmonies of #EA550B
Complementary color
Monochromatic Colors of #EA550B
Black with #EA550B
Text Example
Text Example
White with #EA550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA550B; }
p { color: rgb(234,85,11); }
H1.HeaderClassName
{
color: #EA550B;
}
.AnyTagClassName
{
color: #EA550B;
}
</style>
background-color css
<style>
a { background-color: #EA550B; }
a { background-color: rgb(234,85,11); }
div.DivClassName
{
background-color: #EA550B;
}
.BgClassName
{
background-color: #EA550B;
}
</style>
border-color css
<style>
span { border-color: #EA550B; }
span { border-color: rgb(234,85,11); }
td.TdClassName
{
border-color: #EA550B;
}
.TagClassName
{
border-color: #EA550B;
}
</style>