Shades of Orange #EEA500
Tints of Orange #EEA500
RGB
CMYK
RGB Variations
Color information
#EEA500 (or 0xEEA500) is known color: Orange. HEX triplet: EE, A5 and 00. RGB value is (238,165,0). Sum of RGB (Red+Green+Blue) = 238+165+0=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA500 is #115AFF. Grayscale: #A8A8A8. Windows color (decimal): -1137408 or 42478. OLE color: 42478.
HSL color Cylindrical-coordinate representation of color #EEA500: hue angle of 41.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEA500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.07 |
| HSL | 41.6º | 1% | 0.47% | - |
| HSV(B) | 41.6º | 1% | 0.93% | - |
| XYZ | 48.72 | 45.09 | 6.14 | - |
| YUV | 168.02 | 33.18 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 0 | 0 | 0.31 | 1 | 0.07 | 41.6 | 1 | 0.47 |
| Hex | EE | A5 | 0 | 0 | 1F | 64 | 7 | 2A | 64 | 2F |
| Octal | 356 | 245 | 0 | 0 | 37 | 144 | 7 | 52 | 144 | 57 |
| Binary | 11101110 | 10100101 | 0 | 0 | 11111 | 1100100 | 111 | 101010 | 1100100 | 101111 |
Color Harmonies of #EEA500
Complementary color
Monochromatic Colors of #EEA500
Black with #EEA500
Text Example
Text Example
White with #EEA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA500; }
p { color: rgb(238,165,0); }
H1.HeaderClassName
{
color: #EEA500;
}
.AnyTagClassName
{
color: #EEA500;
}
</style>
background-color css
<style>
a { background-color: #EEA500; }
a { background-color: rgb(238,165,0); }
div.DivClassName
{
background-color: #EEA500;
}
.BgClassName
{
background-color: #EEA500;
}
</style>
border-color css
<style>
span { border-color: #EEA500; }
span { border-color: rgb(238,165,0); }
td.TdClassName
{
border-color: #EEA500;
}
.TagClassName
{
border-color: #EEA500;
}
</style>