Shades of Orange #EFAB03
Tints of Orange #EFAB03
RGB
CMYK
RGB Variations
Color information
#EFAB03 (or 0xEFAB03) is known color: Orange. HEX triplet: EF, AB and 03. RGB value is (239,171,3). Sum of RGB (Red+Green+Blue) = 239+171+3=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB03 is #1054FC. Grayscale: #ACACAC. Windows color (decimal): -1070333 or 240623. OLE color: 240623.
HSL color Cylindrical-coordinate representation of color #EFAB03: hue angle of 42.71º 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 #EFAB03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.06 |
| HSL | 42.71º | 0.98% | 0.47% | - |
| HSV(B) | 42.71º | 0.99% | 0.94% | - |
| XYZ | 50.18 | 47.48 | 6.61 | - |
| YUV | 172.18 | 32.53 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 3 | 0 | 0.28 | 0.99 | 0.06 | 42.71 | 0.98 | 0.47 |
| Hex | EF | AB | 3 | 0 | 1C | 63 | 6 | 2B | 62 | 2F |
| Octal | 357 | 253 | 3 | 0 | 34 | 143 | 6 | 53 | 142 | 57 |
| Binary | 11101111 | 10101011 | 11 | 0 | 11100 | 1100011 | 110 | 101011 | 1100010 | 101111 |
Color Harmonies of #EFAB03
Complementary color
Monochromatic Colors of #EFAB03
Black with #EFAB03
Text Example
Text Example
White with #EFAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB03; }
p { color: rgb(239,171,3); }
H1.HeaderClassName
{
color: #EFAB03;
}
.AnyTagClassName
{
color: #EFAB03;
}
</style>
background-color css
<style>
a { background-color: #EFAB03; }
a { background-color: rgb(239,171,3); }
div.DivClassName
{
background-color: #EFAB03;
}
.BgClassName
{
background-color: #EFAB03;
}
</style>
border-color css
<style>
span { border-color: #EFAB03; }
span { border-color: rgb(239,171,3); }
td.TdClassName
{
border-color: #EFAB03;
}
.TagClassName
{
border-color: #EFAB03;
}
</style>