Shades of Bright Sun #EFB526
Tints of Bright Sun #EFB526
RGB
CMYK
RGB Variations
Color information
#EFB526 (or 0xEFB526) is known color: Bright Sun. HEX triplet: EF, B5 and 26. RGB value is (239,181,38). Sum of RGB (Red+Green+Blue) = 239+181+38=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB526 is #104AD9. Grayscale: #B6B6B6. Windows color (decimal): -1067738 or 2536943. OLE color: 2536943.
HSL color Cylindrical-coordinate representation of color #EFB526: hue angle of 42.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFB526 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 38 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.06 |
| HSL | 42.69º | 0.86% | 0.54% | - |
| HSV(B) | 42.69º | 0.84% | 0.94% | - |
| XYZ | 52.47 | 51.54 | 9.02 | - |
| YUV | 182.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 38 | 0 | 0.24 | 0.84 | 0.06 | 42.69 | 0.86 | 0.54 |
| Hex | EF | B5 | 26 | 0 | 18 | 54 | 6 | 2B | 56 | 36 |
| Octal | 357 | 265 | 46 | 0 | 30 | 124 | 6 | 53 | 126 | 66 |
| Binary | 11101111 | 10110101 | 100110 | 0 | 11000 | 1010100 | 110 | 101011 | 1010110 | 110110 |
Color Harmonies of #EFB526
Complementary color
Monochromatic Colors of #EFB526
Black with #EFB526
Text Example
Text Example
White with #EFB526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB526; }
p { color: rgb(239,181,38); }
H1.HeaderClassName
{
color: #EFB526;
}
.AnyTagClassName
{
color: #EFB526;
}
</style>
background-color css
<style>
a { background-color: #EFB526; }
a { background-color: rgb(239,181,38); }
div.DivClassName
{
background-color: #EFB526;
}
.BgClassName
{
background-color: #EFB526;
}
</style>
border-color css
<style>
span { border-color: #EFB526; }
span { border-color: rgb(239,181,38); }
td.TdClassName
{
border-color: #EFB526;
}
.TagClassName
{
border-color: #EFB526;
}
</style>