Shades of Orange #EEA502
Tints of Orange #EEA502
RGB
CMYK
RGB Variations
Color information
#EEA502 (or 0xEEA502) is known color: Orange. HEX triplet: EE, A5 and 02. RGB value is (238,165,2). Sum of RGB (Red+Green+Blue) = 238+165+2=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA502 is #115AFD. Grayscale: #A8A8A8. Windows color (decimal): -1137406 or 173550. OLE color: 173550.
HSL color Cylindrical-coordinate representation of color #EEA502: hue angle of 41.44º 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 #EEA502 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.07 |
| HSL | 41.44º | 0.98% | 0.47% | - |
| HSV(B) | 41.44º | 0.99% | 0.93% | - |
| XYZ | 48.73 | 45.09 | 6.19 | - |
| YUV | 168.25 | 34.18 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 2 | 0 | 0.31 | 0.99 | 0.07 | 41.44 | 0.98 | 0.47 |
| Hex | EE | A5 | 2 | 0 | 1F | 63 | 7 | 29 | 62 | 2F |
| Octal | 356 | 245 | 2 | 0 | 37 | 143 | 7 | 51 | 142 | 57 |
| Binary | 11101110 | 10100101 | 10 | 0 | 11111 | 1100011 | 111 | 101001 | 1100010 | 101111 |
Color Harmonies of #EEA502
Complementary color
Monochromatic Colors of #EEA502
Black with #EEA502
Text Example
Text Example
White with #EEA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA502; }
p { color: rgb(238,165,2); }
H1.HeaderClassName
{
color: #EEA502;
}
.AnyTagClassName
{
color: #EEA502;
}
</style>
background-color css
<style>
a { background-color: #EEA502; }
a { background-color: rgb(238,165,2); }
div.DivClassName
{
background-color: #EEA502;
}
.BgClassName
{
background-color: #EEA502;
}
</style>
border-color css
<style>
span { border-color: #EEA502; }
span { border-color: rgb(238,165,2); }
td.TdClassName
{
border-color: #EEA502;
}
.TagClassName
{
border-color: #EEA502;
}
</style>