Shades of Bright Sun #EDBC2C
Tints of Bright Sun #EDBC2C
RGB
CMYK
RGB Variations
Color information
#EDBC2C (or 0xEDBC2C) is known color: Bright Sun. HEX triplet: ED, BC and 2C. RGB value is (237,188,44). Sum of RGB (Red+Green+Blue) = 237+188+44=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC2C is #1243D3. Grayscale: #BABABA. Windows color (decimal): -1197012 or 2931949. OLE color: 2931949.
HSL color Cylindrical-coordinate representation of color #EDBC2C: hue angle of 44.77º 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 #EDBC2C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 44 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.07 |
| HSL | 44.77º | 0.84% | 0.55% | - |
| HSV(B) | 44.77º | 0.81% | 0.93% | - |
| XYZ | 53.36 | 54.15 | 10.02 | - |
| YUV | 186.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 44 | 0 | 0.21 | 0.81 | 0.07 | 44.77 | 0.84 | 0.55 |
| Hex | ED | BC | 2C | 0 | 15 | 51 | 7 | 2D | 54 | 37 |
| Octal | 355 | 274 | 54 | 0 | 25 | 121 | 7 | 55 | 124 | 67 |
| Binary | 11101101 | 10111100 | 101100 | 0 | 10101 | 1010001 | 111 | 101101 | 1010100 | 110111 |
Color Harmonies of #EDBC2C
Complementary color
Monochromatic Colors of #EDBC2C
Black with #EDBC2C
Text Example
Text Example
White with #EDBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC2C; }
p { color: rgb(237,188,44); }
H1.HeaderClassName
{
color: #EDBC2C;
}
.AnyTagClassName
{
color: #EDBC2C;
}
</style>
background-color css
<style>
a { background-color: #EDBC2C; }
a { background-color: rgb(237,188,44); }
div.DivClassName
{
background-color: #EDBC2C;
}
.BgClassName
{
background-color: #EDBC2C;
}
</style>
border-color css
<style>
span { border-color: #EDBC2C; }
span { border-color: rgb(237,188,44); }
td.TdClassName
{
border-color: #EDBC2C;
}
.TagClassName
{
border-color: #EDBC2C;
}
</style>