Shades of Carrot Orange #E0821B
Tints of Carrot Orange #E0821B
RGB
CMYK
RGB Variations
Color information
#E0821B (or 0xE0821B) is known color: Carrot Orange. HEX triplet: E0, 82 and 1B. RGB value is (224,130,27). Sum of RGB (Red+Green+Blue) = 224+130+27=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0821B is #1F7DE4. Grayscale: #929292. Windows color (decimal): -2063845 or 1802976. OLE color: 1802976.
HSL color Cylindrical-coordinate representation of color #E0821B: hue angle of 31.37º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0821B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 27 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.12 |
| HSL | 31.37º | 0.78% | 0.49% | - |
| HSV(B) | 31.37º | 0.88% | 0.88% | - |
| XYZ | 38.92 | 31.89 | 5.14 | - |
| YUV | 146.36 | 60.64 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 27 | 0 | 0.42 | 0.88 | 0.12 | 31.37 | 0.78 | 0.49 |
| Hex | E0 | 82 | 1B | 0 | 2A | 58 | C | 1F | 4E | 31 |
| Octal | 340 | 202 | 33 | 0 | 52 | 130 | 14 | 37 | 116 | 61 |
| Binary | 11100000 | 10000010 | 11011 | 0 | 101010 | 1011000 | 1100 | 11111 | 1001110 | 110001 |
Color Harmonies of #E0821B
Complementary color
Monochromatic Colors of #E0821B
Black with #E0821B
Text Example
Text Example
White with #E0821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0821B; }
p { color: rgb(224,130,27); }
H1.HeaderClassName
{
color: #E0821B;
}
.AnyTagClassName
{
color: #E0821B;
}
</style>
background-color css
<style>
a { background-color: #E0821B; }
a { background-color: rgb(224,130,27); }
div.DivClassName
{
background-color: #E0821B;
}
.BgClassName
{
background-color: #E0821B;
}
</style>
border-color css
<style>
span { border-color: #E0821B; }
span { border-color: rgb(224,130,27); }
td.TdClassName
{
border-color: #E0821B;
}
.TagClassName
{
border-color: #E0821B;
}
</style>