Shades of Bright Sun #EBC137
Tints of Bright Sun #EBC137
RGB
CMYK
RGB Variations
Color information
#EBC137 (or 0xEBC137) is known color: Bright Sun. HEX triplet: EB, C1 and 37. RGB value is (235,193,55). Sum of RGB (Red+Green+Blue) = 235+193+55=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC137 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC137 is #143EC8. Grayscale: #BEBEBE. Windows color (decimal): -1326793 or 3654123. OLE color: 3654123.
HSL color Cylindrical-coordinate representation of color #EBC137: hue angle of 46º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBC137 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 55 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.08 |
| HSL | 46º | 0.82% | 0.57% | - |
| HSV(B) | 46º | 0.77% | 0.92% | - |
| XYZ | 54.02 | 56.08 | 11.59 | - |
| YUV | 189.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 55 | 0 | 0.18 | 0.77 | 0.08 | 46 | 0.82 | 0.57 |
| Hex | EB | C1 | 37 | 0 | 12 | 4D | 8 | 2E | 52 | 39 |
| Octal | 353 | 301 | 67 | 0 | 22 | 115 | 10 | 56 | 122 | 71 |
| Binary | 11101011 | 11000001 | 110111 | 0 | 10010 | 1001101 | 1000 | 101110 | 1010010 | 111001 |
Color Harmonies of #EBC137
Complementary color
Monochromatic Colors of #EBC137
Black with #EBC137
Text Example
Text Example
White with #EBC137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC137; }
p { color: rgb(235,193,55); }
H1.HeaderClassName
{
color: #EBC137;
}
.AnyTagClassName
{
color: #EBC137;
}
</style>
background-color css
<style>
a { background-color: #EBC137; }
a { background-color: rgb(235,193,55); }
div.DivClassName
{
background-color: #EBC137;
}
.BgClassName
{
background-color: #EBC137;
}
</style>
border-color css
<style>
span { border-color: #EBC137; }
span { border-color: rgb(235,193,55); }
td.TdClassName
{
border-color: #EBC137;
}
.TagClassName
{
border-color: #EBC137;
}
</style>