Shades of Bright Sun #EBC431
Tints of Bright Sun #EBC431
RGB
CMYK
RGB Variations
Color information
#EBC431 (or 0xEBC431) is known color: Bright Sun. HEX triplet: EB, C4 and 31. RGB value is (235,196,49). Sum of RGB (Red+Green+Blue) = 235+196+49=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC431 is #143BCE. Grayscale: #BFBFBF. Windows color (decimal): -1326031 or 3261675. OLE color: 3261675.
HSL color Cylindrical-coordinate representation of color #EBC431: hue angle of 47.42º 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 #EBC431 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 49 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.08 |
| HSL | 47.42º | 0.82% | 0.56% | - |
| HSV(B) | 47.42º | 0.79% | 0.92% | - |
| XYZ | 54.56 | 57.36 | 11.1 | - |
| YUV | 190.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 49 | 0 | 0.17 | 0.79 | 0.08 | 47.42 | 0.82 | 0.56 |
| Hex | EB | C4 | 31 | 0 | 11 | 4F | 8 | 2F | 52 | 38 |
| Octal | 353 | 304 | 61 | 0 | 21 | 117 | 10 | 57 | 122 | 70 |
| Binary | 11101011 | 11000100 | 110001 | 0 | 10001 | 1001111 | 1000 | 101111 | 1010010 | 111000 |
Color Harmonies of #EBC431
Complementary color
Monochromatic Colors of #EBC431
Black with #EBC431
Text Example
Text Example
White with #EBC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC431; }
p { color: rgb(235,196,49); }
H1.HeaderClassName
{
color: #EBC431;
}
.AnyTagClassName
{
color: #EBC431;
}
</style>
background-color css
<style>
a { background-color: #EBC431; }
a { background-color: rgb(235,196,49); }
div.DivClassName
{
background-color: #EBC431;
}
.BgClassName
{
background-color: #EBC431;
}
</style>
border-color css
<style>
span { border-color: #EBC431; }
span { border-color: rgb(235,196,49); }
td.TdClassName
{
border-color: #EBC431;
}
.TagClassName
{
border-color: #EBC431;
}
</style>