Shades of Bright Sun #EBC22D
Tints of Bright Sun #EBC22D
RGB
CMYK
RGB Variations
Color information
#EBC22D (or 0xEBC22D) is known color: Bright Sun. HEX triplet: EB, C2 and 2D. RGB value is (235,194,45). Sum of RGB (Red+Green+Blue) = 235+194+45=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC22D is #143DD2. Grayscale: #BDBDBD. Windows color (decimal): -1326547 or 2999019. OLE color: 2999019.
HSL color Cylindrical-coordinate representation of color #EBC22D: hue angle of 47.05º 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 #EBC22D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 45 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.08 |
| HSL | 47.05º | 0.83% | 0.55% | - |
| HSV(B) | 47.05º | 0.81% | 0.92% | - |
| XYZ | 54.03 | 56.44 | 10.53 | - |
| YUV | 189.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 45 | 0 | 0.17 | 0.81 | 0.08 | 47.05 | 0.83 | 0.55 |
| Hex | EB | C2 | 2D | 0 | 11 | 51 | 8 | 2F | 53 | 37 |
| Octal | 353 | 302 | 55 | 0 | 21 | 121 | 10 | 57 | 123 | 67 |
| Binary | 11101011 | 11000010 | 101101 | 0 | 10001 | 1010001 | 1000 | 101111 | 1010011 | 110111 |
Color Harmonies of #EBC22D
Complementary color
Monochromatic Colors of #EBC22D
Black with #EBC22D
Text Example
Text Example
White with #EBC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC22D; }
p { color: rgb(235,194,45); }
H1.HeaderClassName
{
color: #EBC22D;
}
.AnyTagClassName
{
color: #EBC22D;
}
</style>
background-color css
<style>
a { background-color: #EBC22D; }
a { background-color: rgb(235,194,45); }
div.DivClassName
{
background-color: #EBC22D;
}
.BgClassName
{
background-color: #EBC22D;
}
</style>
border-color css
<style>
span { border-color: #EBC22D; }
span { border-color: rgb(235,194,45); }
td.TdClassName
{
border-color: #EBC22D;
}
.TagClassName
{
border-color: #EBC22D;
}
</style>