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