Shades of Bright Sun #EBC32E
Tints of Bright Sun #EBC32E
RGB
CMYK
RGB Variations
Color information
#EBC32E (or 0xEBC32E) is known color: Bright Sun. HEX triplet: EB, C3 and 2E. RGB value is (235,195,46). Sum of RGB (Red+Green+Blue) = 235+195+46=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC32E is #143CD1. Grayscale: #BEBEBE. Windows color (decimal): -1326290 or 3064811. OLE color: 3064811.
HSL color Cylindrical-coordinate representation of color #EBC32E: hue angle of 47.3º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBC32E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 46 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.08 |
| HSL | 47.3º | 0.83% | 0.55% | - |
| HSV(B) | 47.3º | 0.8% | 0.92% | - |
| XYZ | 54.27 | 56.89 | 10.71 | - |
| YUV | 189.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 46 | 0 | 0.17 | 0.80 | 0.08 | 47.3 | 0.83 | 0.55 |
| Hex | EB | C3 | 2E | 0 | 11 | 50 | 8 | 2F | 53 | 37 |
| Octal | 353 | 303 | 56 | 0 | 21 | 120 | 10 | 57 | 123 | 67 |
| Binary | 11101011 | 11000011 | 101110 | 0 | 10001 | 1010000 | 1000 | 101111 | 1010011 | 110111 |
Color Harmonies of #EBC32E
Complementary color
Monochromatic Colors of #EBC32E
Black with #EBC32E
Text Example
Text Example
White with #EBC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC32E; }
p { color: rgb(235,195,46); }
H1.HeaderClassName
{
color: #EBC32E;
}
.AnyTagClassName
{
color: #EBC32E;
}
</style>
background-color css
<style>
a { background-color: #EBC32E; }
a { background-color: rgb(235,195,46); }
div.DivClassName
{
background-color: #EBC32E;
}
.BgClassName
{
background-color: #EBC32E;
}
</style>
border-color css
<style>
span { border-color: #EBC32E; }
span { border-color: rgb(235,195,46); }
td.TdClassName
{
border-color: #EBC32E;
}
.TagClassName
{
border-color: #EBC32E;
}
</style>