Shades of Bright Sun #EDBC34
Tints of Bright Sun #EDBC34
RGB
CMYK
RGB Variations
Color information
#EDBC34 (or 0xEDBC34) is known color: Bright Sun. HEX triplet: ED, BC and 34. RGB value is (237,188,52). Sum of RGB (Red+Green+Blue) = 237+188+52=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC34 is #1243CB. Grayscale: #BBBBBB. Windows color (decimal): -1197004 or 3456237. OLE color: 3456237.
HSL color Cylindrical-coordinate representation of color #EDBC34: hue angle of 44.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDBC34 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 52 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.07 |
| HSL | 44.11º | 0.84% | 0.57% | - |
| HSV(B) | 44.11º | 0.78% | 0.93% | - |
| XYZ | 53.53 | 54.22 | 10.89 | - |
| YUV | 187.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 52 | 0 | 0.21 | 0.78 | 0.07 | 44.11 | 0.84 | 0.57 |
| Hex | ED | BC | 34 | 0 | 15 | 4E | 7 | 2C | 54 | 39 |
| Octal | 355 | 274 | 64 | 0 | 25 | 116 | 7 | 54 | 124 | 71 |
| Binary | 11101101 | 10111100 | 110100 | 0 | 10101 | 1001110 | 111 | 101100 | 1010100 | 111001 |
Color Harmonies of #EDBC34
Complementary color
Monochromatic Colors of #EDBC34
Black with #EDBC34
Text Example
Text Example
White with #EDBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC34; }
p { color: rgb(237,188,52); }
H1.HeaderClassName
{
color: #EDBC34;
}
.AnyTagClassName
{
color: #EDBC34;
}
</style>
background-color css
<style>
a { background-color: #EDBC34; }
a { background-color: rgb(237,188,52); }
div.DivClassName
{
background-color: #EDBC34;
}
.BgClassName
{
background-color: #EDBC34;
}
</style>
border-color css
<style>
span { border-color: #EDBC34; }
span { border-color: rgb(237,188,52); }
td.TdClassName
{
border-color: #EDBC34;
}
.TagClassName
{
border-color: #EDBC34;
}
</style>