Shades of Bright Sun #EDBE2D
Tints of Bright Sun #EDBE2D
RGB
CMYK
RGB Variations
Color information
#EDBE2D (or 0xEDBE2D) is known color: Bright Sun. HEX triplet: ED, BE and 2D. RGB value is (237,190,45). Sum of RGB (Red+Green+Blue) = 237+190+45=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE2D is #1241D2. Grayscale: #BCBCBC. Windows color (decimal): -1196499 or 2997997. OLE color: 2997997.
HSL color Cylindrical-coordinate representation of color #EDBE2D: hue angle of 45.31º 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 #EDBE2D is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 45 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.07 |
| HSL | 45.31º | 0.84% | 0.55% | - |
| HSV(B) | 45.31º | 0.81% | 0.93% | - |
| XYZ | 53.81 | 55.02 | 10.27 | - |
| YUV | 187.52 | 47.57 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 45 | 0 | 0.20 | 0.81 | 0.07 | 45.31 | 0.84 | 0.55 |
| Hex | ED | BE | 2D | 0 | 14 | 51 | 7 | 2D | 54 | 37 |
| Octal | 355 | 276 | 55 | 0 | 24 | 121 | 7 | 55 | 124 | 67 |
| Binary | 11101101 | 10111110 | 101101 | 0 | 10100 | 1010001 | 111 | 101101 | 1010100 | 110111 |
Color Harmonies of #EDBE2D
Complementary color
Monochromatic Colors of #EDBE2D
Black with #EDBE2D
Text Example
Text Example
White with #EDBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBE2D; }
p { color: rgb(237,190,45); }
H1.HeaderClassName
{
color: #EDBE2D;
}
.AnyTagClassName
{
color: #EDBE2D;
}
</style>
background-color css
<style>
a { background-color: #EDBE2D; }
a { background-color: rgb(237,190,45); }
div.DivClassName
{
background-color: #EDBE2D;
}
.BgClassName
{
background-color: #EDBE2D;
}
</style>
border-color css
<style>
span { border-color: #EDBE2D; }
span { border-color: rgb(237,190,45); }
td.TdClassName
{
border-color: #EDBE2D;
}
.TagClassName
{
border-color: #EDBE2D;
}
</style>