Shades of Bright Sun #EFB731
Tints of Bright Sun #EFB731
RGB
CMYK
RGB Variations
Color information
#EFB731 (or 0xEFB731) is known color: Bright Sun. HEX triplet: EF, B7 and 31. RGB value is (239,183,49). Sum of RGB (Red+Green+Blue) = 239+183+49=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB731 is #1048CE. Grayscale: #B9B9B9. Windows color (decimal): -1067215 or 3258351. OLE color: 3258351.
HSL color Cylindrical-coordinate representation of color #EFB731: hue angle of 42.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFB731 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 49 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.06 |
| HSL | 42.32º | 0.86% | 0.56% | - |
| HSV(B) | 42.32º | 0.79% | 0.94% | - |
| XYZ | 53.08 | 52.44 | 10.23 | - |
| YUV | 184.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 49 | 0 | 0.23 | 0.79 | 0.06 | 42.32 | 0.86 | 0.56 |
| Hex | EF | B7 | 31 | 0 | 17 | 4F | 6 | 2A | 56 | 38 |
| Octal | 357 | 267 | 61 | 0 | 27 | 117 | 6 | 52 | 126 | 70 |
| Binary | 11101111 | 10110111 | 110001 | 0 | 10111 | 1001111 | 110 | 101010 | 1010110 | 111000 |
Color Harmonies of #EFB731
Complementary color
Monochromatic Colors of #EFB731
Black with #EFB731
Text Example
Text Example
White with #EFB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB731; }
p { color: rgb(239,183,49); }
H1.HeaderClassName
{
color: #EFB731;
}
.AnyTagClassName
{
color: #EFB731;
}
</style>
background-color css
<style>
a { background-color: #EFB731; }
a { background-color: rgb(239,183,49); }
div.DivClassName
{
background-color: #EFB731;
}
.BgClassName
{
background-color: #EFB731;
}
</style>
border-color css
<style>
span { border-color: #EFB731; }
span { border-color: rgb(239,183,49); }
td.TdClassName
{
border-color: #EFB731;
}
.TagClassName
{
border-color: #EFB731;
}
</style>