Shades of Bright Sun #EBBD2C
Tints of Bright Sun #EBBD2C
RGB
CMYK
RGB Variations
Color information
#EBBD2C (or 0xEBBD2C) is known color: Bright Sun. HEX triplet: EB, BD and 2C. RGB value is (235,189,44). Sum of RGB (Red+Green+Blue) = 235+189+44=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD2C is #1442D3. Grayscale: #BABABA. Windows color (decimal): -1327828 or 2932203. OLE color: 2932203.
HSL color Cylindrical-coordinate representation of color #EBBD2C: hue angle of 45.55º 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 #EBBD2C is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 44 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.08 |
| HSL | 45.55º | 0.83% | 0.55% | - |
| HSV(B) | 45.55º | 0.81% | 0.92% | - |
| XYZ | 52.91 | 54.24 | 10.06 | - |
| YUV | 186.22 | 47.74 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 44 | 0 | 0.20 | 0.81 | 0.08 | 45.55 | 0.83 | 0.55 |
| Hex | EB | BD | 2C | 0 | 14 | 51 | 8 | 2E | 53 | 37 |
| Octal | 353 | 275 | 54 | 0 | 24 | 121 | 10 | 56 | 123 | 67 |
| Binary | 11101011 | 10111101 | 101100 | 0 | 10100 | 1010001 | 1000 | 101110 | 1010011 | 110111 |
Color Harmonies of #EBBD2C
Complementary color
Monochromatic Colors of #EBBD2C
Black with #EBBD2C
Text Example
Text Example
White with #EBBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBD2C; }
p { color: rgb(235,189,44); }
H1.HeaderClassName
{
color: #EBBD2C;
}
.AnyTagClassName
{
color: #EBBD2C;
}
</style>
background-color css
<style>
a { background-color: #EBBD2C; }
a { background-color: rgb(235,189,44); }
div.DivClassName
{
background-color: #EBBD2C;
}
.BgClassName
{
background-color: #EBBD2C;
}
</style>
border-color css
<style>
span { border-color: #EBBD2C; }
span { border-color: rgb(235,189,44); }
td.TdClassName
{
border-color: #EBBD2C;
}
.TagClassName
{
border-color: #EBBD2C;
}
</style>