Shades of Bright Sun #EBBC3E
Tints of Bright Sun #EBBC3E
RGB
CMYK
RGB Variations
Color information
#EBBC3E (or 0xEBBC3E) is known color: Bright Sun. HEX triplet: EB, BC and 3E. RGB value is (235,188,62). Sum of RGB (Red+Green+Blue) = 235+188+62=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC3E is #1443C1. Grayscale: #BCBCBC. Windows color (decimal): -1328066 or 4111595. OLE color: 4111595.
HSL color Cylindrical-coordinate representation of color #EBBC3E: hue angle of 43.7º 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 #EBBC3E is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 62 | - |
| CMYK | 0 | 0.2 | 0.74 | 0.08 |
| HSL | 43.7º | 0.81% | 0.58% | - |
| HSV(B) | 43.7º | 0.74% | 0.92% | - |
| XYZ | 53.11 | 53.98 | 12.18 | - |
| YUV | 187.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 62 | 0 | 0.2 | 0.74 | 0.08 | 43.7 | 0.81 | 0.58 |
| Hex | EB | BC | 3E | 0 | 14 | 4A | 8 | 2C | 51 | 3A |
| Octal | 353 | 274 | 76 | 0 | 24 | 112 | 10 | 54 | 121 | 72 |
| Binary | 11101011 | 10111100 | 111110 | 0 | 10100 | 1001010 | 1000 | 101100 | 1010001 | 111010 |
Color Harmonies of #EBBC3E
Complementary color
Monochromatic Colors of #EBBC3E
Black with #EBBC3E
Text Example
Text Example
White with #EBBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC3E; }
p { color: rgb(235,188,62); }
H1.HeaderClassName
{
color: #EBBC3E;
}
.AnyTagClassName
{
color: #EBBC3E;
}
</style>
background-color css
<style>
a { background-color: #EBBC3E; }
a { background-color: rgb(235,188,62); }
div.DivClassName
{
background-color: #EBBC3E;
}
.BgClassName
{
background-color: #EBBC3E;
}
</style>
border-color css
<style>
span { border-color: #EBBC3E; }
span { border-color: rgb(235,188,62); }
td.TdClassName
{
border-color: #EBBC3E;
}
.TagClassName
{
border-color: #EBBC3E;
}
</style>