Shades of Bright Sun #EBC42D
Tints of Bright Sun #EBC42D
RGB
CMYK
RGB Variations
Color information
#EBC42D (or 0xEBC42D) is known color: Bright Sun. HEX triplet: EB, C4 and 2D. RGB value is (235,196,45). Sum of RGB (Red+Green+Blue) = 235+196+45=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC42D is #143BD2. Grayscale: #BFBFBF. Windows color (decimal): -1326035 or 2999531. OLE color: 2999531.
HSL color Cylindrical-coordinate representation of color #EBC42D: hue angle of 47.68º 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 #EBC42D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 45 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.08 |
| HSL | 47.68º | 0.83% | 0.55% | - |
| HSV(B) | 47.68º | 0.81% | 0.92% | - |
| XYZ | 54.47 | 57.33 | 10.68 | - |
| YUV | 190.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 45 | 0 | 0.17 | 0.81 | 0.08 | 47.68 | 0.83 | 0.55 |
| Hex | EB | C4 | 2D | 0 | 11 | 51 | 8 | 30 | 53 | 37 |
| Octal | 353 | 304 | 55 | 0 | 21 | 121 | 10 | 60 | 123 | 67 |
| Binary | 11101011 | 11000100 | 101101 | 0 | 10001 | 1010001 | 1000 | 110000 | 1010011 | 110111 |
Color Harmonies of #EBC42D
Complementary color
Monochromatic Colors of #EBC42D
Black with #EBC42D
Text Example
Text Example
White with #EBC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC42D; }
p { color: rgb(235,196,45); }
H1.HeaderClassName
{
color: #EBC42D;
}
.AnyTagClassName
{
color: #EBC42D;
}
</style>
background-color css
<style>
a { background-color: #EBC42D; }
a { background-color: rgb(235,196,45); }
div.DivClassName
{
background-color: #EBC42D;
}
.BgClassName
{
background-color: #EBC42D;
}
</style>
border-color css
<style>
span { border-color: #EBC42D; }
span { border-color: rgb(235,196,45); }
td.TdClassName
{
border-color: #EBC42D;
}
.TagClassName
{
border-color: #EBC42D;
}
</style>