Shades of Bright Sun #EBC32B
Tints of Bright Sun #EBC32B
RGB
CMYK
RGB Variations
Color information
#EBC32B (or 0xEBC32B) is known color: Bright Sun. HEX triplet: EB, C3 and 2B. RGB value is (235,195,43). Sum of RGB (Red+Green+Blue) = 235+195+43=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC32B is #143CD4. Grayscale: #BEBEBE. Windows color (decimal): -1326293 or 2868203. OLE color: 2868203.
HSL color Cylindrical-coordinate representation of color #EBC32B: hue angle of 47.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBC32B is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 43 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.08 |
| HSL | 47.5º | 0.83% | 0.55% | - |
| HSV(B) | 47.5º | 0.82% | 0.92% | - |
| XYZ | 54.21 | 56.87 | 10.4 | - |
| YUV | 189.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 43 | 0 | 0.17 | 0.82 | 0.08 | 47.5 | 0.83 | 0.55 |
| Hex | EB | C3 | 2B | 0 | 11 | 52 | 8 | 30 | 53 | 37 |
| Octal | 353 | 303 | 53 | 0 | 21 | 122 | 10 | 60 | 123 | 67 |
| Binary | 11101011 | 11000011 | 101011 | 0 | 10001 | 1010010 | 1000 | 110000 | 1010011 | 110111 |
Color Harmonies of #EBC32B
Complementary color
Monochromatic Colors of #EBC32B
Black with #EBC32B
Text Example
Text Example
White with #EBC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC32B; }
p { color: rgb(235,195,43); }
H1.HeaderClassName
{
color: #EBC32B;
}
.AnyTagClassName
{
color: #EBC32B;
}
</style>
background-color css
<style>
a { background-color: #EBC32B; }
a { background-color: rgb(235,195,43); }
div.DivClassName
{
background-color: #EBC32B;
}
.BgClassName
{
background-color: #EBC32B;
}
</style>
border-color css
<style>
span { border-color: #EBC32B; }
span { border-color: rgb(235,195,43); }
td.TdClassName
{
border-color: #EBC32B;
}
.TagClassName
{
border-color: #EBC32B;
}
</style>