Shades of Bright Sun #EDB32C
Tints of Bright Sun #EDB32C
RGB
CMYK
RGB Variations
Color information
#EDB32C (or 0xEDB32C) is known color: Bright Sun. HEX triplet: ED, B3 and 2C. RGB value is (237,179,44). Sum of RGB (Red+Green+Blue) = 237+179+44=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB32C is #124CD3. Grayscale: #B5B5B5. Windows color (decimal): -1199316 or 2929645. OLE color: 2929645.
HSL color Cylindrical-coordinate representation of color #EDB32C: hue angle of 41.97º 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 #EDB32C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.07 |
| HSL | 41.97º | 0.84% | 0.55% | - |
| HSV(B) | 41.97º | 0.81% | 0.93% | - |
| XYZ | 51.5 | 50.43 | 9.4 | - |
| YUV | 180.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 44 | 0 | 0.24 | 0.81 | 0.07 | 41.97 | 0.84 | 0.55 |
| Hex | ED | B3 | 2C | 0 | 18 | 51 | 7 | 2A | 54 | 37 |
| Octal | 355 | 263 | 54 | 0 | 30 | 121 | 7 | 52 | 124 | 67 |
| Binary | 11101101 | 10110011 | 101100 | 0 | 11000 | 1010001 | 111 | 101010 | 1010100 | 110111 |
Color Harmonies of #EDB32C
Complementary color
Monochromatic Colors of #EDB32C
Black with #EDB32C
Text Example
Text Example
White with #EDB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB32C; }
p { color: rgb(237,179,44); }
H1.HeaderClassName
{
color: #EDB32C;
}
.AnyTagClassName
{
color: #EDB32C;
}
</style>
background-color css
<style>
a { background-color: #EDB32C; }
a { background-color: rgb(237,179,44); }
div.DivClassName
{
background-color: #EDB32C;
}
.BgClassName
{
background-color: #EDB32C;
}
</style>
border-color css
<style>
span { border-color: #EDB32C; }
span { border-color: rgb(237,179,44); }
td.TdClassName
{
border-color: #EDB32C;
}
.TagClassName
{
border-color: #EDB32C;
}
</style>