Shades of Bright Sun #EFB332
Tints of Bright Sun #EFB332
RGB
CMYK
RGB Variations
Color information
#EFB332 (or 0xEFB332) is known color: Bright Sun. HEX triplet: EF, B3 and 32. RGB value is (239,179,50). Sum of RGB (Red+Green+Blue) = 239+179+50=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB332 is #104CCD. Grayscale: #B6B6B6. Windows color (decimal): -1068238 or 3322863. OLE color: 3322863.
HSL color Cylindrical-coordinate representation of color #EFB332: hue angle of 40.95º degrees, saturation: 0.86, 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 #EFB332 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 50 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.06 |
| HSL | 40.95º | 0.86% | 0.57% | - |
| HSV(B) | 40.95º | 0.79% | 0.94% | - |
| XYZ | 52.29 | 50.82 | 10.07 | - |
| YUV | 182.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 50 | 0 | 0.25 | 0.79 | 0.06 | 40.95 | 0.86 | 0.57 |
| Hex | EF | B3 | 32 | 0 | 19 | 4F | 6 | 29 | 56 | 39 |
| Octal | 357 | 263 | 62 | 0 | 31 | 117 | 6 | 51 | 126 | 71 |
| Binary | 11101111 | 10110011 | 110010 | 0 | 11001 | 1001111 | 110 | 101001 | 1010110 | 111001 |
Color Harmonies of #EFB332
Complementary color
Monochromatic Colors of #EFB332
Black with #EFB332
Text Example
Text Example
White with #EFB332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB332; }
p { color: rgb(239,179,50); }
H1.HeaderClassName
{
color: #EFB332;
}
.AnyTagClassName
{
color: #EFB332;
}
</style>
background-color css
<style>
a { background-color: #EFB332; }
a { background-color: rgb(239,179,50); }
div.DivClassName
{
background-color: #EFB332;
}
.BgClassName
{
background-color: #EFB332;
}
</style>
border-color css
<style>
span { border-color: #EFB332; }
span { border-color: rgb(239,179,50); }
td.TdClassName
{
border-color: #EFB332;
}
.TagClassName
{
border-color: #EFB332;
}
</style>