Shades of Bright Sun #EFBD24
Tints of Bright Sun #EFBD24
RGB
CMYK
RGB Variations
Color information
#EFBD24 (or 0xEFBD24) is known color: Bright Sun. HEX triplet: EF, BD and 24. RGB value is (239,189,36). Sum of RGB (Red+Green+Blue) = 239+189+36=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD24 is #1042DB. Grayscale: #BBBBBB. Windows color (decimal): -1065692 or 2407919. OLE color: 2407919.
HSL color Cylindrical-coordinate representation of color #EFBD24: hue angle of 45.22º 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 #EFBD24 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 36 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.06 |
| HSL | 45.22º | 0.86% | 0.54% | - |
| HSV(B) | 45.22º | 0.85% | 0.94% | - |
| XYZ | 54.11 | 54.87 | 9.41 | - |
| YUV | 186.51 | 43.07 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 36 | 0 | 0.21 | 0.85 | 0.06 | 45.22 | 0.86 | 0.54 |
| Hex | EF | BD | 24 | 0 | 15 | 55 | 6 | 2D | 56 | 36 |
| Octal | 357 | 275 | 44 | 0 | 25 | 125 | 6 | 55 | 126 | 66 |
| Binary | 11101111 | 10111101 | 100100 | 0 | 10101 | 1010101 | 110 | 101101 | 1010110 | 110110 |
Color Harmonies of #EFBD24
Complementary color
Monochromatic Colors of #EFBD24
Black with #EFBD24
Text Example
Text Example
White with #EFBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD24; }
p { color: rgb(239,189,36); }
H1.HeaderClassName
{
color: #EFBD24;
}
.AnyTagClassName
{
color: #EFBD24;
}
</style>
background-color css
<style>
a { background-color: #EFBD24; }
a { background-color: rgb(239,189,36); }
div.DivClassName
{
background-color: #EFBD24;
}
.BgClassName
{
background-color: #EFBD24;
}
</style>
border-color css
<style>
span { border-color: #EFBD24; }
span { border-color: rgb(239,189,36); }
td.TdClassName
{
border-color: #EFBD24;
}
.TagClassName
{
border-color: #EFBD24;
}
</style>