Shades of Bright Sun #EDB32A
Tints of Bright Sun #EDB32A
RGB
CMYK
RGB Variations
Color information
#EDB32A (or 0xEDB32A) is known color: Bright Sun. HEX triplet: ED, B3 and 2A. RGB value is (237,179,42). Sum of RGB (Red+Green+Blue) = 237+179+42=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB32A is #124CD5. Grayscale: #B5B5B5. Windows color (decimal): -1199318 or 2798573. OLE color: 2798573.
HSL color Cylindrical-coordinate representation of color #EDB32A: hue angle of 42.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDB32A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 42 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.07 |
| HSL | 42.15º | 0.84% | 0.55% | - |
| HSV(B) | 42.15º | 0.82% | 0.93% | - |
| XYZ | 51.46 | 50.41 | 9.21 | - |
| YUV | 180.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 42 | 0 | 0.24 | 0.82 | 0.07 | 42.15 | 0.84 | 0.55 |
| Hex | ED | B3 | 2A | 0 | 18 | 52 | 7 | 2A | 54 | 37 |
| Octal | 355 | 263 | 52 | 0 | 30 | 122 | 7 | 52 | 124 | 67 |
| Binary | 11101101 | 10110011 | 101010 | 0 | 11000 | 1010010 | 111 | 101010 | 1010100 | 110111 |
Color Harmonies of #EDB32A
Complementary color
Monochromatic Colors of #EDB32A
Black with #EDB32A
Text Example
Text Example
White with #EDB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB32A; }
p { color: rgb(237,179,42); }
H1.HeaderClassName
{
color: #EDB32A;
}
.AnyTagClassName
{
color: #EDB32A;
}
</style>
background-color css
<style>
a { background-color: #EDB32A; }
a { background-color: rgb(237,179,42); }
div.DivClassName
{
background-color: #EDB32A;
}
.BgClassName
{
background-color: #EDB32A;
}
</style>
border-color css
<style>
span { border-color: #EDB32A; }
span { border-color: rgb(237,179,42); }
td.TdClassName
{
border-color: #EDB32A;
}
.TagClassName
{
border-color: #EDB32A;
}
</style>