Shades of Bright Sun #EBBD3E
Tints of Bright Sun #EBBD3E
RGB
CMYK
RGB Variations
Color information
#EBBD3E (or 0xEBBD3E) is known color: Bright Sun. HEX triplet: EB, BD and 3E. RGB value is (235,189,62). Sum of RGB (Red+Green+Blue) = 235+189+62=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD3E is #1442C1. Grayscale: #BCBCBC. Windows color (decimal): -1327810 or 4111851. OLE color: 4111851.
HSL color Cylindrical-coordinate representation of color #EBBD3E: hue angle of 44.05º 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 #EBBD3E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 62 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.08 |
| HSL | 44.05º | 0.81% | 0.58% | - |
| HSV(B) | 44.05º | 0.74% | 0.92% | - |
| XYZ | 53.33 | 54.41 | 12.25 | - |
| YUV | 188.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 62 | 0 | 0.20 | 0.74 | 0.08 | 44.05 | 0.81 | 0.58 |
| Hex | EB | BD | 3E | 0 | 14 | 4A | 8 | 2C | 51 | 3A |
| Octal | 353 | 275 | 76 | 0 | 24 | 112 | 10 | 54 | 121 | 72 |
| Binary | 11101011 | 10111101 | 111110 | 0 | 10100 | 1001010 | 1000 | 101100 | 1010001 | 111010 |
Color Harmonies of #EBBD3E
Complementary color
Monochromatic Colors of #EBBD3E
Black with #EBBD3E
Text Example
Text Example
White with #EBBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBD3E; }
p { color: rgb(235,189,62); }
H1.HeaderClassName
{
color: #EBBD3E;
}
.AnyTagClassName
{
color: #EBBD3E;
}
</style>
background-color css
<style>
a { background-color: #EBBD3E; }
a { background-color: rgb(235,189,62); }
div.DivClassName
{
background-color: #EBBD3E;
}
.BgClassName
{
background-color: #EBBD3E;
}
</style>
border-color css
<style>
span { border-color: #EBBD3E; }
span { border-color: rgb(235,189,62); }
td.TdClassName
{
border-color: #EBBD3E;
}
.TagClassName
{
border-color: #EBBD3E;
}
</style>