Shades of Bright Sun #EFB532
Tints of Bright Sun #EFB532
RGB
CMYK
RGB Variations
Color information
#EFB532 (or 0xEFB532) is known color: Bright Sun. HEX triplet: EF, B5 and 32. RGB value is (239,181,50). Sum of RGB (Red+Green+Blue) = 239+181+50=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB532 is #104ACD. Grayscale: #B7B7B7. Windows color (decimal): -1067726 or 3323375. OLE color: 3323375.
HSL color Cylindrical-coordinate representation of color #EFB532: hue angle of 41.59º 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 #EFB532 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 50 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.06 |
| HSL | 41.59º | 0.86% | 0.57% | - |
| HSV(B) | 41.59º | 0.79% | 0.94% | - |
| XYZ | 52.7 | 51.63 | 10.21 | - |
| YUV | 183.41 | 52.72 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 50 | 0 | 0.24 | 0.79 | 0.06 | 41.59 | 0.86 | 0.57 |
| Hex | EF | B5 | 32 | 0 | 18 | 4F | 6 | 2A | 56 | 39 |
| Octal | 357 | 265 | 62 | 0 | 30 | 117 | 6 | 52 | 126 | 71 |
| Binary | 11101111 | 10110101 | 110010 | 0 | 11000 | 1001111 | 110 | 101010 | 1010110 | 111001 |
Color Harmonies of #EFB532
Complementary color
Monochromatic Colors of #EFB532
Black with #EFB532
Text Example
Text Example
White with #EFB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB532; }
p { color: rgb(239,181,50); }
H1.HeaderClassName
{
color: #EFB532;
}
.AnyTagClassName
{
color: #EFB532;
}
</style>
background-color css
<style>
a { background-color: #EFB532; }
a { background-color: rgb(239,181,50); }
div.DivClassName
{
background-color: #EFB532;
}
.BgClassName
{
background-color: #EFB532;
}
</style>
border-color css
<style>
span { border-color: #EFB532; }
span { border-color: rgb(239,181,50); }
td.TdClassName
{
border-color: #EFB532;
}
.TagClassName
{
border-color: #EFB532;
}
</style>