Shades of Bright Sun #EFB82C
Tints of Bright Sun #EFB82C
RGB
CMYK
RGB Variations
Color information
#EFB82C (or 0xEFB82C) is known color: Bright Sun. HEX triplet: EF, B8 and 2C. RGB value is (239,184,44). Sum of RGB (Red+Green+Blue) = 239+184+44=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB82C is #1047D3. Grayscale: #B9B9B9. Windows color (decimal): -1066964 or 2930927. OLE color: 2930927.
HSL color Cylindrical-coordinate representation of color #EFB82C: hue angle of 43.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFB82C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.06 |
| HSL | 43.08º | 0.86% | 0.55% | - |
| HSV(B) | 43.08º | 0.82% | 0.94% | - |
| XYZ | 53.19 | 52.81 | 9.77 | - |
| YUV | 184.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 44 | 0 | 0.23 | 0.82 | 0.06 | 43.08 | 0.86 | 0.55 |
| Hex | EF | B8 | 2C | 0 | 17 | 52 | 6 | 2B | 56 | 37 |
| Octal | 357 | 270 | 54 | 0 | 27 | 122 | 6 | 53 | 126 | 67 |
| Binary | 11101111 | 10111000 | 101100 | 0 | 10111 | 1010010 | 110 | 101011 | 1010110 | 110111 |
Color Harmonies of #EFB82C
Complementary color
Monochromatic Colors of #EFB82C
Black with #EFB82C
Text Example
Text Example
White with #EFB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB82C; }
p { color: rgb(239,184,44); }
H1.HeaderClassName
{
color: #EFB82C;
}
.AnyTagClassName
{
color: #EFB82C;
}
</style>
background-color css
<style>
a { background-color: #EFB82C; }
a { background-color: rgb(239,184,44); }
div.DivClassName
{
background-color: #EFB82C;
}
.BgClassName
{
background-color: #EFB82C;
}
</style>
border-color css
<style>
span { border-color: #EFB82C; }
span { border-color: rgb(239,184,44); }
td.TdClassName
{
border-color: #EFB82C;
}
.TagClassName
{
border-color: #EFB82C;
}
</style>