Shades of Bright Sun #EBC031
Tints of Bright Sun #EBC031
RGB
CMYK
RGB Variations
Color information
#EBC031 (or 0xEBC031) is known color: Bright Sun. HEX triplet: EB, C0 and 31. RGB value is (235,192,49). Sum of RGB (Red+Green+Blue) = 235+192+49=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC031 is #143FCE. Grayscale: #BDBDBD. Windows color (decimal): -1327055 or 3260651. OLE color: 3260651.
HSL color Cylindrical-coordinate representation of color #EBC031: hue angle of 46.13º 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 #EBC031 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 49 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.08 |
| HSL | 46.13º | 0.82% | 0.56% | - |
| HSV(B) | 46.13º | 0.79% | 0.92% | - |
| XYZ | 53.66 | 55.58 | 10.81 | - |
| YUV | 188.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 49 | 0 | 0.18 | 0.79 | 0.08 | 46.13 | 0.82 | 0.56 |
| Hex | EB | C0 | 31 | 0 | 12 | 4F | 8 | 2E | 52 | 38 |
| Octal | 353 | 300 | 61 | 0 | 22 | 117 | 10 | 56 | 122 | 70 |
| Binary | 11101011 | 11000000 | 110001 | 0 | 10010 | 1001111 | 1000 | 101110 | 1010010 | 111000 |
Color Harmonies of #EBC031
Complementary color
Monochromatic Colors of #EBC031
Black with #EBC031
Text Example
Text Example
White with #EBC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC031; }
p { color: rgb(235,192,49); }
H1.HeaderClassName
{
color: #EBC031;
}
.AnyTagClassName
{
color: #EBC031;
}
</style>
background-color css
<style>
a { background-color: #EBC031; }
a { background-color: rgb(235,192,49); }
div.DivClassName
{
background-color: #EBC031;
}
.BgClassName
{
background-color: #EBC031;
}
</style>
border-color css
<style>
span { border-color: #EBC031; }
span { border-color: rgb(235,192,49); }
td.TdClassName
{
border-color: #EBC031;
}
.TagClassName
{
border-color: #EBC031;
}
</style>