Shades of Carrot Orange #E5851C
Tints of Carrot Orange #E5851C
RGB
CMYK
RGB Variations
Color information
#E5851C (or 0xE5851C) is known color: Carrot Orange. HEX triplet: E5, 85 and 1C. RGB value is (229,133,28). Sum of RGB (Red+Green+Blue) = 229+133+28=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5851C is #1A7AE3. Grayscale: #969696. Windows color (decimal): -1735396 or 1869285. OLE color: 1869285.
HSL color Cylindrical-coordinate representation of color #E5851C: hue angle of 31.34º 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 #E5851C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.10 |
| HSL | 31.34º | 0.79% | 0.5% | - |
| HSV(B) | 31.34º | 0.88% | 0.9% | - |
| XYZ | 40.91 | 33.52 | 5.41 | - |
| YUV | 149.73 | 59.3 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 28 | 0 | 0.42 | 0.88 | 0.10 | 31.34 | 0.79 | 0.5 |
| Hex | E5 | 85 | 1C | 0 | 2A | 58 | A | 1F | 4F | 32 |
| Octal | 345 | 205 | 34 | 0 | 52 | 130 | 12 | 37 | 117 | 62 |
| Binary | 11100101 | 10000101 | 11100 | 0 | 101010 | 1011000 | 1010 | 11111 | 1001111 | 110010 |
Color Harmonies of #E5851C
Complementary color
Monochromatic Colors of #E5851C
Black with #E5851C
Text Example
Text Example
White with #E5851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5851C; }
p { color: rgb(229,133,28); }
H1.HeaderClassName
{
color: #E5851C;
}
.AnyTagClassName
{
color: #E5851C;
}
</style>
background-color css
<style>
a { background-color: #E5851C; }
a { background-color: rgb(229,133,28); }
div.DivClassName
{
background-color: #E5851C;
}
.BgClassName
{
background-color: #E5851C;
}
</style>
border-color css
<style>
span { border-color: #E5851C; }
span { border-color: rgb(229,133,28); }
td.TdClassName
{
border-color: #E5851C;
}
.TagClassName
{
border-color: #E5851C;
}
</style>