Shades of Carrot Orange #E5821C
Tints of Carrot Orange #E5821C
RGB
CMYK
RGB Variations
Color information
#E5821C (or 0xE5821C) is known color: Carrot Orange. HEX triplet: E5, 82 and 1C. RGB value is (229,130,28). Sum of RGB (Red+Green+Blue) = 229+130+28=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5821C is #1A7DE3. Grayscale: #949494. Windows color (decimal): -1736164 or 1868517. OLE color: 1868517.
HSL color Cylindrical-coordinate representation of color #E5821C: hue angle of 30.45º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5821C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 28 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.10 |
| HSL | 30.45º | 0.79% | 0.5% | - |
| HSV(B) | 30.45º | 0.88% | 0.9% | - |
| XYZ | 40.51 | 32.71 | 5.28 | - |
| YUV | 147.97 | 60.3 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 28 | 0 | 0.43 | 0.88 | 0.10 | 30.45 | 0.79 | 0.5 |
| Hex | E5 | 82 | 1C | 0 | 2B | 58 | A | 1E | 4F | 32 |
| Octal | 345 | 202 | 34 | 0 | 53 | 130 | 12 | 36 | 117 | 62 |
| Binary | 11100101 | 10000010 | 11100 | 0 | 101011 | 1011000 | 1010 | 11110 | 1001111 | 110010 |
Color Harmonies of #E5821C
Complementary color
Monochromatic Colors of #E5821C
Black with #E5821C
Text Example
Text Example
White with #E5821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5821C; }
p { color: rgb(229,130,28); }
H1.HeaderClassName
{
color: #E5821C;
}
.AnyTagClassName
{
color: #E5821C;
}
</style>
background-color css
<style>
a { background-color: #E5821C; }
a { background-color: rgb(229,130,28); }
div.DivClassName
{
background-color: #E5821C;
}
.BgClassName
{
background-color: #E5821C;
}
</style>
border-color css
<style>
span { border-color: #E5821C; }
span { border-color: rgb(229,130,28); }
td.TdClassName
{
border-color: #E5821C;
}
.TagClassName
{
border-color: #E5821C;
}
</style>