Shades of Orange #EFAA03
Tints of Orange #EFAA03
RGB
CMYK
RGB Variations
Color information
#EFAA03 (or 0xEFAA03) is known color: Orange. HEX triplet: EF, AA and 03. RGB value is (239,170,3). Sum of RGB (Red+Green+Blue) = 239+170+3=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA03 is #1055FC. Grayscale: #ACACAC. Windows color (decimal): -1070589 or 240367. OLE color: 240367.
HSL color Cylindrical-coordinate representation of color #EFAA03: hue angle of 42.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFAA03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.06 |
| HSL | 42.46º | 0.98% | 0.47% | - |
| HSV(B) | 42.46º | 0.99% | 0.94% | - |
| XYZ | 49.99 | 47.11 | 6.54 | - |
| YUV | 171.59 | 32.86 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 3 | 0 | 0.29 | 0.99 | 0.06 | 42.46 | 0.98 | 0.47 |
| Hex | EF | AA | 3 | 0 | 1D | 63 | 6 | 2A | 62 | 2F |
| Octal | 357 | 252 | 3 | 0 | 35 | 143 | 6 | 52 | 142 | 57 |
| Binary | 11101111 | 10101010 | 11 | 0 | 11101 | 1100011 | 110 | 101010 | 1100010 | 101111 |
Color Harmonies of #EFAA03
Complementary color
Monochromatic Colors of #EFAA03
Black with #EFAA03
Text Example
Text Example
White with #EFAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA03; }
p { color: rgb(239,170,3); }
H1.HeaderClassName
{
color: #EFAA03;
}
.AnyTagClassName
{
color: #EFAA03;
}
</style>
background-color css
<style>
a { background-color: #EFAA03; }
a { background-color: rgb(239,170,3); }
div.DivClassName
{
background-color: #EFAA03;
}
.BgClassName
{
background-color: #EFAA03;
}
</style>
border-color css
<style>
span { border-color: #EFAA03; }
span { border-color: rgb(239,170,3); }
td.TdClassName
{
border-color: #EFAA03;
}
.TagClassName
{
border-color: #EFAA03;
}
</style>