Shades of Carrot Orange #EB9A1A
Tints of Carrot Orange #EB9A1A
RGB
CMYK
RGB Variations
Color information
#EB9A1A (or 0xEB9A1A) is known color: Carrot Orange. HEX triplet: EB, 9A and 1A. RGB value is (235,154,26). Sum of RGB (Red+Green+Blue) = 235+154+26=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A1A is #1465E5. Grayscale: #A4A4A4. Windows color (decimal): -1336806 or 1743595. OLE color: 1743595.
HSL color Cylindrical-coordinate representation of color #EB9A1A: hue angle of 36.75º 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 #EB9A1A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 26 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.08 |
| HSL | 36.75º | 0.84% | 0.51% | - |
| HSV(B) | 36.75º | 0.89% | 0.92% | - |
| XYZ | 46 | 40.85 | 6.44 | - |
| YUV | 163.63 | 50.34 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 26 | 0 | 0.34 | 0.89 | 0.08 | 36.75 | 0.84 | 0.51 |
| Hex | EB | 9A | 1A | 0 | 22 | 59 | 8 | 25 | 54 | 33 |
| Octal | 353 | 232 | 32 | 0 | 42 | 131 | 10 | 45 | 124 | 63 |
| Binary | 11101011 | 10011010 | 11010 | 0 | 100010 | 1011001 | 1000 | 100101 | 1010100 | 110011 |
Color Harmonies of #EB9A1A
Complementary color
Monochromatic Colors of #EB9A1A
Black with #EB9A1A
Text Example
Text Example
White with #EB9A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A1A; }
p { color: rgb(235,154,26); }
H1.HeaderClassName
{
color: #EB9A1A;
}
.AnyTagClassName
{
color: #EB9A1A;
}
</style>
background-color css
<style>
a { background-color: #EB9A1A; }
a { background-color: rgb(235,154,26); }
div.DivClassName
{
background-color: #EB9A1A;
}
.BgClassName
{
background-color: #EB9A1A;
}
</style>
border-color css
<style>
span { border-color: #EB9A1A; }
span { border-color: rgb(235,154,26); }
td.TdClassName
{
border-color: #EB9A1A;
}
.TagClassName
{
border-color: #EB9A1A;
}
</style>