Shades of Bright Sun #EFB938
Tints of Bright Sun #EFB938
RGB
CMYK
RGB Variations
Color information
#EFB938 (or 0xEFB938) is known color: Bright Sun. HEX triplet: EF, B9 and 38. RGB value is (239,185,56). Sum of RGB (Red+Green+Blue) = 239+185+56=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB938 is #1046C7. Grayscale: #BBBBBB. Windows color (decimal): -1066696 or 3717615. OLE color: 3717615.
HSL color Cylindrical-coordinate representation of color #EFB938: hue angle of 42.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFB938 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 56 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.06 |
| HSL | 42.3º | 0.85% | 0.58% | - |
| HSV(B) | 42.3º | 0.77% | 0.94% | - |
| XYZ | 53.66 | 53.33 | 11.21 | - |
| YUV | 186.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 56 | 0 | 0.23 | 0.77 | 0.06 | 42.3 | 0.85 | 0.58 |
| Hex | EF | B9 | 38 | 0 | 17 | 4D | 6 | 2A | 55 | 3A |
| Octal | 357 | 271 | 70 | 0 | 27 | 115 | 6 | 52 | 125 | 72 |
| Binary | 11101111 | 10111001 | 111000 | 0 | 10111 | 1001101 | 110 | 101010 | 1010101 | 111010 |
Color Harmonies of #EFB938
Complementary color
Monochromatic Colors of #EFB938
Black with #EFB938
Text Example
Text Example
White with #EFB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB938; }
p { color: rgb(239,185,56); }
H1.HeaderClassName
{
color: #EFB938;
}
.AnyTagClassName
{
color: #EFB938;
}
</style>
background-color css
<style>
a { background-color: #EFB938; }
a { background-color: rgb(239,185,56); }
div.DivClassName
{
background-color: #EFB938;
}
.BgClassName
{
background-color: #EFB938;
}
</style>
border-color css
<style>
span { border-color: #EFB938; }
span { border-color: rgb(239,185,56); }
td.TdClassName
{
border-color: #EFB938;
}
.TagClassName
{
border-color: #EFB938;
}
</style>