Shades of Carrot Orange #EEA321
Tints of Carrot Orange #EEA321
RGB
CMYK
RGB Variations
Color information
#EEA321 (or 0xEEA321) is known color: Carrot Orange. HEX triplet: EE, A3 and 21. RGB value is (238,163,33). Sum of RGB (Red+Green+Blue) = 238+163+33=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA321 is #115CDE. Grayscale: #ABABAB. Windows color (decimal): -1137887 or 2204654. OLE color: 2204654.
HSL color Cylindrical-coordinate representation of color #EEA321: hue angle of 38.05º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEA321 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 33 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.07 |
| HSL | 38.05º | 0.86% | 0.53% | - |
| HSV(B) | 38.05º | 0.86% | 0.93% | - |
| XYZ | 48.63 | 44.48 | 7.46 | - |
| YUV | 170.61 | 50.35 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 33 | 0 | 0.32 | 0.86 | 0.07 | 38.05 | 0.86 | 0.53 |
| Hex | EE | A3 | 21 | 0 | 20 | 56 | 7 | 26 | 56 | 35 |
| Octal | 356 | 243 | 41 | 0 | 40 | 126 | 7 | 46 | 126 | 65 |
| Binary | 11101110 | 10100011 | 100001 | 0 | 100000 | 1010110 | 111 | 100110 | 1010110 | 110101 |
Color Harmonies of #EEA321
Complementary color
Monochromatic Colors of #EEA321
Black with #EEA321
Text Example
Text Example
White with #EEA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA321; }
p { color: rgb(238,163,33); }
H1.HeaderClassName
{
color: #EEA321;
}
.AnyTagClassName
{
color: #EEA321;
}
</style>
background-color css
<style>
a { background-color: #EEA321; }
a { background-color: rgb(238,163,33); }
div.DivClassName
{
background-color: #EEA321;
}
.BgClassName
{
background-color: #EEA321;
}
</style>
border-color css
<style>
span { border-color: #EEA321; }
span { border-color: rgb(238,163,33); }
td.TdClassName
{
border-color: #EEA321;
}
.TagClassName
{
border-color: #EEA321;
}
</style>