Shades of Carrot Orange #E0801B
Tints of Carrot Orange #E0801B
RGB
CMYK
RGB Variations
Color information
#E0801B (or 0xE0801B) is known color: Carrot Orange. HEX triplet: E0, 80 and 1B. RGB value is (224,128,27). Sum of RGB (Red+Green+Blue) = 224+128+27=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0801B is #1F7FE4. Grayscale: #919191. Windows color (decimal): -2064357 or 1802464. OLE color: 1802464.
HSL color Cylindrical-coordinate representation of color #E0801B: hue angle of 30.76º 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 #E0801B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.12 |
| HSL | 30.76º | 0.78% | 0.49% | - |
| HSV(B) | 30.76º | 0.88% | 0.88% | - |
| XYZ | 38.66 | 31.36 | 5.05 | - |
| YUV | 145.19 | 61.3 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 27 | 0 | 0.43 | 0.88 | 0.12 | 30.76 | 0.78 | 0.49 |
| Hex | E0 | 80 | 1B | 0 | 2B | 58 | C | 1F | 4E | 31 |
| Octal | 340 | 200 | 33 | 0 | 53 | 130 | 14 | 37 | 116 | 61 |
| Binary | 11100000 | 10000000 | 11011 | 0 | 101011 | 1011000 | 1100 | 11111 | 1001110 | 110001 |
Color Harmonies of #E0801B
Complementary color
Monochromatic Colors of #E0801B
Black with #E0801B
Text Example
Text Example
White with #E0801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0801B; }
p { color: rgb(224,128,27); }
H1.HeaderClassName
{
color: #E0801B;
}
.AnyTagClassName
{
color: #E0801B;
}
</style>
background-color css
<style>
a { background-color: #E0801B; }
a { background-color: rgb(224,128,27); }
div.DivClassName
{
background-color: #E0801B;
}
.BgClassName
{
background-color: #E0801B;
}
</style>
border-color css
<style>
span { border-color: #E0801B; }
span { border-color: rgb(224,128,27); }
td.TdClassName
{
border-color: #E0801B;
}
.TagClassName
{
border-color: #E0801B;
}
</style>