Shades of Bright Sun #EDBC32
Tints of Bright Sun #EDBC32
RGB
CMYK
RGB Variations
Color information
#EDBC32 (or 0xEDBC32) is known color: Bright Sun. HEX triplet: ED, BC and 32. RGB value is (237,188,50). Sum of RGB (Red+Green+Blue) = 237+188+50=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC32 is #1243CD. Grayscale: #BBBBBB. Windows color (decimal): -1197006 or 3325165. OLE color: 3325165.
HSL color Cylindrical-coordinate representation of color #EDBC32: hue angle of 44.28º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDBC32 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 50 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.07 |
| HSL | 44.28º | 0.84% | 0.56% | - |
| HSV(B) | 44.28º | 0.79% | 0.93% | - |
| XYZ | 53.48 | 54.2 | 10.66 | - |
| YUV | 186.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 50 | 0 | 0.21 | 0.79 | 0.07 | 44.28 | 0.84 | 0.56 |
| Hex | ED | BC | 32 | 0 | 15 | 4F | 7 | 2C | 54 | 38 |
| Octal | 355 | 274 | 62 | 0 | 25 | 117 | 7 | 54 | 124 | 70 |
| Binary | 11101101 | 10111100 | 110010 | 0 | 10101 | 1001111 | 111 | 101100 | 1010100 | 111000 |
Color Harmonies of #EDBC32
Complementary color
Monochromatic Colors of #EDBC32
Black with #EDBC32
Text Example
Text Example
White with #EDBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC32; }
p { color: rgb(237,188,50); }
H1.HeaderClassName
{
color: #EDBC32;
}
.AnyTagClassName
{
color: #EDBC32;
}
</style>
background-color css
<style>
a { background-color: #EDBC32; }
a { background-color: rgb(237,188,50); }
div.DivClassName
{
background-color: #EDBC32;
}
.BgClassName
{
background-color: #EDBC32;
}
</style>
border-color css
<style>
span { border-color: #EDBC32; }
span { border-color: rgb(237,188,50); }
td.TdClassName
{
border-color: #EDBC32;
}
.TagClassName
{
border-color: #EDBC32;
}
</style>