Shades of Bright Sun #EFB228
Tints of Bright Sun #EFB228
RGB
CMYK
RGB Variations
Color information
#EFB228 (or 0xEFB228) is known color: Bright Sun. HEX triplet: EF, B2 and 28. RGB value is (239,178,40). Sum of RGB (Red+Green+Blue) = 239+178+40=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB228 is #104DD7. Grayscale: #B5B5B5. Windows color (decimal): -1068504 or 2667247. OLE color: 2667247.
HSL color Cylindrical-coordinate representation of color #EFB228: hue angle of 41.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFB228 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 40 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.06 |
| HSL | 41.61º | 0.86% | 0.55% | - |
| HSV(B) | 41.61º | 0.83% | 0.94% | - |
| XYZ | 51.9 | 50.34 | 8.99 | - |
| YUV | 180.51 | 48.71 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 40 | 0 | 0.26 | 0.83 | 0.06 | 41.61 | 0.86 | 0.55 |
| Hex | EF | B2 | 28 | 0 | 1A | 53 | 6 | 2A | 56 | 37 |
| Octal | 357 | 262 | 50 | 0 | 32 | 123 | 6 | 52 | 126 | 67 |
| Binary | 11101111 | 10110010 | 101000 | 0 | 11010 | 1010011 | 110 | 101010 | 1010110 | 110111 |
Color Harmonies of #EFB228
Complementary color
Monochromatic Colors of #EFB228
Black with #EFB228
Text Example
Text Example
White with #EFB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB228; }
p { color: rgb(239,178,40); }
H1.HeaderClassName
{
color: #EFB228;
}
.AnyTagClassName
{
color: #EFB228;
}
</style>
background-color css
<style>
a { background-color: #EFB228; }
a { background-color: rgb(239,178,40); }
div.DivClassName
{
background-color: #EFB228;
}
.BgClassName
{
background-color: #EFB228;
}
</style>
border-color css
<style>
span { border-color: #EFB228; }
span { border-color: rgb(239,178,40); }
td.TdClassName
{
border-color: #EFB228;
}
.TagClassName
{
border-color: #EFB228;
}
</style>