Shades of Chocolate #E5621D
Tints of Chocolate #E5621D
RGB
CMYK
RGB Variations
Color information
#E5621D (or 0xE5621D) is known color: Chocolate. HEX triplet: E5, 62 and 1D. RGB value is (229,98,29). Sum of RGB (Red+Green+Blue) = 229+98+29=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5621D is #1A9DE2. Grayscale: #818181. Windows color (decimal): -1744355 or 1925861. OLE color: 1925861.
HSL color Cylindrical-coordinate representation of color #E5621D: hue angle of 20.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5621D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 29 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.10 |
| HSL | 20.7º | 0.79% | 0.51% | - |
| HSV(B) | 20.7º | 0.87% | 0.9% | - |
| XYZ | 36.9 | 25.48 | 4.14 | - |
| YUV | 129.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 29 | 0 | 0.57 | 0.87 | 0.10 | 20.7 | 0.79 | 0.51 |
| Hex | E5 | 62 | 1D | 0 | 39 | 57 | A | 15 | 4F | 33 |
| Octal | 345 | 142 | 35 | 0 | 71 | 127 | 12 | 25 | 117 | 63 |
| Binary | 11100101 | 1100010 | 11101 | 0 | 111001 | 1010111 | 1010 | 10101 | 1001111 | 110011 |
Color Harmonies of #E5621D
Complementary color
Monochromatic Colors of #E5621D
Black with #E5621D
Text Example
Text Example
White with #E5621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5621D; }
p { color: rgb(229,98,29); }
H1.HeaderClassName
{
color: #E5621D;
}
.AnyTagClassName
{
color: #E5621D;
}
</style>
background-color css
<style>
a { background-color: #E5621D; }
a { background-color: rgb(229,98,29); }
div.DivClassName
{
background-color: #E5621D;
}
.BgClassName
{
background-color: #E5621D;
}
</style>
border-color css
<style>
span { border-color: #E5621D; }
span { border-color: rgb(229,98,29); }
td.TdClassName
{
border-color: #E5621D;
}
.TagClassName
{
border-color: #E5621D;
}
</style>