Shades of Bright Sun #EDB52C
Tints of Bright Sun #EDB52C
RGB
CMYK
RGB Variations
Color information
#EDB52C (or 0xEDB52C) is known color: Bright Sun. HEX triplet: ED, B5 and 2C. RGB value is (237,181,44). Sum of RGB (Red+Green+Blue) = 237+181+44=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB52C is #124AD3. Grayscale: #B6B6B6. Windows color (decimal): -1198804 or 2930157. OLE color: 2930157.
HSL color Cylindrical-coordinate representation of color #EDB52C: hue angle of 42.59º 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 #EDB52C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.07 |
| HSL | 42.59º | 0.84% | 0.55% | - |
| HSV(B) | 42.59º | 0.81% | 0.93% | - |
| XYZ | 51.9 | 51.23 | 9.54 | - |
| YUV | 182.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 44 | 0 | 0.24 | 0.81 | 0.07 | 42.59 | 0.84 | 0.55 |
| Hex | ED | B5 | 2C | 0 | 18 | 51 | 7 | 2B | 54 | 37 |
| Octal | 355 | 265 | 54 | 0 | 30 | 121 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110101 | 101100 | 0 | 11000 | 1010001 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB52C
Complementary color
Monochromatic Colors of #EDB52C
Black with #EDB52C
Text Example
Text Example
White with #EDB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB52C; }
p { color: rgb(237,181,44); }
H1.HeaderClassName
{
color: #EDB52C;
}
.AnyTagClassName
{
color: #EDB52C;
}
</style>
background-color css
<style>
a { background-color: #EDB52C; }
a { background-color: rgb(237,181,44); }
div.DivClassName
{
background-color: #EDB52C;
}
.BgClassName
{
background-color: #EDB52C;
}
</style>
border-color css
<style>
span { border-color: #EDB52C; }
span { border-color: rgb(237,181,44); }
td.TdClassName
{
border-color: #EDB52C;
}
.TagClassName
{
border-color: #EDB52C;
}
</style>