Shades of Carrot Orange #EBA020
Tints of Carrot Orange #EBA020
RGB
CMYK
RGB Variations
Color information
#EBA020 (or 0xEBA020) is known color: Carrot Orange. HEX triplet: EB, A0 and 20. RGB value is (235,160,32). Sum of RGB (Red+Green+Blue) = 235+160+32=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA020 is #145FDF. Grayscale: #A8A8A8. Windows color (decimal): -1335264 or 2138347. OLE color: 2138347.
HSL color Cylindrical-coordinate representation of color #EBA020: hue angle of 37.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBA020 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 32 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.08 |
| HSL | 37.83º | 0.84% | 0.52% | - |
| HSV(B) | 37.83º | 0.86% | 0.92% | - |
| XYZ | 47.09 | 42.91 | 7.17 | - |
| YUV | 167.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 32 | 0 | 0.32 | 0.86 | 0.08 | 37.83 | 0.84 | 0.52 |
| Hex | EB | A0 | 20 | 0 | 20 | 56 | 8 | 26 | 54 | 34 |
| Octal | 353 | 240 | 40 | 0 | 40 | 126 | 10 | 46 | 124 | 64 |
| Binary | 11101011 | 10100000 | 100000 | 0 | 100000 | 1010110 | 1000 | 100110 | 1010100 | 110100 |
Color Harmonies of #EBA020
Complementary color
Monochromatic Colors of #EBA020
Black with #EBA020
Text Example
Text Example
White with #EBA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA020; }
p { color: rgb(235,160,32); }
H1.HeaderClassName
{
color: #EBA020;
}
.AnyTagClassName
{
color: #EBA020;
}
</style>
background-color css
<style>
a { background-color: #EBA020; }
a { background-color: rgb(235,160,32); }
div.DivClassName
{
background-color: #EBA020;
}
.BgClassName
{
background-color: #EBA020;
}
</style>
border-color css
<style>
span { border-color: #EBA020; }
span { border-color: rgb(235,160,32); }
td.TdClassName
{
border-color: #EBA020;
}
.TagClassName
{
border-color: #EBA020;
}
</style>