Shades of Bright Sun #EDBC2D
Tints of Bright Sun #EDBC2D
RGB
CMYK
RGB Variations
Color information
#EDBC2D (or 0xEDBC2D) is known color: Bright Sun. HEX triplet: ED, BC and 2D. RGB value is (237,188,45). Sum of RGB (Red+Green+Blue) = 237+188+45=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC2D is #1243D2. Grayscale: #BABABA. Windows color (decimal): -1197011 or 2997485. OLE color: 2997485.
HSL color Cylindrical-coordinate representation of color #EDBC2D: hue angle of 44.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDBC2D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 45 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.07 |
| HSL | 44.69º | 0.84% | 0.55% | - |
| HSV(B) | 44.69º | 0.81% | 0.93% | - |
| XYZ | 53.38 | 54.16 | 10.12 | - |
| YUV | 186.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 45 | 0 | 0.21 | 0.81 | 0.07 | 44.69 | 0.84 | 0.55 |
| Hex | ED | BC | 2D | 0 | 15 | 51 | 7 | 2D | 54 | 37 |
| Octal | 355 | 274 | 55 | 0 | 25 | 121 | 7 | 55 | 124 | 67 |
| Binary | 11101101 | 10111100 | 101101 | 0 | 10101 | 1010001 | 111 | 101101 | 1010100 | 110111 |
Color Harmonies of #EDBC2D
Complementary color
Monochromatic Colors of #EDBC2D
Black with #EDBC2D
Text Example
Text Example
White with #EDBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC2D; }
p { color: rgb(237,188,45); }
H1.HeaderClassName
{
color: #EDBC2D;
}
.AnyTagClassName
{
color: #EDBC2D;
}
</style>
background-color css
<style>
a { background-color: #EDBC2D; }
a { background-color: rgb(237,188,45); }
div.DivClassName
{
background-color: #EDBC2D;
}
.BgClassName
{
background-color: #EDBC2D;
}
</style>
border-color css
<style>
span { border-color: #EDBC2D; }
span { border-color: rgb(237,188,45); }
td.TdClassName
{
border-color: #EDBC2D;
}
.TagClassName
{
border-color: #EDBC2D;
}
</style>