Shades of Bright Sun #EDBF2D
Tints of Bright Sun #EDBF2D
RGB
CMYK
RGB Variations
Color information
#EDBF2D (or 0xEDBF2D) is known color: Bright Sun. HEX triplet: ED, BF and 2D. RGB value is (237,191,45). Sum of RGB (Red+Green+Blue) = 237+191+45=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF2D is #1240D2. Grayscale: #BCBCBC. Windows color (decimal): -1196243 or 2998253. OLE color: 2998253.
HSL color Cylindrical-coordinate representation of color #EDBF2D: hue angle of 45.62º 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 #EDBF2D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 45 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.07 |
| HSL | 45.63º | 0.84% | 0.55% | - |
| HSV(B) | 45.63º | 0.81% | 0.93% | - |
| XYZ | 54.03 | 55.46 | 10.34 | - |
| YUV | 188.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 45 | 0 | 0.19 | 0.81 | 0.07 | 45.63 | 0.84 | 0.55 |
| Hex | ED | BF | 2D | 0 | 13 | 51 | 7 | 2E | 54 | 37 |
| Octal | 355 | 277 | 55 | 0 | 23 | 121 | 7 | 56 | 124 | 67 |
| Binary | 11101101 | 10111111 | 101101 | 0 | 10011 | 1010001 | 111 | 101110 | 1010100 | 110111 |
Color Harmonies of #EDBF2D
Complementary color
Monochromatic Colors of #EDBF2D
Black with #EDBF2D
Text Example
Text Example
White with #EDBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF2D; }
p { color: rgb(237,191,45); }
H1.HeaderClassName
{
color: #EDBF2D;
}
.AnyTagClassName
{
color: #EDBF2D;
}
</style>
background-color css
<style>
a { background-color: #EDBF2D; }
a { background-color: rgb(237,191,45); }
div.DivClassName
{
background-color: #EDBF2D;
}
.BgClassName
{
background-color: #EDBF2D;
}
</style>
border-color css
<style>
span { border-color: #EDBF2D; }
span { border-color: rgb(237,191,45); }
td.TdClassName
{
border-color: #EDBF2D;
}
.TagClassName
{
border-color: #EDBF2D;
}
</style>