Shades of Carrot Orange #EB8D1D
Tints of Carrot Orange #EB8D1D
RGB
CMYK
RGB Variations
Color information
#EB8D1D (or 0xEB8D1D) is known color: Carrot Orange. HEX triplet: EB, 8D and 1D. RGB value is (235,141,29). Sum of RGB (Red+Green+Blue) = 235+141+29=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1D is #1472E2. Grayscale: #9C9C9C. Windows color (decimal): -1340131 or 1936875. OLE color: 1936875.
HSL color Cylindrical-coordinate representation of color #EB8D1D: hue angle of 32.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB8D1D is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 29 | - |
| CMYK | 0 | 0.4 | 0.88 | 0.08 |
| HSL | 32.62º | 0.84% | 0.52% | - |
| HSV(B) | 32.62º | 0.88% | 0.92% | - |
| XYZ | 44.01 | 36.8 | 5.95 | - |
| YUV | 156.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 29 | 0 | 0.4 | 0.88 | 0.08 | 32.62 | 0.84 | 0.52 |
| Hex | EB | 8D | 1D | 0 | 28 | 58 | 8 | 21 | 54 | 34 |
| Octal | 353 | 215 | 35 | 0 | 50 | 130 | 10 | 41 | 124 | 64 |
| Binary | 11101011 | 10001101 | 11101 | 0 | 101000 | 1011000 | 1000 | 100001 | 1010100 | 110100 |
Color Harmonies of #EB8D1D
Complementary color
Monochromatic Colors of #EB8D1D
Black with #EB8D1D
Text Example
Text Example
White with #EB8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D1D; }
p { color: rgb(235,141,29); }
H1.HeaderClassName
{
color: #EB8D1D;
}
.AnyTagClassName
{
color: #EB8D1D;
}
</style>
background-color css
<style>
a { background-color: #EB8D1D; }
a { background-color: rgb(235,141,29); }
div.DivClassName
{
background-color: #EB8D1D;
}
.BgClassName
{
background-color: #EB8D1D;
}
</style>
border-color css
<style>
span { border-color: #EB8D1D; }
span { border-color: rgb(235,141,29); }
td.TdClassName
{
border-color: #EB8D1D;
}
.TagClassName
{
border-color: #EB8D1D;
}
</style>