Shades of Bright Sun #EFB83A
Tints of Bright Sun #EFB83A
RGB
CMYK
RGB Variations
Color information
#EFB83A (or 0xEFB83A) is known color: Bright Sun. HEX triplet: EF, B8 and 3A. RGB value is (239,184,58). Sum of RGB (Red+Green+Blue) = 239+184+58=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB83A is #1047C5. Grayscale: #BABABA. Windows color (decimal): -1066950 or 3848431. OLE color: 3848431.
HSL color Cylindrical-coordinate representation of color #EFB83A: hue angle of 41.77º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFB83A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 58 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.06 |
| HSL | 41.77º | 0.85% | 0.58% | - |
| HSV(B) | 41.77º | 0.76% | 0.94% | - |
| XYZ | 53.5 | 52.94 | 11.4 | - |
| YUV | 186.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 58 | 0 | 0.23 | 0.76 | 0.06 | 41.77 | 0.85 | 0.58 |
| Hex | EF | B8 | 3A | 0 | 17 | 4C | 6 | 2A | 55 | 3A |
| Octal | 357 | 270 | 72 | 0 | 27 | 114 | 6 | 52 | 125 | 72 |
| Binary | 11101111 | 10111000 | 111010 | 0 | 10111 | 1001100 | 110 | 101010 | 1010101 | 111010 |
Color Harmonies of #EFB83A
Complementary color
Monochromatic Colors of #EFB83A
Black with #EFB83A
Text Example
Text Example
White with #EFB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB83A; }
p { color: rgb(239,184,58); }
H1.HeaderClassName
{
color: #EFB83A;
}
.AnyTagClassName
{
color: #EFB83A;
}
</style>
background-color css
<style>
a { background-color: #EFB83A; }
a { background-color: rgb(239,184,58); }
div.DivClassName
{
background-color: #EFB83A;
}
.BgClassName
{
background-color: #EFB83A;
}
</style>
border-color css
<style>
span { border-color: #EFB83A; }
span { border-color: rgb(239,184,58); }
td.TdClassName
{
border-color: #EFB83A;
}
.TagClassName
{
border-color: #EFB83A;
}
</style>