Shades of Bright Sun #EFB52D
Tints of Bright Sun #EFB52D
RGB
CMYK
RGB Variations
Color information
#EFB52D (or 0xEFB52D) is known color: Bright Sun. HEX triplet: EF, B5 and 2D. RGB value is (239,181,45). Sum of RGB (Red+Green+Blue) = 239+181+45=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB52D is #104AD2. Grayscale: #B7B7B7. Windows color (decimal): -1067731 or 2995695. OLE color: 2995695.
HSL color Cylindrical-coordinate representation of color #EFB52D: hue angle of 42.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFB52D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 45 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.06 |
| HSL | 42.06º | 0.86% | 0.56% | - |
| HSV(B) | 42.06º | 0.81% | 0.94% | - |
| XYZ | 52.59 | 51.59 | 9.67 | - |
| YUV | 182.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 45 | 0 | 0.24 | 0.81 | 0.06 | 42.06 | 0.86 | 0.56 |
| Hex | EF | B5 | 2D | 0 | 18 | 51 | 6 | 2A | 56 | 38 |
| Octal | 357 | 265 | 55 | 0 | 30 | 121 | 6 | 52 | 126 | 70 |
| Binary | 11101111 | 10110101 | 101101 | 0 | 11000 | 1010001 | 110 | 101010 | 1010110 | 111000 |
Color Harmonies of #EFB52D
Complementary color
Monochromatic Colors of #EFB52D
Black with #EFB52D
Text Example
Text Example
White with #EFB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB52D; }
p { color: rgb(239,181,45); }
H1.HeaderClassName
{
color: #EFB52D;
}
.AnyTagClassName
{
color: #EFB52D;
}
</style>
background-color css
<style>
a { background-color: #EFB52D; }
a { background-color: rgb(239,181,45); }
div.DivClassName
{
background-color: #EFB52D;
}
.BgClassName
{
background-color: #EFB52D;
}
</style>
border-color css
<style>
span { border-color: #EFB52D; }
span { border-color: rgb(239,181,45); }
td.TdClassName
{
border-color: #EFB52D;
}
.TagClassName
{
border-color: #EFB52D;
}
</style>