Shades of Bright Sun #EDBC29
Tints of Bright Sun #EDBC29
RGB
CMYK
RGB Variations
Color information
#EDBC29 (or 0xEDBC29) is known color: Bright Sun. HEX triplet: ED, BC and 29. RGB value is (237,188,41). Sum of RGB (Red+Green+Blue) = 237+188+41=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC29 is #1243D6. Grayscale: #BABABA. Windows color (decimal): -1197015 or 2735341. OLE color: 2735341.
HSL color Cylindrical-coordinate representation of color #EDBC29: hue angle of 45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDBC29 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 41 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.07 |
| HSL | 45º | 0.84% | 0.55% | - |
| HSV(B) | 45º | 0.83% | 0.93% | - |
| XYZ | 53.31 | 54.13 | 9.74 | - |
| YUV | 185.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 41 | 0 | 0.21 | 0.83 | 0.07 | 45 | 0.84 | 0.55 |
| Hex | ED | BC | 29 | 0 | 15 | 53 | 7 | 2D | 54 | 37 |
| Octal | 355 | 274 | 51 | 0 | 25 | 123 | 7 | 55 | 124 | 67 |
| Binary | 11101101 | 10111100 | 101001 | 0 | 10101 | 1010011 | 111 | 101101 | 1010100 | 110111 |
Color Harmonies of #EDBC29
Complementary color
Monochromatic Colors of #EDBC29
Black with #EDBC29
Text Example
Text Example
White with #EDBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC29; }
p { color: rgb(237,188,41); }
H1.HeaderClassName
{
color: #EDBC29;
}
.AnyTagClassName
{
color: #EDBC29;
}
</style>
background-color css
<style>
a { background-color: #EDBC29; }
a { background-color: rgb(237,188,41); }
div.DivClassName
{
background-color: #EDBC29;
}
.BgClassName
{
background-color: #EDBC29;
}
</style>
border-color css
<style>
span { border-color: #EDBC29; }
span { border-color: rgb(237,188,41); }
td.TdClassName
{
border-color: #EDBC29;
}
.TagClassName
{
border-color: #EDBC29;
}
</style>