Shades of Carrot Orange #EB8117
Tints of Carrot Orange #EB8117
RGB
CMYK
RGB Variations
Color information
#EB8117 (or 0xEB8117) is known color: Carrot Orange. HEX triplet: EB, 81 and 17. RGB value is (235,129,23). Sum of RGB (Red+Green+Blue) = 235+129+23=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8117 is #147EE8. Grayscale: #959595. Windows color (decimal): -1343209 or 1540587. OLE color: 1540587.
HSL color Cylindrical-coordinate representation of color #EB8117: hue angle of 30º 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 #EB8117 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.08 |
| HSL | 30º | 0.84% | 0.51% | - |
| HSV(B) | 30º | 0.9% | 0.92% | - |
| XYZ | 42.27 | 33.42 | 5.03 | - |
| YUV | 148.61 | 57.12 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 23 | 0 | 0.45 | 0.90 | 0.08 | 30 | 0.84 | 0.51 |
| Hex | EB | 81 | 17 | 0 | 2D | 5A | 8 | 1E | 54 | 33 |
| Octal | 353 | 201 | 27 | 0 | 55 | 132 | 10 | 36 | 124 | 63 |
| Binary | 11101011 | 10000001 | 10111 | 0 | 101101 | 1011010 | 1000 | 11110 | 1010100 | 110011 |
Color Harmonies of #EB8117
Complementary color
Monochromatic Colors of #EB8117
Black with #EB8117
Text Example
Text Example
White with #EB8117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8117; }
p { color: rgb(235,129,23); }
H1.HeaderClassName
{
color: #EB8117;
}
.AnyTagClassName
{
color: #EB8117;
}
</style>
background-color css
<style>
a { background-color: #EB8117; }
a { background-color: rgb(235,129,23); }
div.DivClassName
{
background-color: #EB8117;
}
.BgClassName
{
background-color: #EB8117;
}
</style>
border-color css
<style>
span { border-color: #EB8117; }
span { border-color: rgb(235,129,23); }
td.TdClassName
{
border-color: #EB8117;
}
.TagClassName
{
border-color: #EB8117;
}
</style>