Shades of Bright Sun #EFB924
Tints of Bright Sun #EFB924
RGB
CMYK
RGB Variations
Color information
#EFB924 (or 0xEFB924) is known color: Bright Sun. HEX triplet: EF, B9 and 24. RGB value is (239,185,36). Sum of RGB (Red+Green+Blue) = 239+185+36=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB924 is #1046DB. Grayscale: #B8B8B8. Windows color (decimal): -1066716 or 2406895. OLE color: 2406895.
HSL color Cylindrical-coordinate representation of color #EFB924: hue angle of 44.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFB924 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 36 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.06 |
| HSL | 44.04º | 0.86% | 0.54% | - |
| HSV(B) | 44.04º | 0.85% | 0.94% | - |
| XYZ | 53.26 | 53.18 | 9.13 | - |
| YUV | 184.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 36 | 0 | 0.23 | 0.85 | 0.06 | 44.04 | 0.86 | 0.54 |
| Hex | EF | B9 | 24 | 0 | 17 | 55 | 6 | 2C | 56 | 36 |
| Octal | 357 | 271 | 44 | 0 | 27 | 125 | 6 | 54 | 126 | 66 |
| Binary | 11101111 | 10111001 | 100100 | 0 | 10111 | 1010101 | 110 | 101100 | 1010110 | 110110 |
Color Harmonies of #EFB924
Complementary color
Monochromatic Colors of #EFB924
Black with #EFB924
Text Example
Text Example
White with #EFB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB924; }
p { color: rgb(239,185,36); }
H1.HeaderClassName
{
color: #EFB924;
}
.AnyTagClassName
{
color: #EFB924;
}
</style>
background-color css
<style>
a { background-color: #EFB924; }
a { background-color: rgb(239,185,36); }
div.DivClassName
{
background-color: #EFB924;
}
.BgClassName
{
background-color: #EFB924;
}
</style>
border-color css
<style>
span { border-color: #EFB924; }
span { border-color: rgb(239,185,36); }
td.TdClassName
{
border-color: #EFB924;
}
.TagClassName
{
border-color: #EFB924;
}
</style>