Shades of Bright Sun #EFB932
Tints of Bright Sun #EFB932
RGB
CMYK
RGB Variations
Color information
#EFB932 (or 0xEFB932) is known color: Bright Sun. HEX triplet: EF, B9 and 32. RGB value is (239,185,50). Sum of RGB (Red+Green+Blue) = 239+185+50=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB932 is #1046CD. Grayscale: #BABABA. Windows color (decimal): -1066702 or 3324399. OLE color: 3324399.
HSL color Cylindrical-coordinate representation of color #EFB932: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFB932 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 50 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.06 |
| HSL | 42.86º | 0.86% | 0.57% | - |
| HSV(B) | 42.86º | 0.79% | 0.94% | - |
| XYZ | 53.52 | 53.28 | 10.48 | - |
| YUV | 185.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 50 | 0 | 0.23 | 0.79 | 0.06 | 42.86 | 0.86 | 0.57 |
| Hex | EF | B9 | 32 | 0 | 17 | 4F | 6 | 2B | 56 | 39 |
| Octal | 357 | 271 | 62 | 0 | 27 | 117 | 6 | 53 | 126 | 71 |
| Binary | 11101111 | 10111001 | 110010 | 0 | 10111 | 1001111 | 110 | 101011 | 1010110 | 111001 |
Color Harmonies of #EFB932
Complementary color
Monochromatic Colors of #EFB932
Black with #EFB932
Text Example
Text Example
White with #EFB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB932; }
p { color: rgb(239,185,50); }
H1.HeaderClassName
{
color: #EFB932;
}
.AnyTagClassName
{
color: #EFB932;
}
</style>
background-color css
<style>
a { background-color: #EFB932; }
a { background-color: rgb(239,185,50); }
div.DivClassName
{
background-color: #EFB932;
}
.BgClassName
{
background-color: #EFB932;
}
</style>
border-color css
<style>
span { border-color: #EFB932; }
span { border-color: rgb(239,185,50); }
td.TdClassName
{
border-color: #EFB932;
}
.TagClassName
{
border-color: #EFB932;
}
</style>