Shades of Bright Sun #EDB92C
Tints of Bright Sun #EDB92C
RGB
CMYK
RGB Variations
Color information
#EDB92C (or 0xEDB92C) is known color: Bright Sun. HEX triplet: ED, B9 and 2C. RGB value is (237,185,44). Sum of RGB (Red+Green+Blue) = 237+185+44=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB92C is #1246D3. Grayscale: #B9B9B9. Windows color (decimal): -1197780 or 2931181. OLE color: 2931181.
HSL color Cylindrical-coordinate representation of color #EDB92C: hue angle of 43.83º 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 #EDB92C is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 44 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.83º | 0.84% | 0.55% | - |
| HSV(B) | 43.83º | 0.81% | 0.93% | - |
| XYZ | 52.73 | 52.88 | 9.81 | - |
| YUV | 184.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 44 | 0 | 0.22 | 0.81 | 0.07 | 43.83 | 0.84 | 0.55 |
| Hex | ED | B9 | 2C | 0 | 16 | 51 | 7 | 2C | 54 | 37 |
| Octal | 355 | 271 | 54 | 0 | 26 | 121 | 7 | 54 | 124 | 67 |
| Binary | 11101101 | 10111001 | 101100 | 0 | 10110 | 1010001 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #EDB92C
Complementary color
Monochromatic Colors of #EDB92C
Black with #EDB92C
Text Example
Text Example
White with #EDB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB92C; }
p { color: rgb(237,185,44); }
H1.HeaderClassName
{
color: #EDB92C;
}
.AnyTagClassName
{
color: #EDB92C;
}
</style>
background-color css
<style>
a { background-color: #EDB92C; }
a { background-color: rgb(237,185,44); }
div.DivClassName
{
background-color: #EDB92C;
}
.BgClassName
{
background-color: #EDB92C;
}
</style>
border-color css
<style>
span { border-color: #EDB92C; }
span { border-color: rgb(237,185,44); }
td.TdClassName
{
border-color: #EDB92C;
}
.TagClassName
{
border-color: #EDB92C;
}
</style>