Shades of Bright Sun #EBB532
Tints of Bright Sun #EBB532
RGB
CMYK
RGB Variations
Color information
#EBB532 (or 0xEBB532) is known color: Bright Sun. HEX triplet: EB, B5 and 32. RGB value is (235,181,50). Sum of RGB (Red+Green+Blue) = 235+181+50=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB532 is #144ACD. Grayscale: #B6B6B6. Windows color (decimal): -1329870 or 3323371. OLE color: 3323371.
HSL color Cylindrical-coordinate representation of color #EBB532: hue angle of 42.49º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBB532 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 50 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.08 |
| HSL | 42.49º | 0.82% | 0.56% | - |
| HSV(B) | 42.49º | 0.79% | 0.92% | - |
| XYZ | 51.36 | 50.94 | 10.14 | - |
| YUV | 182.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 50 | 0 | 0.23 | 0.79 | 0.08 | 42.49 | 0.82 | 0.56 |
| Hex | EB | B5 | 32 | 0 | 17 | 4F | 8 | 2A | 52 | 38 |
| Octal | 353 | 265 | 62 | 0 | 27 | 117 | 10 | 52 | 122 | 70 |
| Binary | 11101011 | 10110101 | 110010 | 0 | 10111 | 1001111 | 1000 | 101010 | 1010010 | 111000 |
Color Harmonies of #EBB532
Complementary color
Monochromatic Colors of #EBB532
Black with #EBB532
Text Example
Text Example
White with #EBB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB532; }
p { color: rgb(235,181,50); }
H1.HeaderClassName
{
color: #EBB532;
}
.AnyTagClassName
{
color: #EBB532;
}
</style>
background-color css
<style>
a { background-color: #EBB532; }
a { background-color: rgb(235,181,50); }
div.DivClassName
{
background-color: #EBB532;
}
.BgClassName
{
background-color: #EBB532;
}
</style>
border-color css
<style>
span { border-color: #EBB532; }
span { border-color: rgb(235,181,50); }
td.TdClassName
{
border-color: #EBB532;
}
.TagClassName
{
border-color: #EBB532;
}
</style>