Shades of Bright Sun #EFBC2D
Tints of Bright Sun #EFBC2D
RGB
CMYK
RGB Variations
Color information
#EFBC2D (or 0xEFBC2D) is known color: Bright Sun. HEX triplet: EF, BC and 2D. RGB value is (239,188,45). Sum of RGB (Red+Green+Blue) = 239+188+45=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC2D is #1043D2. Grayscale: #BBBBBB. Windows color (decimal): -1065939 or 2997487. OLE color: 2997487.
HSL color Cylindrical-coordinate representation of color #EFBC2D: hue angle of 44.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFBC2D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 45 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.06 |
| HSL | 44.23º | 0.86% | 0.56% | - |
| HSV(B) | 44.23º | 0.81% | 0.94% | - |
| XYZ | 54.05 | 54.51 | 10.15 | - |
| YUV | 186.95 | 47.9 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 45 | 0 | 0.21 | 0.81 | 0.06 | 44.23 | 0.86 | 0.56 |
| Hex | EF | BC | 2D | 0 | 15 | 51 | 6 | 2C | 56 | 38 |
| Octal | 357 | 274 | 55 | 0 | 25 | 121 | 6 | 54 | 126 | 70 |
| Binary | 11101111 | 10111100 | 101101 | 0 | 10101 | 1010001 | 110 | 101100 | 1010110 | 111000 |
Color Harmonies of #EFBC2D
Complementary color
Monochromatic Colors of #EFBC2D
Black with #EFBC2D
Text Example
Text Example
White with #EFBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC2D; }
p { color: rgb(239,188,45); }
H1.HeaderClassName
{
color: #EFBC2D;
}
.AnyTagClassName
{
color: #EFBC2D;
}
</style>
background-color css
<style>
a { background-color: #EFBC2D; }
a { background-color: rgb(239,188,45); }
div.DivClassName
{
background-color: #EFBC2D;
}
.BgClassName
{
background-color: #EFBC2D;
}
</style>
border-color css
<style>
span { border-color: #EFBC2D; }
span { border-color: rgb(239,188,45); }
td.TdClassName
{
border-color: #EFBC2D;
}
.TagClassName
{
border-color: #EFBC2D;
}
</style>