Shades of Bright Sun #EBBA3C
Tints of Bright Sun #EBBA3C
RGB
CMYK
RGB Variations
Color information
#EBBA3C (or 0xEBBA3C) is known color: Bright Sun. HEX triplet: EB, BA and 3C. RGB value is (235,186,60). Sum of RGB (Red+Green+Blue) = 235+186+60=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA3C is #1445C3. Grayscale: #BABABA. Windows color (decimal): -1328580 or 3980011. OLE color: 3980011.
HSL color Cylindrical-coordinate representation of color #EBBA3C: hue angle of 43.2º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBBA3C is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 60 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.08 |
| HSL | 43.2º | 0.81% | 0.58% | - |
| HSV(B) | 43.2º | 0.74% | 0.92% | - |
| XYZ | 52.64 | 53.11 | 11.75 | - |
| YUV | 186.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 60 | 0 | 0.21 | 0.74 | 0.08 | 43.2 | 0.81 | 0.58 |
| Hex | EB | BA | 3C | 0 | 15 | 4A | 8 | 2B | 51 | 3A |
| Octal | 353 | 272 | 74 | 0 | 25 | 112 | 10 | 53 | 121 | 72 |
| Binary | 11101011 | 10111010 | 111100 | 0 | 10101 | 1001010 | 1000 | 101011 | 1010001 | 111010 |
Color Harmonies of #EBBA3C
Complementary color
Monochromatic Colors of #EBBA3C
Black with #EBBA3C
Text Example
Text Example
White with #EBBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA3C; }
p { color: rgb(235,186,60); }
H1.HeaderClassName
{
color: #EBBA3C;
}
.AnyTagClassName
{
color: #EBBA3C;
}
</style>
background-color css
<style>
a { background-color: #EBBA3C; }
a { background-color: rgb(235,186,60); }
div.DivClassName
{
background-color: #EBBA3C;
}
.BgClassName
{
background-color: #EBBA3C;
}
</style>
border-color css
<style>
span { border-color: #EBBA3C; }
span { border-color: rgb(235,186,60); }
td.TdClassName
{
border-color: #EBBA3C;
}
.TagClassName
{
border-color: #EBBA3C;
}
</style>