Shades of Carrot Orange #EBA221
Tints of Carrot Orange #EBA221
RGB
CMYK
RGB Variations
Color information
#EBA221 (or 0xEBA221) is known color: Carrot Orange. HEX triplet: EB, A2 and 21. RGB value is (235,162,33). Sum of RGB (Red+Green+Blue) = 235+162+33=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA221 is #145DDE. Grayscale: #A9A9A9. Windows color (decimal): -1334751 or 2204395. OLE color: 2204395.
HSL color Cylindrical-coordinate representation of color #EBA221: hue angle of 38.32º 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 #EBA221 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 33 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.08 |
| HSL | 38.32º | 0.83% | 0.53% | - |
| HSV(B) | 38.32º | 0.86% | 0.92% | - |
| XYZ | 47.46 | 43.61 | 7.36 | - |
| YUV | 169.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 33 | 0 | 0.31 | 0.86 | 0.08 | 38.32 | 0.83 | 0.53 |
| Hex | EB | A2 | 21 | 0 | 1F | 56 | 8 | 26 | 53 | 35 |
| Octal | 353 | 242 | 41 | 0 | 37 | 126 | 10 | 46 | 123 | 65 |
| Binary | 11101011 | 10100010 | 100001 | 0 | 11111 | 1010110 | 1000 | 100110 | 1010011 | 110101 |
Color Harmonies of #EBA221
Complementary color
Monochromatic Colors of #EBA221
Black with #EBA221
Text Example
Text Example
White with #EBA221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA221; }
p { color: rgb(235,162,33); }
H1.HeaderClassName
{
color: #EBA221;
}
.AnyTagClassName
{
color: #EBA221;
}
</style>
background-color css
<style>
a { background-color: #EBA221; }
a { background-color: rgb(235,162,33); }
div.DivClassName
{
background-color: #EBA221;
}
.BgClassName
{
background-color: #EBA221;
}
</style>
border-color css
<style>
span { border-color: #EBA221; }
span { border-color: rgb(235,162,33); }
td.TdClassName
{
border-color: #EBA221;
}
.TagClassName
{
border-color: #EBA221;
}
</style>