Shades of Orange #EAAC00
Tints of Orange #EAAC00
RGB
CMYK
RGB Variations
Color information
#EAAC00 (or 0xEAAC00) is known color: Orange. HEX triplet: EA, AC and 00. RGB value is (234,172,0). Sum of RGB (Red+Green+Blue) = 234+172+0=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAC00 is #1553FF. Grayscale: #ABABAB. Windows color (decimal): -1397760 or 44266. OLE color: 44266.
HSL color Cylindrical-coordinate representation of color #EAAC00: hue angle of 44.1º 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 #EAAC00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.08 |
| HSL | 44.1º | 1% | 0.46% | - |
| HSV(B) | 44.1º | 1% | 0.92% | - |
| XYZ | 48.68 | 47 | 6.51 | - |
| YUV | 170.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 0 | 0 | 0.26 | 1 | 0.08 | 44.1 | 1 | 0.46 |
| Hex | EA | AC | 0 | 0 | 1A | 64 | 8 | 2C | 64 | 2E |
| Octal | 352 | 254 | 0 | 0 | 32 | 144 | 10 | 54 | 144 | 56 |
| Binary | 11101010 | 10101100 | 0 | 0 | 11010 | 1100100 | 1000 | 101100 | 1100100 | 101110 |
Color Harmonies of #EAAC00
Complementary color
Monochromatic Colors of #EAAC00
Black with #EAAC00
Text Example
Text Example
White with #EAAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAC00; }
p { color: rgb(234,172,0); }
H1.HeaderClassName
{
color: #EAAC00;
}
.AnyTagClassName
{
color: #EAAC00;
}
</style>
background-color css
<style>
a { background-color: #EAAC00; }
a { background-color: rgb(234,172,0); }
div.DivClassName
{
background-color: #EAAC00;
}
.BgClassName
{
background-color: #EAAC00;
}
</style>
border-color css
<style>
span { border-color: #EAAC00; }
span { border-color: rgb(234,172,0); }
td.TdClassName
{
border-color: #EAAC00;
}
.TagClassName
{
border-color: #EAAC00;
}
</style>