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