Shades of Bright Sun #EBC030
Tints of Bright Sun #EBC030
RGB
CMYK
RGB Variations
Color information
#EBC030 (or 0xEBC030) is known color: Bright Sun. HEX triplet: EB, C0 and 30. RGB value is (235,192,48). Sum of RGB (Red+Green+Blue) = 235+192+48=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC030 is #143FCF. Grayscale: #BDBDBD. Windows color (decimal): -1327056 or 3195115. OLE color: 3195115.
HSL color Cylindrical-coordinate representation of color #EBC030: hue angle of 46.2º 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 #EBC030 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 48 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.08 |
| HSL | 46.2º | 0.82% | 0.55% | - |
| HSV(B) | 46.2º | 0.8% | 0.92% | - |
| XYZ | 53.64 | 55.57 | 10.7 | - |
| YUV | 188.44 | 48.75 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 48 | 0 | 0.18 | 0.80 | 0.08 | 46.2 | 0.82 | 0.55 |
| Hex | EB | C0 | 30 | 0 | 12 | 50 | 8 | 2E | 52 | 37 |
| Octal | 353 | 300 | 60 | 0 | 22 | 120 | 10 | 56 | 122 | 67 |
| Binary | 11101011 | 11000000 | 110000 | 0 | 10010 | 1010000 | 1000 | 101110 | 1010010 | 110111 |
Color Harmonies of #EBC030
Complementary color
Monochromatic Colors of #EBC030
Black with #EBC030
Text Example
Text Example
White with #EBC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC030; }
p { color: rgb(235,192,48); }
H1.HeaderClassName
{
color: #EBC030;
}
.AnyTagClassName
{
color: #EBC030;
}
</style>
background-color css
<style>
a { background-color: #EBC030; }
a { background-color: rgb(235,192,48); }
div.DivClassName
{
background-color: #EBC030;
}
.BgClassName
{
background-color: #EBC030;
}
</style>
border-color css
<style>
span { border-color: #EBC030; }
span { border-color: rgb(235,192,48); }
td.TdClassName
{
border-color: #EBC030;
}
.TagClassName
{
border-color: #EBC030;
}
</style>