Shades of Orange #EEA302
Tints of Orange #EEA302
RGB
CMYK
RGB Variations
Color information
#EEA302 (or 0xEEA302) is known color: Orange. HEX triplet: EE, A3 and 02. RGB value is (238,163,2). Sum of RGB (Red+Green+Blue) = 238+163+2=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA302 is #115CFD. Grayscale: #A7A7A7. Windows color (decimal): -1137918 or 173038. OLE color: 173038.
HSL color Cylindrical-coordinate representation of color #EEA302: hue angle of 40.93º 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 #EEA302 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.07 |
| HSL | 40.93º | 0.98% | 0.47% | - |
| HSV(B) | 40.93º | 0.99% | 0.93% | - |
| XYZ | 48.37 | 44.38 | 6.07 | - |
| YUV | 167.07 | 34.85 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 2 | 0 | 0.32 | 0.99 | 0.07 | 40.93 | 0.98 | 0.47 |
| Hex | EE | A3 | 2 | 0 | 20 | 63 | 7 | 29 | 62 | 2F |
| Octal | 356 | 243 | 2 | 0 | 40 | 143 | 7 | 51 | 142 | 57 |
| Binary | 11101110 | 10100011 | 10 | 0 | 100000 | 1100011 | 111 | 101001 | 1100010 | 101111 |
Color Harmonies of #EEA302
Complementary color
Monochromatic Colors of #EEA302
Black with #EEA302
Text Example
Text Example
White with #EEA302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA302; }
p { color: rgb(238,163,2); }
H1.HeaderClassName
{
color: #EEA302;
}
.AnyTagClassName
{
color: #EEA302;
}
</style>
background-color css
<style>
a { background-color: #EEA302; }
a { background-color: rgb(238,163,2); }
div.DivClassName
{
background-color: #EEA302;
}
.BgClassName
{
background-color: #EEA302;
}
</style>
border-color css
<style>
span { border-color: #EEA302; }
span { border-color: rgb(238,163,2); }
td.TdClassName
{
border-color: #EEA302;
}
.TagClassName
{
border-color: #EEA302;
}
</style>