Shades of Bright Sun #EBBC2D
Tints of Bright Sun #EBBC2D
RGB
CMYK
RGB Variations
Color information
#EBBC2D (or 0xEBBC2D) is known color: Bright Sun. HEX triplet: EB, BC and 2D. RGB value is (235,188,45). Sum of RGB (Red+Green+Blue) = 235+188+45=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC2D is #1443D2. Grayscale: #BABABA. Windows color (decimal): -1328083 or 2997483. OLE color: 2997483.
HSL color Cylindrical-coordinate representation of color #EBBC2D: hue angle of 45.16º 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 #EBBC2D is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 45 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.08 |
| HSL | 45.16º | 0.83% | 0.55% | - |
| HSV(B) | 45.16º | 0.81% | 0.92% | - |
| XYZ | 52.72 | 53.82 | 10.09 | - |
| YUV | 185.75 | 48.57 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 45 | 0 | 0.2 | 0.81 | 0.08 | 45.16 | 0.83 | 0.55 |
| Hex | EB | BC | 2D | 0 | 14 | 51 | 8 | 2D | 53 | 37 |
| Octal | 353 | 274 | 55 | 0 | 24 | 121 | 10 | 55 | 123 | 67 |
| Binary | 11101011 | 10111100 | 101101 | 0 | 10100 | 1010001 | 1000 | 101101 | 1010011 | 110111 |
Color Harmonies of #EBBC2D
Complementary color
Monochromatic Colors of #EBBC2D
Black with #EBBC2D
Text Example
Text Example
White with #EBBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC2D; }
p { color: rgb(235,188,45); }
H1.HeaderClassName
{
color: #EBBC2D;
}
.AnyTagClassName
{
color: #EBBC2D;
}
</style>
background-color css
<style>
a { background-color: #EBBC2D; }
a { background-color: rgb(235,188,45); }
div.DivClassName
{
background-color: #EBBC2D;
}
.BgClassName
{
background-color: #EBBC2D;
}
</style>
border-color css
<style>
span { border-color: #EBBC2D; }
span { border-color: rgb(235,188,45); }
td.TdClassName
{
border-color: #EBBC2D;
}
.TagClassName
{
border-color: #EBBC2D;
}
</style>