Shades of Bright Sun #EDB22C
Tints of Bright Sun #EDB22C
RGB
CMYK
RGB Variations
Color information
#EDB22C (or 0xEDB22C) is known color: Bright Sun. HEX triplet: ED, B2 and 2C. RGB value is (237,178,44). Sum of RGB (Red+Green+Blue) = 237+178+44=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB22C is #124DD3. Grayscale: #B4B4B4. Windows color (decimal): -1199572 or 2929389. OLE color: 2929389.
HSL color Cylindrical-coordinate representation of color #EDB22C: hue angle of 41.66º 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 #EDB22C is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 44 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.66º | 0.84% | 0.55% | - |
| HSV(B) | 41.66º | 0.81% | 0.93% | - |
| XYZ | 51.3 | 50.03 | 9.34 | - |
| YUV | 180.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 44 | 0 | 0.25 | 0.81 | 0.07 | 41.66 | 0.84 | 0.55 |
| Hex | ED | B2 | 2C | 0 | 19 | 51 | 7 | 2A | 54 | 37 |
| Octal | 355 | 262 | 54 | 0 | 31 | 121 | 7 | 52 | 124 | 67 |
| Binary | 11101101 | 10110010 | 101100 | 0 | 11001 | 1010001 | 111 | 101010 | 1010100 | 110111 |
Color Harmonies of #EDB22C
Complementary color
Monochromatic Colors of #EDB22C
Black with #EDB22C
Text Example
Text Example
White with #EDB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB22C; }
p { color: rgb(237,178,44); }
H1.HeaderClassName
{
color: #EDB22C;
}
.AnyTagClassName
{
color: #EDB22C;
}
</style>
background-color css
<style>
a { background-color: #EDB22C; }
a { background-color: rgb(237,178,44); }
div.DivClassName
{
background-color: #EDB22C;
}
.BgClassName
{
background-color: #EDB22C;
}
</style>
border-color css
<style>
span { border-color: #EDB22C; }
span { border-color: rgb(237,178,44); }
td.TdClassName
{
border-color: #EDB22C;
}
.TagClassName
{
border-color: #EDB22C;
}
</style>