Shades of Bright Sun #EFBC2F
Tints of Bright Sun #EFBC2F
RGB
CMYK
RGB Variations
Color information
#EFBC2F (or 0xEFBC2F) is known color: Bright Sun. HEX triplet: EF, BC and 2F. RGB value is (239,188,47). Sum of RGB (Red+Green+Blue) = 239+188+47=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC2F is #1043D0. Grayscale: #BBBBBB. Windows color (decimal): -1065937 or 3128559. OLE color: 3128559.
HSL color Cylindrical-coordinate representation of color #EFBC2F: hue angle of 44.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFBC2F is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 47 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.06 |
| HSL | 44.06º | 0.86% | 0.56% | - |
| HSV(B) | 44.06º | 0.8% | 0.94% | - |
| XYZ | 54.09 | 54.52 | 10.36 | - |
| YUV | 187.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 47 | 0 | 0.21 | 0.80 | 0.06 | 44.06 | 0.86 | 0.56 |
| Hex | EF | BC | 2F | 0 | 15 | 50 | 6 | 2C | 56 | 38 |
| Octal | 357 | 274 | 57 | 0 | 25 | 120 | 6 | 54 | 126 | 70 |
| Binary | 11101111 | 10111100 | 101111 | 0 | 10101 | 1010000 | 110 | 101100 | 1010110 | 111000 |
Color Harmonies of #EFBC2F
Complementary color
Monochromatic Colors of #EFBC2F
Black with #EFBC2F
Text Example
Text Example
White with #EFBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC2F; }
p { color: rgb(239,188,47); }
H1.HeaderClassName
{
color: #EFBC2F;
}
.AnyTagClassName
{
color: #EFBC2F;
}
</style>
background-color css
<style>
a { background-color: #EFBC2F; }
a { background-color: rgb(239,188,47); }
div.DivClassName
{
background-color: #EFBC2F;
}
.BgClassName
{
background-color: #EFBC2F;
}
</style>
border-color css
<style>
span { border-color: #EFBC2F; }
span { border-color: rgb(239,188,47); }
td.TdClassName
{
border-color: #EFBC2F;
}
.TagClassName
{
border-color: #EFBC2F;
}
</style>