Shades of Carrot Orange #EB8D16
Tints of Carrot Orange #EB8D16
RGB
CMYK
RGB Variations
Color information
#EB8D16 (or 0xEB8D16) is known color: Carrot Orange. HEX triplet: EB, 8D and 16. RGB value is (235,141,22). Sum of RGB (Red+Green+Blue) = 235+141+22=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D16 is #1472E9. Grayscale: #9C9C9C. Windows color (decimal): -1340138 or 1478123. OLE color: 1478123.
HSL color Cylindrical-coordinate representation of color #EB8D16: hue angle of 33.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB8D16 is Cyan = 0, Magento = 0.4, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 22 | - |
| CMYK | 0 | 0.4 | 0.91 | 0.08 |
| HSL | 33.52º | 0.84% | 0.5% | - |
| HSV(B) | 33.52º | 0.91% | 0.92% | - |
| XYZ | 43.93 | 36.77 | 5.54 | - |
| YUV | 155.54 | 52.64 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 22 | 0 | 0.4 | 0.91 | 0.08 | 33.52 | 0.84 | 0.5 |
| Hex | EB | 8D | 16 | 0 | 28 | 5B | 8 | 22 | 54 | 32 |
| Octal | 353 | 215 | 26 | 0 | 50 | 133 | 10 | 42 | 124 | 62 |
| Binary | 11101011 | 10001101 | 10110 | 0 | 101000 | 1011011 | 1000 | 100010 | 1010100 | 110010 |
Color Harmonies of #EB8D16
Complementary color
Monochromatic Colors of #EB8D16
Black with #EB8D16
Text Example
Text Example
White with #EB8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D16; }
p { color: rgb(235,141,22); }
H1.HeaderClassName
{
color: #EB8D16;
}
.AnyTagClassName
{
color: #EB8D16;
}
</style>
background-color css
<style>
a { background-color: #EB8D16; }
a { background-color: rgb(235,141,22); }
div.DivClassName
{
background-color: #EB8D16;
}
.BgClassName
{
background-color: #EB8D16;
}
</style>
border-color css
<style>
span { border-color: #EB8D16; }
span { border-color: rgb(235,141,22); }
td.TdClassName
{
border-color: #EB8D16;
}
.TagClassName
{
border-color: #EB8D16;
}
</style>