Shades of Bright Sun #EFB935
Tints of Bright Sun #EFB935
RGB
CMYK
RGB Variations
Color information
#EFB935 (or 0xEFB935) is known color: Bright Sun. HEX triplet: EF, B9 and 35. RGB value is (239,185,53). Sum of RGB (Red+Green+Blue) = 239+185+53=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB935 is #1046CA. Grayscale: #BABABA. Windows color (decimal): -1066699 or 3521007. OLE color: 3521007.
HSL color Cylindrical-coordinate representation of color #EFB935: hue angle of 42.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFB935 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 53 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.06 |
| HSL | 42.58º | 0.85% | 0.57% | - |
| HSV(B) | 42.58º | 0.78% | 0.94% | - |
| XYZ | 53.59 | 53.31 | 10.83 | - |
| YUV | 186.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 53 | 0 | 0.23 | 0.78 | 0.06 | 42.58 | 0.85 | 0.57 |
| Hex | EF | B9 | 35 | 0 | 17 | 4E | 6 | 2B | 55 | 39 |
| Octal | 357 | 271 | 65 | 0 | 27 | 116 | 6 | 53 | 125 | 71 |
| Binary | 11101111 | 10111001 | 110101 | 0 | 10111 | 1001110 | 110 | 101011 | 1010101 | 111001 |
Color Harmonies of #EFB935
Complementary color
Monochromatic Colors of #EFB935
Black with #EFB935
Text Example
Text Example
White with #EFB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB935; }
p { color: rgb(239,185,53); }
H1.HeaderClassName
{
color: #EFB935;
}
.AnyTagClassName
{
color: #EFB935;
}
</style>
background-color css
<style>
a { background-color: #EFB935; }
a { background-color: rgb(239,185,53); }
div.DivClassName
{
background-color: #EFB935;
}
.BgClassName
{
background-color: #EFB935;
}
</style>
border-color css
<style>
span { border-color: #EFB935; }
span { border-color: rgb(239,185,53); }
td.TdClassName
{
border-color: #EFB935;
}
.TagClassName
{
border-color: #EFB935;
}
</style>