Shades of Carrot Orange #E08B1B
Tints of Carrot Orange #E08B1B
RGB
CMYK
RGB Variations
Color information
#E08B1B (or 0xE08B1B) is known color: Carrot Orange. HEX triplet: E0, 8B and 1B. RGB value is (224,139,27). Sum of RGB (Red+Green+Blue) = 224+139+27=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B1B is #1F74E4. Grayscale: #989898. Windows color (decimal): -2061541 or 1805280. OLE color: 1805280.
HSL color Cylindrical-coordinate representation of color #E08B1B: hue angle of 34.11º 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 #E08B1B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 27 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.12 |
| HSL | 34.11º | 0.78% | 0.49% | - |
| HSV(B) | 34.11º | 0.88% | 0.88% | - |
| XYZ | 40.17 | 34.39 | 5.56 | - |
| YUV | 151.65 | 57.66 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 27 | 0 | 0.38 | 0.88 | 0.12 | 34.11 | 0.78 | 0.49 |
| Hex | E0 | 8B | 1B | 0 | 26 | 58 | C | 22 | 4E | 31 |
| Octal | 340 | 213 | 33 | 0 | 46 | 130 | 14 | 42 | 116 | 61 |
| Binary | 11100000 | 10001011 | 11011 | 0 | 100110 | 1011000 | 1100 | 100010 | 1001110 | 110001 |
Color Harmonies of #E08B1B
Complementary color
Monochromatic Colors of #E08B1B
Black with #E08B1B
Text Example
Text Example
White with #E08B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B1B; }
p { color: rgb(224,139,27); }
H1.HeaderClassName
{
color: #E08B1B;
}
.AnyTagClassName
{
color: #E08B1B;
}
</style>
background-color css
<style>
a { background-color: #E08B1B; }
a { background-color: rgb(224,139,27); }
div.DivClassName
{
background-color: #E08B1B;
}
.BgClassName
{
background-color: #E08B1B;
}
</style>
border-color css
<style>
span { border-color: #E08B1B; }
span { border-color: rgb(224,139,27); }
td.TdClassName
{
border-color: #E08B1B;
}
.TagClassName
{
border-color: #E08B1B;
}
</style>