Shades of Bright Sun #EFB521
Tints of Bright Sun #EFB521
RGB
CMYK
RGB Variations
Color information
#EFB521 (or 0xEFB521) is known color: Bright Sun. HEX triplet: EF, B5 and 21. RGB value is (239,181,33). Sum of RGB (Red+Green+Blue) = 239+181+33=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB521 is #104ADE. Grayscale: #B6B6B6. Windows color (decimal): -1067743 or 2209263. OLE color: 2209263.
HSL color Cylindrical-coordinate representation of color #EFB521: hue angle of 43.11º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFB521 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.06 |
| HSL | 43.11º | 0.87% | 0.53% | - |
| HSV(B) | 43.11º | 0.86% | 0.94% | - |
| XYZ | 52.39 | 51.51 | 8.62 | - |
| YUV | 181.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 33 | 0 | 0.24 | 0.86 | 0.06 | 43.11 | 0.87 | 0.53 |
| Hex | EF | B5 | 21 | 0 | 18 | 56 | 6 | 2B | 57 | 35 |
| Octal | 357 | 265 | 41 | 0 | 30 | 126 | 6 | 53 | 127 | 65 |
| Binary | 11101111 | 10110101 | 100001 | 0 | 11000 | 1010110 | 110 | 101011 | 1010111 | 110101 |
Color Harmonies of #EFB521
Complementary color
Monochromatic Colors of #EFB521
Black with #EFB521
Text Example
Text Example
White with #EFB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB521; }
p { color: rgb(239,181,33); }
H1.HeaderClassName
{
color: #EFB521;
}
.AnyTagClassName
{
color: #EFB521;
}
</style>
background-color css
<style>
a { background-color: #EFB521; }
a { background-color: rgb(239,181,33); }
div.DivClassName
{
background-color: #EFB521;
}
.BgClassName
{
background-color: #EFB521;
}
</style>
border-color css
<style>
span { border-color: #EFB521; }
span { border-color: rgb(239,181,33); }
td.TdClassName
{
border-color: #EFB521;
}
.TagClassName
{
border-color: #EFB521;
}
</style>