Shades of Carrot Orange #EEA421
Tints of Carrot Orange #EEA421
RGB
CMYK
RGB Variations
Color information
#EEA421 (or 0xEEA421) is known color: Carrot Orange. HEX triplet: EE, A4 and 21. RGB value is (238,164,33). Sum of RGB (Red+Green+Blue) = 238+164+33=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA421 is #115BDE. Grayscale: #ABABAB. Windows color (decimal): -1137631 or 2204910. OLE color: 2204910.
HSL color Cylindrical-coordinate representation of color #EEA421: hue angle of 38.34º 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 #EEA421 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 33 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.07 |
| HSL | 38.34º | 0.86% | 0.53% | - |
| HSV(B) | 38.34º | 0.86% | 0.93% | - |
| XYZ | 48.81 | 44.84 | 7.52 | - |
| YUV | 171.19 | 50.02 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 33 | 0 | 0.31 | 0.86 | 0.07 | 38.34 | 0.86 | 0.53 |
| Hex | EE | A4 | 21 | 0 | 1F | 56 | 7 | 26 | 56 | 35 |
| Octal | 356 | 244 | 41 | 0 | 37 | 126 | 7 | 46 | 126 | 65 |
| Binary | 11101110 | 10100100 | 100001 | 0 | 11111 | 1010110 | 111 | 100110 | 1010110 | 110101 |
Color Harmonies of #EEA421
Complementary color
Monochromatic Colors of #EEA421
Black with #EEA421
Text Example
Text Example
White with #EEA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA421; }
p { color: rgb(238,164,33); }
H1.HeaderClassName
{
color: #EEA421;
}
.AnyTagClassName
{
color: #EEA421;
}
</style>
background-color css
<style>
a { background-color: #EEA421; }
a { background-color: rgb(238,164,33); }
div.DivClassName
{
background-color: #EEA421;
}
.BgClassName
{
background-color: #EEA421;
}
</style>
border-color css
<style>
span { border-color: #EEA421; }
span { border-color: rgb(238,164,33); }
td.TdClassName
{
border-color: #EEA421;
}
.TagClassName
{
border-color: #EEA421;
}
</style>