Shades of Bright Sun #EFB327
Tints of Bright Sun #EFB327
RGB
CMYK
RGB Variations
Color information
#EFB327 (or 0xEFB327) is known color: Bright Sun. HEX triplet: EF, B3 and 27. RGB value is (239,179,39). Sum of RGB (Red+Green+Blue) = 239+179+39=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB327 is #104CD8. Grayscale: #B5B5B5. Windows color (decimal): -1068249 or 2601967. OLE color: 2601967.
HSL color Cylindrical-coordinate representation of color #EFB327: hue angle of 42º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFB327 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 39 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.06 |
| HSL | 42º | 0.86% | 0.55% | - |
| HSV(B) | 42º | 0.84% | 0.94% | - |
| XYZ | 52.08 | 50.74 | 8.97 | - |
| YUV | 180.98 | 47.88 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 39 | 0 | 0.25 | 0.84 | 0.06 | 42 | 0.86 | 0.55 |
| Hex | EF | B3 | 27 | 0 | 19 | 54 | 6 | 2A | 56 | 37 |
| Octal | 357 | 263 | 47 | 0 | 31 | 124 | 6 | 52 | 126 | 67 |
| Binary | 11101111 | 10110011 | 100111 | 0 | 11001 | 1010100 | 110 | 101010 | 1010110 | 110111 |
Color Harmonies of #EFB327
Complementary color
Monochromatic Colors of #EFB327
Black with #EFB327
Text Example
Text Example
White with #EFB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB327; }
p { color: rgb(239,179,39); }
H1.HeaderClassName
{
color: #EFB327;
}
.AnyTagClassName
{
color: #EFB327;
}
</style>
background-color css
<style>
a { background-color: #EFB327; }
a { background-color: rgb(239,179,39); }
div.DivClassName
{
background-color: #EFB327;
}
.BgClassName
{
background-color: #EFB327;
}
</style>
border-color css
<style>
span { border-color: #EFB327; }
span { border-color: rgb(239,179,39); }
td.TdClassName
{
border-color: #EFB327;
}
.TagClassName
{
border-color: #EFB327;
}
</style>