Shades of Bright Sun #EFBF30
Tints of Bright Sun #EFBF30
RGB
CMYK
RGB Variations
Color information
#EFBF30 (or 0xEFBF30) is known color: Bright Sun. HEX triplet: EF, BF and 30. RGB value is (239,191,48). Sum of RGB (Red+Green+Blue) = 239+191+48=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF30 is #1040CF. Grayscale: #BDBDBD. Windows color (decimal): -1065168 or 3194863. OLE color: 3194863.
HSL color Cylindrical-coordinate representation of color #EFBF30: hue angle of 44.92º 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 #EFBF30 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 48 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.06 |
| HSL | 44.92º | 0.86% | 0.56% | - |
| HSV(B) | 44.92º | 0.8% | 0.94% | - |
| XYZ | 54.76 | 55.83 | 10.69 | - |
| YUV | 189.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 48 | 0 | 0.20 | 0.80 | 0.06 | 44.92 | 0.86 | 0.56 |
| Hex | EF | BF | 30 | 0 | 14 | 50 | 6 | 2D | 56 | 38 |
| Octal | 357 | 277 | 60 | 0 | 24 | 120 | 6 | 55 | 126 | 70 |
| Binary | 11101111 | 10111111 | 110000 | 0 | 10100 | 1010000 | 110 | 101101 | 1010110 | 111000 |
Color Harmonies of #EFBF30
Complementary color
Monochromatic Colors of #EFBF30
Black with #EFBF30
Text Example
Text Example
White with #EFBF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF30; }
p { color: rgb(239,191,48); }
H1.HeaderClassName
{
color: #EFBF30;
}
.AnyTagClassName
{
color: #EFBF30;
}
</style>
background-color css
<style>
a { background-color: #EFBF30; }
a { background-color: rgb(239,191,48); }
div.DivClassName
{
background-color: #EFBF30;
}
.BgClassName
{
background-color: #EFBF30;
}
</style>
border-color css
<style>
span { border-color: #EFBF30; }
span { border-color: rgb(239,191,48); }
td.TdClassName
{
border-color: #EFBF30;
}
.TagClassName
{
border-color: #EFBF30;
}
</style>