Shades of Bright Sun #EFB939
Tints of Bright Sun #EFB939
RGB
CMYK
RGB Variations
Color information
#EFB939 (or 0xEFB939) is known color: Bright Sun. HEX triplet: EF, B9 and 39. RGB value is (239,185,57). Sum of RGB (Red+Green+Blue) = 239+185+57=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 57 (22.66% from 255 or 11.85% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB939 is #1046C6. Grayscale: #BBBBBB. Windows color (decimal): -1066695 or 3783151. OLE color: 3783151.
HSL color Cylindrical-coordinate representation of color #EFB939: hue angle of 42.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFB939 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 57 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.06 |
| HSL | 42.2º | 0.85% | 0.58% | - |
| HSV(B) | 42.2º | 0.76% | 0.94% | - |
| XYZ | 53.68 | 53.34 | 11.34 | - |
| YUV | 186.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 57 | 0 | 0.23 | 0.76 | 0.06 | 42.2 | 0.85 | 0.58 |
| Hex | EF | B9 | 39 | 0 | 17 | 4C | 6 | 2A | 55 | 3A |
| Octal | 357 | 271 | 71 | 0 | 27 | 114 | 6 | 52 | 125 | 72 |
| Binary | 11101111 | 10111001 | 111001 | 0 | 10111 | 1001100 | 110 | 101010 | 1010101 | 111010 |
Color Harmonies of #EFB939
Complementary color
Monochromatic Colors of #EFB939
Black with #EFB939
Text Example
Text Example
White with #EFB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB939; }
p { color: rgb(239,185,57); }
H1.HeaderClassName
{
color: #EFB939;
}
.AnyTagClassName
{
color: #EFB939;
}
</style>
background-color css
<style>
a { background-color: #EFB939; }
a { background-color: rgb(239,185,57); }
div.DivClassName
{
background-color: #EFB939;
}
.BgClassName
{
background-color: #EFB939;
}
</style>
border-color css
<style>
span { border-color: #EFB939; }
span { border-color: rgb(239,185,57); }
td.TdClassName
{
border-color: #EFB939;
}
.TagClassName
{
border-color: #EFB939;
}
</style>