Shades of Bright Sun #EBC02C
Tints of Bright Sun #EBC02C
RGB
CMYK
RGB Variations
Color information
#EBC02C (or 0xEBC02C) is known color: Bright Sun. HEX triplet: EB, C0 and 2C. RGB value is (235,192,44). Sum of RGB (Red+Green+Blue) = 235+192+44=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC02C is #143FD3. Grayscale: #BCBCBC. Windows color (decimal): -1327060 or 2932971. OLE color: 2932971.
HSL color Cylindrical-coordinate representation of color #EBC02C: hue angle of 46.49º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBC02C is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 44 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.08 |
| HSL | 46.49º | 0.83% | 0.55% | - |
| HSV(B) | 46.49º | 0.81% | 0.92% | - |
| XYZ | 53.57 | 55.54 | 10.28 | - |
| YUV | 187.99 | 46.75 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 44 | 0 | 0.18 | 0.81 | 0.08 | 46.49 | 0.83 | 0.55 |
| Hex | EB | C0 | 2C | 0 | 12 | 51 | 8 | 2E | 53 | 37 |
| Octal | 353 | 300 | 54 | 0 | 22 | 121 | 10 | 56 | 123 | 67 |
| Binary | 11101011 | 11000000 | 101100 | 0 | 10010 | 1010001 | 1000 | 101110 | 1010011 | 110111 |
Color Harmonies of #EBC02C
Complementary color
Monochromatic Colors of #EBC02C
Black with #EBC02C
Text Example
Text Example
White with #EBC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC02C; }
p { color: rgb(235,192,44); }
H1.HeaderClassName
{
color: #EBC02C;
}
.AnyTagClassName
{
color: #EBC02C;
}
</style>
background-color css
<style>
a { background-color: #EBC02C; }
a { background-color: rgb(235,192,44); }
div.DivClassName
{
background-color: #EBC02C;
}
.BgClassName
{
background-color: #EBC02C;
}
</style>
border-color css
<style>
span { border-color: #EBC02C; }
span { border-color: rgb(235,192,44); }
td.TdClassName
{
border-color: #EBC02C;
}
.TagClassName
{
border-color: #EBC02C;
}
</style>