Shades of Carrot Orange #E2811B
Tints of Carrot Orange #E2811B
RGB
CMYK
RGB Variations
Color information
#E2811B (or 0xE2811B) is known color: Carrot Orange. HEX triplet: E2, 81 and 1B. RGB value is (226,129,27). Sum of RGB (Red+Green+Blue) = 226+129+27=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2811B is #1D7EE4. Grayscale: #929292. Windows color (decimal): -1933029 or 1802722. OLE color: 1802722.
HSL color Cylindrical-coordinate representation of color #E2811B: hue angle of 30.75º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2811B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.11 |
| HSL | 30.75º | 0.79% | 0.5% | - |
| HSV(B) | 30.75º | 0.88% | 0.89% | - |
| XYZ | 39.41 | 31.95 | 5.13 | - |
| YUV | 146.38 | 60.64 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 27 | 0 | 0.43 | 0.88 | 0.11 | 30.75 | 0.79 | 0.5 |
| Hex | E2 | 81 | 1B | 0 | 2B | 58 | B | 1F | 4F | 32 |
| Octal | 342 | 201 | 33 | 0 | 53 | 130 | 13 | 37 | 117 | 62 |
| Binary | 11100010 | 10000001 | 11011 | 0 | 101011 | 1011000 | 1011 | 11111 | 1001111 | 110010 |
Color Harmonies of #E2811B
Complementary color
Monochromatic Colors of #E2811B
Black with #E2811B
Text Example
Text Example
White with #E2811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2811B; }
p { color: rgb(226,129,27); }
H1.HeaderClassName
{
color: #E2811B;
}
.AnyTagClassName
{
color: #E2811B;
}
</style>
background-color css
<style>
a { background-color: #E2811B; }
a { background-color: rgb(226,129,27); }
div.DivClassName
{
background-color: #E2811B;
}
.BgClassName
{
background-color: #E2811B;
}
</style>
border-color css
<style>
span { border-color: #E2811B; }
span { border-color: rgb(226,129,27); }
td.TdClassName
{
border-color: #E2811B;
}
.TagClassName
{
border-color: #E2811B;
}
</style>