Shades of Bright Sun #EBC032
Tints of Bright Sun #EBC032
RGB
CMYK
RGB Variations
Color information
#EBC032 (or 0xEBC032) is known color: Bright Sun. HEX triplet: EB, C0 and 32. RGB value is (235,192,50). Sum of RGB (Red+Green+Blue) = 235+192+50=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC032 is #143FCD. Grayscale: #BDBDBD. Windows color (decimal): -1327054 or 3326187. OLE color: 3326187.
HSL color Cylindrical-coordinate representation of color #EBC032: hue angle of 46.05º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBC032 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.08 |
| HSL | 46.05º | 0.82% | 0.56% | - |
| HSV(B) | 46.05º | 0.79% | 0.92% | - |
| XYZ | 53.69 | 55.59 | 10.92 | - |
| YUV | 188.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 50 | 0 | 0.18 | 0.79 | 0.08 | 46.05 | 0.82 | 0.56 |
| Hex | EB | C0 | 32 | 0 | 12 | 4F | 8 | 2E | 52 | 38 |
| Octal | 353 | 300 | 62 | 0 | 22 | 117 | 10 | 56 | 122 | 70 |
| Binary | 11101011 | 11000000 | 110010 | 0 | 10010 | 1001111 | 1000 | 101110 | 1010010 | 111000 |
Color Harmonies of #EBC032
Complementary color
Monochromatic Colors of #EBC032
Black with #EBC032
Text Example
Text Example
White with #EBC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC032; }
p { color: rgb(235,192,50); }
H1.HeaderClassName
{
color: #EBC032;
}
.AnyTagClassName
{
color: #EBC032;
}
</style>
background-color css
<style>
a { background-color: #EBC032; }
a { background-color: rgb(235,192,50); }
div.DivClassName
{
background-color: #EBC032;
}
.BgClassName
{
background-color: #EBC032;
}
</style>
border-color css
<style>
span { border-color: #EBC032; }
span { border-color: rgb(235,192,50); }
td.TdClassName
{
border-color: #EBC032;
}
.TagClassName
{
border-color: #EBC032;
}
</style>