Shades of Bright Sun #EBC32C
Tints of Bright Sun #EBC32C
RGB
CMYK
RGB Variations
Color information
#EBC32C (or 0xEBC32C) is known color: Bright Sun. HEX triplet: EB, C3 and 2C. RGB value is (235,195,44). Sum of RGB (Red+Green+Blue) = 235+195+44=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC32C is #143CD3. Grayscale: #BEBEBE. Windows color (decimal): -1326292 or 2933739. OLE color: 2933739.
HSL color Cylindrical-coordinate representation of color #EBC32C: hue angle of 47.43º 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 #EBC32C is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 44 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.08 |
| HSL | 47.43º | 0.83% | 0.55% | - |
| HSV(B) | 47.43º | 0.81% | 0.92% | - |
| XYZ | 54.23 | 56.87 | 10.5 | - |
| YUV | 189.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 44 | 0 | 0.17 | 0.81 | 0.08 | 47.43 | 0.83 | 0.55 |
| Hex | EB | C3 | 2C | 0 | 11 | 51 | 8 | 2F | 53 | 37 |
| Octal | 353 | 303 | 54 | 0 | 21 | 121 | 10 | 57 | 123 | 67 |
| Binary | 11101011 | 11000011 | 101100 | 0 | 10001 | 1010001 | 1000 | 101111 | 1010011 | 110111 |
Color Harmonies of #EBC32C
Complementary color
Monochromatic Colors of #EBC32C
Black with #EBC32C
Text Example
Text Example
White with #EBC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC32C; }
p { color: rgb(235,195,44); }
H1.HeaderClassName
{
color: #EBC32C;
}
.AnyTagClassName
{
color: #EBC32C;
}
</style>
background-color css
<style>
a { background-color: #EBC32C; }
a { background-color: rgb(235,195,44); }
div.DivClassName
{
background-color: #EBC32C;
}
.BgClassName
{
background-color: #EBC32C;
}
</style>
border-color css
<style>
span { border-color: #EBC32C; }
span { border-color: rgb(235,195,44); }
td.TdClassName
{
border-color: #EBC32C;
}
.TagClassName
{
border-color: #EBC32C;
}
</style>