Shades of Bright Sun #EFBC30
Tints of Bright Sun #EFBC30
RGB
CMYK
RGB Variations
Color information
#EFBC30 (or 0xEFBC30) is known color: Bright Sun. HEX triplet: EF, BC and 30. RGB value is (239,188,48). Sum of RGB (Red+Green+Blue) = 239+188+48=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC30 is #1043CF. Grayscale: #BBBBBB. Windows color (decimal): -1065936 or 3194095. OLE color: 3194095.
HSL color Cylindrical-coordinate representation of color #EFBC30: hue angle of 43.98º 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 #EFBC30 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 48 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.06 |
| HSL | 43.98º | 0.86% | 0.56% | - |
| HSV(B) | 43.98º | 0.8% | 0.94% | - |
| XYZ | 54.11 | 54.53 | 10.47 | - |
| YUV | 187.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 48 | 0 | 0.21 | 0.80 | 0.06 | 43.98 | 0.86 | 0.56 |
| Hex | EF | BC | 30 | 0 | 15 | 50 | 6 | 2C | 56 | 38 |
| Octal | 357 | 274 | 60 | 0 | 25 | 120 | 6 | 54 | 126 | 70 |
| Binary | 11101111 | 10111100 | 110000 | 0 | 10101 | 1010000 | 110 | 101100 | 1010110 | 111000 |
Color Harmonies of #EFBC30
Complementary color
Monochromatic Colors of #EFBC30
Black with #EFBC30
Text Example
Text Example
White with #EFBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC30; }
p { color: rgb(239,188,48); }
H1.HeaderClassName
{
color: #EFBC30;
}
.AnyTagClassName
{
color: #EFBC30;
}
</style>
background-color css
<style>
a { background-color: #EFBC30; }
a { background-color: rgb(239,188,48); }
div.DivClassName
{
background-color: #EFBC30;
}
.BgClassName
{
background-color: #EFBC30;
}
</style>
border-color css
<style>
span { border-color: #EFBC30; }
span { border-color: rgb(239,188,48); }
td.TdClassName
{
border-color: #EFBC30;
}
.TagClassName
{
border-color: #EFBC30;
}
</style>