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