Shades of Carrot Orange #EB8518
Tints of Carrot Orange #EB8518
RGB
CMYK
RGB Variations
Color information
#EB8518 (or 0xEB8518) is known color: Carrot Orange. HEX triplet: EB, 85 and 18. RGB value is (235,133,24). Sum of RGB (Red+Green+Blue) = 235+133+24=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8518 is #147AE7. Grayscale: #979797. Windows color (decimal): -1342184 or 1607147. OLE color: 1607147.
HSL color Cylindrical-coordinate representation of color #EB8518: hue angle of 31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB8518 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.08 |
| HSL | 31º | 0.84% | 0.51% | - |
| HSV(B) | 31º | 0.9% | 0.92% | - |
| XYZ | 42.81 | 34.5 | 5.27 | - |
| YUV | 151.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 24 | 0 | 0.43 | 0.90 | 0.08 | 31 | 0.84 | 0.51 |
| Hex | EB | 85 | 18 | 0 | 2B | 5A | 8 | 1F | 54 | 33 |
| Octal | 353 | 205 | 30 | 0 | 53 | 132 | 10 | 37 | 124 | 63 |
| Binary | 11101011 | 10000101 | 11000 | 0 | 101011 | 1011010 | 1000 | 11111 | 1010100 | 110011 |
Color Harmonies of #EB8518
Complementary color
Monochromatic Colors of #EB8518
Black with #EB8518
Text Example
Text Example
White with #EB8518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8518; }
p { color: rgb(235,133,24); }
H1.HeaderClassName
{
color: #EB8518;
}
.AnyTagClassName
{
color: #EB8518;
}
</style>
background-color css
<style>
a { background-color: #EB8518; }
a { background-color: rgb(235,133,24); }
div.DivClassName
{
background-color: #EB8518;
}
.BgClassName
{
background-color: #EB8518;
}
</style>
border-color css
<style>
span { border-color: #EB8518; }
span { border-color: rgb(235,133,24); }
td.TdClassName
{
border-color: #EB8518;
}
.TagClassName
{
border-color: #EB8518;
}
</style>