Shades of Carrot Orange #EB8C16
Tints of Carrot Orange #EB8C16
RGB
CMYK
RGB Variations
Color information
#EB8C16 (or 0xEB8C16) is known color: Carrot Orange. HEX triplet: EB, 8C and 16. RGB value is (235,140,22). Sum of RGB (Red+Green+Blue) = 235+140+22=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C16 is #1473E9. Grayscale: #9B9B9B. Windows color (decimal): -1340394 or 1477867. OLE color: 1477867.
HSL color Cylindrical-coordinate representation of color #EB8C16: hue angle of 33.24º 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 #EB8C16 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 22 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.08 |
| HSL | 33.24º | 0.84% | 0.5% | - |
| HSV(B) | 33.24º | 0.91% | 0.92% | - |
| XYZ | 43.78 | 36.48 | 5.49 | - |
| YUV | 154.95 | 52.97 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 22 | 0 | 0.40 | 0.91 | 0.08 | 33.24 | 0.84 | 0.5 |
| Hex | EB | 8C | 16 | 0 | 28 | 5B | 8 | 21 | 54 | 32 |
| Octal | 353 | 214 | 26 | 0 | 50 | 133 | 10 | 41 | 124 | 62 |
| Binary | 11101011 | 10001100 | 10110 | 0 | 101000 | 1011011 | 1000 | 100001 | 1010100 | 110010 |
Color Harmonies of #EB8C16
Complementary color
Monochromatic Colors of #EB8C16
Black with #EB8C16
Text Example
Text Example
White with #EB8C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C16; }
p { color: rgb(235,140,22); }
H1.HeaderClassName
{
color: #EB8C16;
}
.AnyTagClassName
{
color: #EB8C16;
}
</style>
background-color css
<style>
a { background-color: #EB8C16; }
a { background-color: rgb(235,140,22); }
div.DivClassName
{
background-color: #EB8C16;
}
.BgClassName
{
background-color: #EB8C16;
}
</style>
border-color css
<style>
span { border-color: #EB8C16; }
span { border-color: rgb(235,140,22); }
td.TdClassName
{
border-color: #EB8C16;
}
.TagClassName
{
border-color: #EB8C16;
}
</style>