Shades of Bright Sun #EFB536
Tints of Bright Sun #EFB536
RGB
CMYK
RGB Variations
Color information
#EFB536 (or 0xEFB536) is known color: Bright Sun. HEX triplet: EF, B5 and 36. RGB value is (239,181,54). Sum of RGB (Red+Green+Blue) = 239+181+54=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB536 is #104AC9. Grayscale: #B8B8B8. Windows color (decimal): -1067722 or 3585519. OLE color: 3585519.
HSL color Cylindrical-coordinate representation of color #EFB536: hue angle of 41.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFB536 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 54 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.06 |
| HSL | 41.19º | 0.85% | 0.57% | - |
| HSV(B) | 41.19º | 0.77% | 0.94% | - |
| XYZ | 52.79 | 51.66 | 10.68 | - |
| YUV | 183.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 54 | 0 | 0.24 | 0.77 | 0.06 | 41.19 | 0.85 | 0.57 |
| Hex | EF | B5 | 36 | 0 | 18 | 4D | 6 | 29 | 55 | 39 |
| Octal | 357 | 265 | 66 | 0 | 30 | 115 | 6 | 51 | 125 | 71 |
| Binary | 11101111 | 10110101 | 110110 | 0 | 11000 | 1001101 | 110 | 101001 | 1010101 | 111001 |
Color Harmonies of #EFB536
Complementary color
Monochromatic Colors of #EFB536
Black with #EFB536
Text Example
Text Example
White with #EFB536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB536; }
p { color: rgb(239,181,54); }
H1.HeaderClassName
{
color: #EFB536;
}
.AnyTagClassName
{
color: #EFB536;
}
</style>
background-color css
<style>
a { background-color: #EFB536; }
a { background-color: rgb(239,181,54); }
div.DivClassName
{
background-color: #EFB536;
}
.BgClassName
{
background-color: #EFB536;
}
</style>
border-color css
<style>
span { border-color: #EFB536; }
span { border-color: rgb(239,181,54); }
td.TdClassName
{
border-color: #EFB536;
}
.TagClassName
{
border-color: #EFB536;
}
</style>