Shades of Carrot Orange #E08D1B
Tints of Carrot Orange #E08D1B
RGB
CMYK
RGB Variations
Color information
#E08D1B (or 0xE08D1B) is known color: Carrot Orange. HEX triplet: E0, 8D and 1B. RGB value is (224,141,27). Sum of RGB (Red+Green+Blue) = 224+141+27=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D1B is #1F72E4. Grayscale: #999999. Windows color (decimal): -2061029 or 1805792. OLE color: 1805792.
HSL color Cylindrical-coordinate representation of color #E08D1B: hue angle of 34.72º 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 #E08D1B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 27 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.12 |
| HSL | 34.72º | 0.78% | 0.49% | - |
| HSV(B) | 34.72º | 0.88% | 0.88% | - |
| XYZ | 40.46 | 34.98 | 5.66 | - |
| YUV | 152.82 | 57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 27 | 0 | 0.37 | 0.88 | 0.12 | 34.72 | 0.78 | 0.49 |
| Hex | E0 | 8D | 1B | 0 | 25 | 58 | C | 23 | 4E | 31 |
| Octal | 340 | 215 | 33 | 0 | 45 | 130 | 14 | 43 | 116 | 61 |
| Binary | 11100000 | 10001101 | 11011 | 0 | 100101 | 1011000 | 1100 | 100011 | 1001110 | 110001 |
Color Harmonies of #E08D1B
Complementary color
Monochromatic Colors of #E08D1B
Black with #E08D1B
Text Example
Text Example
White with #E08D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D1B; }
p { color: rgb(224,141,27); }
H1.HeaderClassName
{
color: #E08D1B;
}
.AnyTagClassName
{
color: #E08D1B;
}
</style>
background-color css
<style>
a { background-color: #E08D1B; }
a { background-color: rgb(224,141,27); }
div.DivClassName
{
background-color: #E08D1B;
}
.BgClassName
{
background-color: #E08D1B;
}
</style>
border-color css
<style>
span { border-color: #E08D1B; }
span { border-color: rgb(224,141,27); }
td.TdClassName
{
border-color: #E08D1B;
}
.TagClassName
{
border-color: #E08D1B;
}
</style>