Shades of Carrot Orange #EB9A1B
Tints of Carrot Orange #EB9A1B
RGB
CMYK
RGB Variations
Color information
#EB9A1B (or 0xEB9A1B) is known color: Carrot Orange. HEX triplet: EB, 9A and 1B. RGB value is (235,154,27). Sum of RGB (Red+Green+Blue) = 235+154+27=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A1B is #1465E4. Grayscale: #A4A4A4. Windows color (decimal): -1336805 or 1809131. OLE color: 1809131.
HSL color Cylindrical-coordinate representation of color #EB9A1B: hue angle of 36.63º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB9A1B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.08 |
| HSL | 36.63º | 0.84% | 0.51% | - |
| HSV(B) | 36.63º | 0.89% | 0.92% | - |
| XYZ | 46.01 | 40.85 | 6.5 | - |
| YUV | 163.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 27 | 0 | 0.34 | 0.89 | 0.08 | 36.63 | 0.84 | 0.51 |
| Hex | EB | 9A | 1B | 0 | 22 | 59 | 8 | 25 | 54 | 33 |
| Octal | 353 | 232 | 33 | 0 | 42 | 131 | 10 | 45 | 124 | 63 |
| Binary | 11101011 | 10011010 | 11011 | 0 | 100010 | 1011001 | 1000 | 100101 | 1010100 | 110011 |
Color Harmonies of #EB9A1B
Complementary color
Monochromatic Colors of #EB9A1B
Black with #EB9A1B
Text Example
Text Example
White with #EB9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A1B; }
p { color: rgb(235,154,27); }
H1.HeaderClassName
{
color: #EB9A1B;
}
.AnyTagClassName
{
color: #EB9A1B;
}
</style>
background-color css
<style>
a { background-color: #EB9A1B; }
a { background-color: rgb(235,154,27); }
div.DivClassName
{
background-color: #EB9A1B;
}
.BgClassName
{
background-color: #EB9A1B;
}
</style>
border-color css
<style>
span { border-color: #EB9A1B; }
span { border-color: rgb(235,154,27); }
td.TdClassName
{
border-color: #EB9A1B;
}
.TagClassName
{
border-color: #EB9A1B;
}
</style>