Shades of Carrot Orange #E0901B
Tints of Carrot Orange #E0901B
RGB
CMYK
RGB Variations
Color information
#E0901B (or 0xE0901B) is known color: Carrot Orange. HEX triplet: E0, 90 and 1B. RGB value is (224,144,27). Sum of RGB (Red+Green+Blue) = 224+144+27=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0901B is #1F6FE4. Grayscale: #9B9B9B. Windows color (decimal): -2060261 or 1806560. OLE color: 1806560.
HSL color Cylindrical-coordinate representation of color #E0901B: hue angle of 35.63º 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 #E0901B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 27 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.12 |
| HSL | 35.63º | 0.78% | 0.49% | - |
| HSV(B) | 35.63º | 0.88% | 0.88% | - |
| XYZ | 40.91 | 35.87 | 5.8 | - |
| YUV | 154.58 | 56 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 27 | 0 | 0.36 | 0.88 | 0.12 | 35.63 | 0.78 | 0.49 |
| Hex | E0 | 90 | 1B | 0 | 24 | 58 | C | 24 | 4E | 31 |
| Octal | 340 | 220 | 33 | 0 | 44 | 130 | 14 | 44 | 116 | 61 |
| Binary | 11100000 | 10010000 | 11011 | 0 | 100100 | 1011000 | 1100 | 100100 | 1001110 | 110001 |
Color Harmonies of #E0901B
Complementary color
Monochromatic Colors of #E0901B
Black with #E0901B
Text Example
Text Example
White with #E0901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0901B; }
p { color: rgb(224,144,27); }
H1.HeaderClassName
{
color: #E0901B;
}
.AnyTagClassName
{
color: #E0901B;
}
</style>
background-color css
<style>
a { background-color: #E0901B; }
a { background-color: rgb(224,144,27); }
div.DivClassName
{
background-color: #E0901B;
}
.BgClassName
{
background-color: #E0901B;
}
</style>
border-color css
<style>
span { border-color: #E0901B; }
span { border-color: rgb(224,144,27); }
td.TdClassName
{
border-color: #E0901B;
}
.TagClassName
{
border-color: #E0901B;
}
</style>