Shades of Carrot Orange #EB8D2C
Tints of Carrot Orange #EB8D2C
RGB
CMYK
RGB Variations
Color information
#EB8D2C (or 0xEB8D2C) is known color: Carrot Orange. HEX triplet: EB, 8D and 2C. RGB value is (235,141,44). Sum of RGB (Red+Green+Blue) = 235+141+44=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D2C is #1472D3. Grayscale: #9E9E9E. Windows color (decimal): -1340116 or 2919915. OLE color: 2919915.
HSL color Cylindrical-coordinate representation of color #EB8D2C: hue angle of 30.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB8D2C is Cyan = 0, Magento = 0.4, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 44 | - |
| CMYK | 0 | 0.4 | 0.81 | 0.08 |
| HSL | 30.47º | 0.83% | 0.55% | - |
| HSV(B) | 30.47º | 0.81% | 0.92% | - |
| XYZ | 44.24 | 36.89 | 7.17 | - |
| YUV | 158.05 | 63.64 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 44 | 0 | 0.4 | 0.81 | 0.08 | 30.47 | 0.83 | 0.55 |
| Hex | EB | 8D | 2C | 0 | 28 | 51 | 8 | 1E | 53 | 37 |
| Octal | 353 | 215 | 54 | 0 | 50 | 121 | 10 | 36 | 123 | 67 |
| Binary | 11101011 | 10001101 | 101100 | 0 | 101000 | 1010001 | 1000 | 11110 | 1010011 | 110111 |
Color Harmonies of #EB8D2C
Complementary color
Monochromatic Colors of #EB8D2C
Black with #EB8D2C
Text Example
Text Example
White with #EB8D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D2C; }
p { color: rgb(235,141,44); }
H1.HeaderClassName
{
color: #EB8D2C;
}
.AnyTagClassName
{
color: #EB8D2C;
}
</style>
background-color css
<style>
a { background-color: #EB8D2C; }
a { background-color: rgb(235,141,44); }
div.DivClassName
{
background-color: #EB8D2C;
}
.BgClassName
{
background-color: #EB8D2C;
}
</style>
border-color css
<style>
span { border-color: #EB8D2C; }
span { border-color: rgb(235,141,44); }
td.TdClassName
{
border-color: #EB8D2C;
}
.TagClassName
{
border-color: #EB8D2C;
}
</style>