Shades of Bright Sun #EFB52F
Tints of Bright Sun #EFB52F
RGB
CMYK
RGB Variations
Color information
#EFB52F (or 0xEFB52F) is known color: Bright Sun. HEX triplet: EF, B5 and 2F. RGB value is (239,181,47). Sum of RGB (Red+Green+Blue) = 239+181+47=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB52F is #104AD0. Grayscale: #B7B7B7. Windows color (decimal): -1067729 or 3126767. OLE color: 3126767.
HSL color Cylindrical-coordinate representation of color #EFB52F: hue angle of 41.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFB52F is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 47 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.06 |
| HSL | 41.88º | 0.86% | 0.56% | - |
| HSV(B) | 41.88º | 0.8% | 0.94% | - |
| XYZ | 52.63 | 51.6 | 9.88 | - |
| YUV | 183.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 47 | 0 | 0.24 | 0.80 | 0.06 | 41.88 | 0.86 | 0.56 |
| Hex | EF | B5 | 2F | 0 | 18 | 50 | 6 | 2A | 56 | 38 |
| Octal | 357 | 265 | 57 | 0 | 30 | 120 | 6 | 52 | 126 | 70 |
| Binary | 11101111 | 10110101 | 101111 | 0 | 11000 | 1010000 | 110 | 101010 | 1010110 | 111000 |
Color Harmonies of #EFB52F
Complementary color
Monochromatic Colors of #EFB52F
Black with #EFB52F
Text Example
Text Example
White with #EFB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB52F; }
p { color: rgb(239,181,47); }
H1.HeaderClassName
{
color: #EFB52F;
}
.AnyTagClassName
{
color: #EFB52F;
}
</style>
background-color css
<style>
a { background-color: #EFB52F; }
a { background-color: rgb(239,181,47); }
div.DivClassName
{
background-color: #EFB52F;
}
.BgClassName
{
background-color: #EFB52F;
}
</style>
border-color css
<style>
span { border-color: #EFB52F; }
span { border-color: rgb(239,181,47); }
td.TdClassName
{
border-color: #EFB52F;
}
.TagClassName
{
border-color: #EFB52F;
}
</style>