Shades of Carrot Orange #EBA122
Tints of Carrot Orange #EBA122
RGB
CMYK
RGB Variations
Color information
#EBA122 (or 0xEBA122) is known color: Carrot Orange. HEX triplet: EB, A1 and 22. RGB value is (235,161,34). Sum of RGB (Red+Green+Blue) = 235+161+34=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA122 is #145EDD. Grayscale: #A9A9A9. Windows color (decimal): -1335006 or 2269675. OLE color: 2269675.
HSL color Cylindrical-coordinate representation of color #EBA122: hue angle of 37.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBA122 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 34 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.08 |
| HSL | 37.91º | 0.83% | 0.53% | - |
| HSV(B) | 37.91º | 0.86% | 0.92% | - |
| XYZ | 47.29 | 43.27 | 7.37 | - |
| YUV | 168.65 | 52.02 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 34 | 0 | 0.31 | 0.86 | 0.08 | 37.91 | 0.83 | 0.53 |
| Hex | EB | A1 | 22 | 0 | 1F | 56 | 8 | 26 | 53 | 35 |
| Octal | 353 | 241 | 42 | 0 | 37 | 126 | 10 | 46 | 123 | 65 |
| Binary | 11101011 | 10100001 | 100010 | 0 | 11111 | 1010110 | 1000 | 100110 | 1010011 | 110101 |
Color Harmonies of #EBA122
Complementary color
Monochromatic Colors of #EBA122
Black with #EBA122
Text Example
Text Example
White with #EBA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA122; }
p { color: rgb(235,161,34); }
H1.HeaderClassName
{
color: #EBA122;
}
.AnyTagClassName
{
color: #EBA122;
}
</style>
background-color css
<style>
a { background-color: #EBA122; }
a { background-color: rgb(235,161,34); }
div.DivClassName
{
background-color: #EBA122;
}
.BgClassName
{
background-color: #EBA122;
}
</style>
border-color css
<style>
span { border-color: #EBA122; }
span { border-color: rgb(235,161,34); }
td.TdClassName
{
border-color: #EBA122;
}
.TagClassName
{
border-color: #EBA122;
}
</style>