Shades of Bright Sun #EBBE3C
Tints of Bright Sun #EBBE3C
RGB
CMYK
RGB Variations
Color information
#EBBE3C (or 0xEBBE3C) is known color: Bright Sun. HEX triplet: EB, BE and 3C. RGB value is (235,190,60). Sum of RGB (Red+Green+Blue) = 235+190+60=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE3C is #1441C3. Grayscale: #BDBDBD. Windows color (decimal): -1327556 or 3981035. OLE color: 3981035.
HSL color Cylindrical-coordinate representation of color #EBBE3C: hue angle of 44.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBBE3C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 60 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.08 |
| HSL | 44.57º | 0.81% | 0.58% | - |
| HSV(B) | 44.57º | 0.74% | 0.92% | - |
| XYZ | 53.49 | 54.82 | 12.04 | - |
| YUV | 188.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 60 | 0 | 0.19 | 0.74 | 0.08 | 44.57 | 0.81 | 0.58 |
| Hex | EB | BE | 3C | 0 | 13 | 4A | 8 | 2D | 51 | 3A |
| Octal | 353 | 276 | 74 | 0 | 23 | 112 | 10 | 55 | 121 | 72 |
| Binary | 11101011 | 10111110 | 111100 | 0 | 10011 | 1001010 | 1000 | 101101 | 1010001 | 111010 |
Color Harmonies of #EBBE3C
Complementary color
Monochromatic Colors of #EBBE3C
Black with #EBBE3C
Text Example
Text Example
White with #EBBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE3C; }
p { color: rgb(235,190,60); }
H1.HeaderClassName
{
color: #EBBE3C;
}
.AnyTagClassName
{
color: #EBBE3C;
}
</style>
background-color css
<style>
a { background-color: #EBBE3C; }
a { background-color: rgb(235,190,60); }
div.DivClassName
{
background-color: #EBBE3C;
}
.BgClassName
{
background-color: #EBBE3C;
}
</style>
border-color css
<style>
span { border-color: #EBBE3C; }
span { border-color: rgb(235,190,60); }
td.TdClassName
{
border-color: #EBBE3C;
}
.TagClassName
{
border-color: #EBBE3C;
}
</style>