Shades of Bright Sun #EFB133
Tints of Bright Sun #EFB133
RGB
CMYK
RGB Variations
Color information
#EFB133 (or 0xEFB133) is known color: Bright Sun. HEX triplet: EF, B1 and 33. RGB value is (239,177,51). Sum of RGB (Red+Green+Blue) = 239+177+51=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB133 is #104ECC. Grayscale: #B5B5B5. Windows color (decimal): -1068749 or 3387887. OLE color: 3387887.
HSL color Cylindrical-coordinate representation of color #EFB133: hue angle of 40.21º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFB133 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 51 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.06 |
| HSL | 40.21º | 0.85% | 0.57% | - |
| HSV(B) | 40.21º | 0.79% | 0.94% | - |
| XYZ | 51.92 | 50.03 | 10.05 | - |
| YUV | 181.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 51 | 0 | 0.26 | 0.79 | 0.06 | 40.21 | 0.85 | 0.57 |
| Hex | EF | B1 | 33 | 0 | 1A | 4F | 6 | 28 | 55 | 39 |
| Octal | 357 | 261 | 63 | 0 | 32 | 117 | 6 | 50 | 125 | 71 |
| Binary | 11101111 | 10110001 | 110011 | 0 | 11010 | 1001111 | 110 | 101000 | 1010101 | 111001 |
Color Harmonies of #EFB133
Complementary color
Monochromatic Colors of #EFB133
Black with #EFB133
Text Example
Text Example
White with #EFB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB133; }
p { color: rgb(239,177,51); }
H1.HeaderClassName
{
color: #EFB133;
}
.AnyTagClassName
{
color: #EFB133;
}
</style>
background-color css
<style>
a { background-color: #EFB133; }
a { background-color: rgb(239,177,51); }
div.DivClassName
{
background-color: #EFB133;
}
.BgClassName
{
background-color: #EFB133;
}
</style>
border-color css
<style>
span { border-color: #EFB133; }
span { border-color: rgb(239,177,51); }
td.TdClassName
{
border-color: #EFB133;
}
.TagClassName
{
border-color: #EFB133;
}
</style>