Shades of Persimmon #E5500B
Tints of Persimmon #E5500B
RGB
CMYK
RGB Variations
Color information
#E5500B (or 0xE5500B) is known color: Persimmon. HEX triplet: E5, 50 and 0B. RGB value is (229,80,11). Sum of RGB (Red+Green+Blue) = 229+80+11=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5500B is #1AAFF4. Grayscale: #757575. Windows color (decimal): -1748981 or 741605. OLE color: 741605.
HSL color Cylindrical-coordinate representation of color #E5500B: hue angle of 18.99º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5500B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.10 |
| HSL | 18.99º | 0.91% | 0.47% | - |
| HSV(B) | 18.99º | 0.95% | 0.9% | - |
| XYZ | 35.24 | 22.42 | 2.79 | - |
| YUV | 116.69 | 68.36 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 11 | 0 | 0.65 | 0.95 | 0.10 | 18.99 | 0.91 | 0.47 |
| Hex | E5 | 50 | B | 0 | 41 | 5F | A | 13 | 5B | 2F |
| Octal | 345 | 120 | 13 | 0 | 101 | 137 | 12 | 23 | 133 | 57 |
| Binary | 11100101 | 1010000 | 1011 | 0 | 1000001 | 1011111 | 1010 | 10011 | 1011011 | 101111 |
Color Harmonies of #E5500B
Complementary color
Monochromatic Colors of #E5500B
Black with #E5500B
Text Example
Text Example
White with #E5500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5500B; }
p { color: rgb(229,80,11); }
H1.HeaderClassName
{
color: #E5500B;
}
.AnyTagClassName
{
color: #E5500B;
}
</style>
background-color css
<style>
a { background-color: #E5500B; }
a { background-color: rgb(229,80,11); }
div.DivClassName
{
background-color: #E5500B;
}
.BgClassName
{
background-color: #E5500B;
}
</style>
border-color css
<style>
span { border-color: #E5500B; }
span { border-color: rgb(229,80,11); }
td.TdClassName
{
border-color: #E5500B;
}
.TagClassName
{
border-color: #E5500B;
}
</style>