Shades of Bright Sun #EDBC2A
Tints of Bright Sun #EDBC2A
RGB
CMYK
RGB Variations
Color information
#EDBC2A (or 0xEDBC2A) is known color: Bright Sun. HEX triplet: ED, BC and 2A. RGB value is (237,188,42). Sum of RGB (Red+Green+Blue) = 237+188+42=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC2A is #1243D5. Grayscale: #BABABA. Windows color (decimal): -1197014 or 2800877. OLE color: 2800877.
HSL color Cylindrical-coordinate representation of color #EDBC2A: hue angle of 44.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDBC2A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 42 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.07 |
| HSL | 44.92º | 0.84% | 0.55% | - |
| HSV(B) | 44.92º | 0.82% | 0.93% | - |
| XYZ | 53.33 | 54.14 | 9.83 | - |
| YUV | 186.01 | 46.73 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 42 | 0 | 0.21 | 0.82 | 0.07 | 44.92 | 0.84 | 0.55 |
| Hex | ED | BC | 2A | 0 | 15 | 52 | 7 | 2D | 54 | 37 |
| Octal | 355 | 274 | 52 | 0 | 25 | 122 | 7 | 55 | 124 | 67 |
| Binary | 11101101 | 10111100 | 101010 | 0 | 10101 | 1010010 | 111 | 101101 | 1010100 | 110111 |
Color Harmonies of #EDBC2A
Complementary color
Monochromatic Colors of #EDBC2A
Black with #EDBC2A
Text Example
Text Example
White with #EDBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC2A; }
p { color: rgb(237,188,42); }
H1.HeaderClassName
{
color: #EDBC2A;
}
.AnyTagClassName
{
color: #EDBC2A;
}
</style>
background-color css
<style>
a { background-color: #EDBC2A; }
a { background-color: rgb(237,188,42); }
div.DivClassName
{
background-color: #EDBC2A;
}
.BgClassName
{
background-color: #EDBC2A;
}
</style>
border-color css
<style>
span { border-color: #EDBC2A; }
span { border-color: rgb(237,188,42); }
td.TdClassName
{
border-color: #EDBC2A;
}
.TagClassName
{
border-color: #EDBC2A;
}
</style>