Shades of Carrot Orange #EB9A1E
Tints of Carrot Orange #EB9A1E
RGB
CMYK
RGB Variations
Color information
#EB9A1E (or 0xEB9A1E) is known color: Carrot Orange. HEX triplet: EB, 9A and 1E. RGB value is (235,154,30). Sum of RGB (Red+Green+Blue) = 235+154+30=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A1E is #1465E1. Grayscale: #A4A4A4. Windows color (decimal): -1336802 or 2005739. OLE color: 2005739.
HSL color Cylindrical-coordinate representation of color #EB9A1E: hue angle of 36.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB9A1E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 30 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.08 |
| HSL | 36.29º | 0.84% | 0.52% | - |
| HSV(B) | 36.29º | 0.87% | 0.92% | - |
| XYZ | 46.05 | 40.87 | 6.69 | - |
| YUV | 164.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 30 | 0 | 0.34 | 0.87 | 0.08 | 36.29 | 0.84 | 0.52 |
| Hex | EB | 9A | 1E | 0 | 22 | 57 | 8 | 24 | 54 | 34 |
| Octal | 353 | 232 | 36 | 0 | 42 | 127 | 10 | 44 | 124 | 64 |
| Binary | 11101011 | 10011010 | 11110 | 0 | 100010 | 1010111 | 1000 | 100100 | 1010100 | 110100 |
Color Harmonies of #EB9A1E
Complementary color
Monochromatic Colors of #EB9A1E
Black with #EB9A1E
Text Example
Text Example
White with #EB9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A1E; }
p { color: rgb(235,154,30); }
H1.HeaderClassName
{
color: #EB9A1E;
}
.AnyTagClassName
{
color: #EB9A1E;
}
</style>
background-color css
<style>
a { background-color: #EB9A1E; }
a { background-color: rgb(235,154,30); }
div.DivClassName
{
background-color: #EB9A1E;
}
.BgClassName
{
background-color: #EB9A1E;
}
</style>
border-color css
<style>
span { border-color: #EB9A1E; }
span { border-color: rgb(235,154,30); }
td.TdClassName
{
border-color: #EB9A1E;
}
.TagClassName
{
border-color: #EB9A1E;
}
</style>