Shades of Bright Sun #EBC22A
Tints of Bright Sun #EBC22A
RGB
CMYK
RGB Variations
Color information
#EBC22A (or 0xEBC22A) is known color: Bright Sun. HEX triplet: EB, C2 and 2A. RGB value is (235,194,42). Sum of RGB (Red+Green+Blue) = 235+194+42=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC22A is #143DD5. Grayscale: #BDBDBD. Windows color (decimal): -1326550 or 2802411. OLE color: 2802411.
HSL color Cylindrical-coordinate representation of color #EBC22A: hue angle of 47.25º 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 #EBC22A is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 42 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.08 |
| HSL | 47.25º | 0.83% | 0.54% | - |
| HSV(B) | 47.25º | 0.82% | 0.92% | - |
| XYZ | 53.97 | 56.41 | 10.23 | - |
| YUV | 188.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 42 | 0 | 0.17 | 0.82 | 0.08 | 47.25 | 0.83 | 0.54 |
| Hex | EB | C2 | 2A | 0 | 11 | 52 | 8 | 2F | 53 | 36 |
| Octal | 353 | 302 | 52 | 0 | 21 | 122 | 10 | 57 | 123 | 66 |
| Binary | 11101011 | 11000010 | 101010 | 0 | 10001 | 1010010 | 1000 | 101111 | 1010011 | 110110 |
Color Harmonies of #EBC22A
Complementary color
Monochromatic Colors of #EBC22A
Black with #EBC22A
Text Example
Text Example
White with #EBC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC22A; }
p { color: rgb(235,194,42); }
H1.HeaderClassName
{
color: #EBC22A;
}
.AnyTagClassName
{
color: #EBC22A;
}
</style>
background-color css
<style>
a { background-color: #EBC22A; }
a { background-color: rgb(235,194,42); }
div.DivClassName
{
background-color: #EBC22A;
}
.BgClassName
{
background-color: #EBC22A;
}
</style>
border-color css
<style>
span { border-color: #EBC22A; }
span { border-color: rgb(235,194,42); }
td.TdClassName
{
border-color: #EBC22A;
}
.TagClassName
{
border-color: #EBC22A;
}
</style>