Shades of Orange #EAAA00
Tints of Orange #EAAA00
RGB
CMYK
RGB Variations
Color information
#EAAA00 (or 0xEAAA00) is known color: Orange. HEX triplet: EA, AA and 00. RGB value is (234,170,0). Sum of RGB (Red+Green+Blue) = 234+170+0=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA00 is #1555FF. Grayscale: #AAAAAA. Windows color (decimal): -1398272 or 43754. OLE color: 43754.
HSL color Cylindrical-coordinate representation of color #EAAA00: hue angle of 43.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAAA00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.08 |
| HSL | 43.59º | 1% | 0.46% | - |
| HSV(B) | 43.59º | 1% | 0.92% | - |
| XYZ | 48.31 | 46.24 | 6.38 | - |
| YUV | 169.76 | 32.2 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 0 | 0 | 0.27 | 1 | 0.08 | 43.59 | 1 | 0.46 |
| Hex | EA | AA | 0 | 0 | 1B | 64 | 8 | 2C | 64 | 2E |
| Octal | 352 | 252 | 0 | 0 | 33 | 144 | 10 | 54 | 144 | 56 |
| Binary | 11101010 | 10101010 | 0 | 0 | 11011 | 1100100 | 1000 | 101100 | 1100100 | 101110 |
Color Harmonies of #EAAA00
Complementary color
Monochromatic Colors of #EAAA00
Black with #EAAA00
Text Example
Text Example
White with #EAAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA00; }
p { color: rgb(234,170,0); }
H1.HeaderClassName
{
color: #EAAA00;
}
.AnyTagClassName
{
color: #EAAA00;
}
</style>
background-color css
<style>
a { background-color: #EAAA00; }
a { background-color: rgb(234,170,0); }
div.DivClassName
{
background-color: #EAAA00;
}
.BgClassName
{
background-color: #EAAA00;
}
</style>
border-color css
<style>
span { border-color: #EAAA00; }
span { border-color: rgb(234,170,0); }
td.TdClassName
{
border-color: #EAAA00;
}
.TagClassName
{
border-color: #EAAA00;
}
</style>