Shades of Bright Sun #EBC034
Tints of Bright Sun #EBC034
RGB
CMYK
RGB Variations
Color information
#EBC034 (or 0xEBC034) is known color: Bright Sun. HEX triplet: EB, C0 and 34. RGB value is (235,192,52). Sum of RGB (Red+Green+Blue) = 235+192+52=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC034 is #143FCB. Grayscale: #BDBDBD. Windows color (decimal): -1327052 or 3457259. OLE color: 3457259.
HSL color Cylindrical-coordinate representation of color #EBC034: hue angle of 45.9º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBC034 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 52 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.08 |
| HSL | 45.9º | 0.82% | 0.56% | - |
| HSV(B) | 45.9º | 0.78% | 0.92% | - |
| XYZ | 53.73 | 55.61 | 11.15 | - |
| YUV | 188.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 52 | 0 | 0.18 | 0.78 | 0.08 | 45.9 | 0.82 | 0.56 |
| Hex | EB | C0 | 34 | 0 | 12 | 4E | 8 | 2E | 52 | 38 |
| Octal | 353 | 300 | 64 | 0 | 22 | 116 | 10 | 56 | 122 | 70 |
| Binary | 11101011 | 11000000 | 110100 | 0 | 10010 | 1001110 | 1000 | 101110 | 1010010 | 111000 |
Color Harmonies of #EBC034
Complementary color
Monochromatic Colors of #EBC034
Black with #EBC034
Text Example
Text Example
White with #EBC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC034; }
p { color: rgb(235,192,52); }
H1.HeaderClassName
{
color: #EBC034;
}
.AnyTagClassName
{
color: #EBC034;
}
</style>
background-color css
<style>
a { background-color: #EBC034; }
a { background-color: rgb(235,192,52); }
div.DivClassName
{
background-color: #EBC034;
}
.BgClassName
{
background-color: #EBC034;
}
</style>
border-color css
<style>
span { border-color: #EBC034; }
span { border-color: rgb(235,192,52); }
td.TdClassName
{
border-color: #EBC034;
}
.TagClassName
{
border-color: #EBC034;
}
</style>