Shades of Bright Sun #EDBF2C
Tints of Bright Sun #EDBF2C
RGB
CMYK
RGB Variations
Color information
#EDBF2C (or 0xEDBF2C) is known color: Bright Sun. HEX triplet: ED, BF and 2C. RGB value is (237,191,44). Sum of RGB (Red+Green+Blue) = 237+191+44=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF2C is #1240D3. Grayscale: #BCBCBC. Windows color (decimal): -1196244 or 2932717. OLE color: 2932717.
HSL color Cylindrical-coordinate representation of color #EDBF2C: hue angle of 45.7º 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 #EDBF2C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 44 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.07 |
| HSL | 45.7º | 0.84% | 0.55% | - |
| HSV(B) | 45.7º | 0.81% | 0.93% | - |
| XYZ | 54.01 | 55.45 | 10.24 | - |
| YUV | 188 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 44 | 0 | 0.19 | 0.81 | 0.07 | 45.7 | 0.84 | 0.55 |
| Hex | ED | BF | 2C | 0 | 13 | 51 | 7 | 2E | 54 | 37 |
| Octal | 355 | 277 | 54 | 0 | 23 | 121 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 10111111 | 101100 | 0 | 10011 | 1010001 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDBF2C
Complementary color
Monochromatic Colors of #EDBF2C
Black with #EDBF2C
Text Example
Text Example
White with #EDBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF2C; }
p { color: rgb(237,191,44); }
H1.HeaderClassName
{
color: #EDBF2C;
}
.AnyTagClassName
{
color: #EDBF2C;
}
</style>
background-color css
<style>
a { background-color: #EDBF2C; }
a { background-color: rgb(237,191,44); }
div.DivClassName
{
background-color: #EDBF2C;
}
.BgClassName
{
background-color: #EDBF2C;
}
</style>
border-color css
<style>
span { border-color: #EDBF2C; }
span { border-color: rgb(237,191,44); }
td.TdClassName
{
border-color: #EDBF2C;
}
.TagClassName
{
border-color: #EDBF2C;
}
</style>