Shades of Bright Sun #EDB22E
Tints of Bright Sun #EDB22E
RGB
CMYK
RGB Variations
Color information
#EDB22E (or 0xEDB22E) is known color: Bright Sun. HEX triplet: ED, B2 and 2E. RGB value is (237,178,46). Sum of RGB (Red+Green+Blue) = 237+178+46=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB22E is #124DD1. Grayscale: #B5B5B5. Windows color (decimal): -1199570 or 3060461. OLE color: 3060461.
HSL color Cylindrical-coordinate representation of color #EDB22E: hue angle of 41.47º 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 #EDB22E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 46 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.47º | 0.84% | 0.55% | - |
| HSV(B) | 41.47º | 0.81% | 0.93% | - |
| XYZ | 51.34 | 50.04 | 9.54 | - |
| YUV | 180.59 | 52.05 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 46 | 0 | 0.25 | 0.81 | 0.07 | 41.47 | 0.84 | 0.55 |
| Hex | ED | B2 | 2E | 0 | 19 | 51 | 7 | 29 | 54 | 37 |
| Octal | 355 | 262 | 56 | 0 | 31 | 121 | 7 | 51 | 124 | 67 |
| Binary | 11101101 | 10110010 | 101110 | 0 | 11001 | 1010001 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #EDB22E
Complementary color
Monochromatic Colors of #EDB22E
Black with #EDB22E
Text Example
Text Example
White with #EDB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB22E; }
p { color: rgb(237,178,46); }
H1.HeaderClassName
{
color: #EDB22E;
}
.AnyTagClassName
{
color: #EDB22E;
}
</style>
background-color css
<style>
a { background-color: #EDB22E; }
a { background-color: rgb(237,178,46); }
div.DivClassName
{
background-color: #EDB22E;
}
.BgClassName
{
background-color: #EDB22E;
}
</style>
border-color css
<style>
span { border-color: #EDB22E; }
span { border-color: rgb(237,178,46); }
td.TdClassName
{
border-color: #EDB22E;
}
.TagClassName
{
border-color: #EDB22E;
}
</style>