Shades of Bright Sun #EBC52C
Tints of Bright Sun #EBC52C
RGB
CMYK
RGB Variations
Color information
#EBC52C (or 0xEBC52C) is known color: Bright Sun. HEX triplet: EB, C5 and 2C. RGB value is (235,197,44). Sum of RGB (Red+Green+Blue) = 235+197+44=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC52C is #143AD3. Grayscale: #BFBFBF. Windows color (decimal): -1325780 or 2934251. OLE color: 2934251.
HSL color Cylindrical-coordinate representation of color #EBC52C: hue angle of 48.06º 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 #EBC52C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 44 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.08 |
| HSL | 48.06º | 0.83% | 0.55% | - |
| HSV(B) | 48.06º | 0.81% | 0.92% | - |
| XYZ | 54.68 | 57.78 | 10.65 | - |
| YUV | 190.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 44 | 0 | 0.16 | 0.81 | 0.08 | 48.06 | 0.83 | 0.55 |
| Hex | EB | C5 | 2C | 0 | 10 | 51 | 8 | 30 | 53 | 37 |
| Octal | 353 | 305 | 54 | 0 | 20 | 121 | 10 | 60 | 123 | 67 |
| Binary | 11101011 | 11000101 | 101100 | 0 | 10000 | 1010001 | 1000 | 110000 | 1010011 | 110111 |
Color Harmonies of #EBC52C
Complementary color
Monochromatic Colors of #EBC52C
Black with #EBC52C
Text Example
Text Example
White with #EBC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC52C; }
p { color: rgb(235,197,44); }
H1.HeaderClassName
{
color: #EBC52C;
}
.AnyTagClassName
{
color: #EBC52C;
}
</style>
background-color css
<style>
a { background-color: #EBC52C; }
a { background-color: rgb(235,197,44); }
div.DivClassName
{
background-color: #EBC52C;
}
.BgClassName
{
background-color: #EBC52C;
}
</style>
border-color css
<style>
span { border-color: #EBC52C; }
span { border-color: rgb(235,197,44); }
td.TdClassName
{
border-color: #EBC52C;
}
.TagClassName
{
border-color: #EBC52C;
}
</style>