Shades of Bright Sun #EBBC2C
Tints of Bright Sun #EBBC2C
RGB
CMYK
RGB Variations
Color information
#EBBC2C (or 0xEBBC2C) is known color: Bright Sun. HEX triplet: EB, BC and 2C. RGB value is (235,188,44). Sum of RGB (Red+Green+Blue) = 235+188+44=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC2C is #1443D3. Grayscale: #BABABA. Windows color (decimal): -1328084 or 2931947. OLE color: 2931947.
HSL color Cylindrical-coordinate representation of color #EBBC2C: hue angle of 45.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBBC2C is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 44 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.08 |
| HSL | 45.24º | 0.83% | 0.55% | - |
| HSV(B) | 45.24º | 0.81% | 0.92% | - |
| XYZ | 52.7 | 53.81 | 9.99 | - |
| YUV | 185.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 44 | 0 | 0.2 | 0.81 | 0.08 | 45.24 | 0.83 | 0.55 |
| Hex | EB | BC | 2C | 0 | 14 | 51 | 8 | 2D | 53 | 37 |
| Octal | 353 | 274 | 54 | 0 | 24 | 121 | 10 | 55 | 123 | 67 |
| Binary | 11101011 | 10111100 | 101100 | 0 | 10100 | 1010001 | 1000 | 101101 | 1010011 | 110111 |
Color Harmonies of #EBBC2C
Complementary color
Monochromatic Colors of #EBBC2C
Black with #EBBC2C
Text Example
Text Example
White with #EBBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC2C; }
p { color: rgb(235,188,44); }
H1.HeaderClassName
{
color: #EBBC2C;
}
.AnyTagClassName
{
color: #EBBC2C;
}
</style>
background-color css
<style>
a { background-color: #EBBC2C; }
a { background-color: rgb(235,188,44); }
div.DivClassName
{
background-color: #EBBC2C;
}
.BgClassName
{
background-color: #EBBC2C;
}
</style>
border-color css
<style>
span { border-color: #EBBC2C; }
span { border-color: rgb(235,188,44); }
td.TdClassName
{
border-color: #EBBC2C;
}
.TagClassName
{
border-color: #EBBC2C;
}
</style>