Shades of Orange #EEA403
Tints of Orange #EEA403
RGB
CMYK
RGB Variations
Color information
#EEA403 (or 0xEEA403) is known color: Orange. HEX triplet: EE, A4 and 03. RGB value is (238,164,3). Sum of RGB (Red+Green+Blue) = 238+164+3=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA403 is #115BFC. Grayscale: #A8A8A8. Windows color (decimal): -1137661 or 238830. OLE color: 238830.
HSL color Cylindrical-coordinate representation of color #EEA403: hue angle of 41.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEA403 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.07 |
| HSL | 41.11º | 0.98% | 0.47% | - |
| HSV(B) | 41.11º | 0.99% | 0.93% | - |
| XYZ | 48.55 | 44.73 | 6.16 | - |
| YUV | 167.77 | 35.02 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 3 | 0 | 0.31 | 0.99 | 0.07 | 41.11 | 0.98 | 0.47 |
| Hex | EE | A4 | 3 | 0 | 1F | 63 | 7 | 29 | 62 | 2F |
| Octal | 356 | 244 | 3 | 0 | 37 | 143 | 7 | 51 | 142 | 57 |
| Binary | 11101110 | 10100100 | 11 | 0 | 11111 | 1100011 | 111 | 101001 | 1100010 | 101111 |
Color Harmonies of #EEA403
Complementary color
Monochromatic Colors of #EEA403
Black with #EEA403
Text Example
Text Example
White with #EEA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA403; }
p { color: rgb(238,164,3); }
H1.HeaderClassName
{
color: #EEA403;
}
.AnyTagClassName
{
color: #EEA403;
}
</style>
background-color css
<style>
a { background-color: #EEA403; }
a { background-color: rgb(238,164,3); }
div.DivClassName
{
background-color: #EEA403;
}
.BgClassName
{
background-color: #EEA403;
}
</style>
border-color css
<style>
span { border-color: #EEA403; }
span { border-color: rgb(238,164,3); }
td.TdClassName
{
border-color: #EEA403;
}
.TagClassName
{
border-color: #EEA403;
}
</style>