Shades of Carrot Orange #EBA322
Tints of Carrot Orange #EBA322
RGB
CMYK
RGB Variations
Color information
#EBA322 (or 0xEBA322) is known color: Carrot Orange. HEX triplet: EB, A3 and 22. RGB value is (235,163,34). Sum of RGB (Red+Green+Blue) = 235+163+34=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA322 is #145CDD. Grayscale: #AAAAAA. Windows color (decimal): -1334494 or 2270187. OLE color: 2270187.
HSL color Cylindrical-coordinate representation of color #EBA322: hue angle of 38.51º 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 #EBA322 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 34 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.08 |
| HSL | 38.51º | 0.83% | 0.53% | - |
| HSV(B) | 38.51º | 0.86% | 0.92% | - |
| XYZ | 47.65 | 43.97 | 7.49 | - |
| YUV | 169.82 | 51.35 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 34 | 0 | 0.31 | 0.86 | 0.08 | 38.51 | 0.83 | 0.53 |
| Hex | EB | A3 | 22 | 0 | 1F | 56 | 8 | 27 | 53 | 35 |
| Octal | 353 | 243 | 42 | 0 | 37 | 126 | 10 | 47 | 123 | 65 |
| Binary | 11101011 | 10100011 | 100010 | 0 | 11111 | 1010110 | 1000 | 100111 | 1010011 | 110101 |
Color Harmonies of #EBA322
Complementary color
Monochromatic Colors of #EBA322
Black with #EBA322
Text Example
Text Example
White with #EBA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA322; }
p { color: rgb(235,163,34); }
H1.HeaderClassName
{
color: #EBA322;
}
.AnyTagClassName
{
color: #EBA322;
}
</style>
background-color css
<style>
a { background-color: #EBA322; }
a { background-color: rgb(235,163,34); }
div.DivClassName
{
background-color: #EBA322;
}
.BgClassName
{
background-color: #EBA322;
}
</style>
border-color css
<style>
span { border-color: #EBA322; }
span { border-color: rgb(235,163,34); }
td.TdClassName
{
border-color: #EBA322;
}
.TagClassName
{
border-color: #EBA322;
}
</style>