Shades of Bright Sun #EBBC2F
Tints of Bright Sun #EBBC2F
RGB
CMYK
RGB Variations
Color information
#EBBC2F (or 0xEBBC2F) is known color: Bright Sun. HEX triplet: EB, BC and 2F. RGB value is (235,188,47). Sum of RGB (Red+Green+Blue) = 235+188+47=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC2F is #1443D0. Grayscale: #BABABA. Windows color (decimal): -1328081 or 3128555. OLE color: 3128555.
HSL color Cylindrical-coordinate representation of color #EBBC2F: hue angle of 45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBBC2F is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 47 | - |
| CMYK | 0 | 0.2 | 0.8 | 0.08 |
| HSL | 45º | 0.82% | 0.55% | - |
| HSV(B) | 45º | 0.8% | 0.92% | - |
| XYZ | 52.76 | 53.83 | 10.3 | - |
| YUV | 185.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 47 | 0 | 0.2 | 0.8 | 0.08 | 45 | 0.82 | 0.55 |
| Hex | EB | BC | 2F | 0 | 14 | 50 | 8 | 2D | 52 | 37 |
| Octal | 353 | 274 | 57 | 0 | 24 | 120 | 10 | 55 | 122 | 67 |
| Binary | 11101011 | 10111100 | 101111 | 0 | 10100 | 1010000 | 1000 | 101101 | 1010010 | 110111 |
Color Harmonies of #EBBC2F
Complementary color
Monochromatic Colors of #EBBC2F
Black with #EBBC2F
Text Example
Text Example
White with #EBBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC2F; }
p { color: rgb(235,188,47); }
H1.HeaderClassName
{
color: #EBBC2F;
}
.AnyTagClassName
{
color: #EBBC2F;
}
</style>
background-color css
<style>
a { background-color: #EBBC2F; }
a { background-color: rgb(235,188,47); }
div.DivClassName
{
background-color: #EBBC2F;
}
.BgClassName
{
background-color: #EBBC2F;
}
</style>
border-color css
<style>
span { border-color: #EBBC2F; }
span { border-color: rgb(235,188,47); }
td.TdClassName
{
border-color: #EBBC2F;
}
.TagClassName
{
border-color: #EBBC2F;
}
</style>