Shades of Bright Sun #EBC02A
Tints of Bright Sun #EBC02A
RGB
CMYK
RGB Variations
Color information
#EBC02A (or 0xEBC02A) is known color: Bright Sun. HEX triplet: EB, C0 and 2A. RGB value is (235,192,42). Sum of RGB (Red+Green+Blue) = 235+192+42=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC02A is #143FD5. Grayscale: #BCBCBC. Windows color (decimal): -1327062 or 2801899. OLE color: 2801899.
HSL color Cylindrical-coordinate representation of color #EBC02A: hue angle of 46.63º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBC02A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 42 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.08 |
| HSL | 46.63º | 0.83% | 0.54% | - |
| HSV(B) | 46.63º | 0.82% | 0.92% | - |
| XYZ | 53.53 | 55.53 | 10.09 | - |
| YUV | 187.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 42 | 0 | 0.18 | 0.82 | 0.08 | 46.63 | 0.83 | 0.54 |
| Hex | EB | C0 | 2A | 0 | 12 | 52 | 8 | 2F | 53 | 36 |
| Octal | 353 | 300 | 52 | 0 | 22 | 122 | 10 | 57 | 123 | 66 |
| Binary | 11101011 | 11000000 | 101010 | 0 | 10010 | 1010010 | 1000 | 101111 | 1010011 | 110110 |
Color Harmonies of #EBC02A
Complementary color
Monochromatic Colors of #EBC02A
Black with #EBC02A
Text Example
Text Example
White with #EBC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC02A; }
p { color: rgb(235,192,42); }
H1.HeaderClassName
{
color: #EBC02A;
}
.AnyTagClassName
{
color: #EBC02A;
}
</style>
background-color css
<style>
a { background-color: #EBC02A; }
a { background-color: rgb(235,192,42); }
div.DivClassName
{
background-color: #EBC02A;
}
.BgClassName
{
background-color: #EBC02A;
}
</style>
border-color css
<style>
span { border-color: #EBC02A; }
span { border-color: rgb(235,192,42); }
td.TdClassName
{
border-color: #EBC02A;
}
.TagClassName
{
border-color: #EBC02A;
}
</style>