Shades of Bright Sun #EFBA2D
Tints of Bright Sun #EFBA2D
RGB
CMYK
RGB Variations
Color information
#EFBA2D (or 0xEFBA2D) is known color: Bright Sun. HEX triplet: EF, BA and 2D. RGB value is (239,186,45). Sum of RGB (Red+Green+Blue) = 239+186+45=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA2D is #1045D2. Grayscale: #BABABA. Windows color (decimal): -1066451 or 2996975. OLE color: 2996975.
HSL color Cylindrical-coordinate representation of color #EFBA2D: hue angle of 43.61º 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 #EFBA2D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 186 | 45 | - |
CMYK | 0 | 0.22 | 0.81 | 0.06 |
HSL | 43.61º | 0.86% | 0.56% | - |
HSV(B) | 43.61º | 0.81% | 0.94% | - |
XYZ | 53.63 | 53.66 | 10.01 | - |
YUV | 185.77 | 48.56 | 165.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 186 | 45 | 0 | 0.22 | 0.81 | 0.06 | 43.61 | 0.86 | 0.56 |
Hex | EF | BA | 2D | 0 | 16 | 51 | 6 | 2C | 56 | 38 |
Octal | 357 | 272 | 55 | 0 | 26 | 121 | 6 | 54 | 126 | 70 |
Binary | 11101111 | 10111010 | 101101 | 0 | 10110 | 1010001 | 110 | 101100 | 1010110 | 111000 |
Color Harmonies of #EFBA2D
Complementary color
Monochromatic Colors of #EFBA2D
Black with #EFBA2D
Text Example
Text Example
White with #EFBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA2D; }
p { color: rgb(239,186,45); }
H1.HeaderClassName
{
color: #EFBA2D;
}
.AnyTagClassName
{
color: #EFBA2D;
}
</style>
background-color css
<style>
a { background-color: #EFBA2D; }
a { background-color: rgb(239,186,45); }
div.DivClassName
{
background-color: #EFBA2D;
}
.BgClassName
{
background-color: #EFBA2D;
}
</style>
border-color css
<style>
span { border-color: #EFBA2D; }
span { border-color: rgb(239,186,45); }
td.TdClassName
{
border-color: #EFBA2D;
}
.TagClassName
{
border-color: #EFBA2D;
}
</style>