Shades of Bright Sun #EDB52B
Tints of Bright Sun #EDB52B
RGB
CMYK
RGB Variations
Color information
#EDB52B (or 0xEDB52B) is known color: Bright Sun. HEX triplet: ED, B5 and 2B. RGB value is (237,181,43). Sum of RGB (Red+Green+Blue) = 237+181+43=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB52B is #124AD4. Grayscale: #B6B6B6. Windows color (decimal): -1198805 or 2864621. OLE color: 2864621.
HSL color Cylindrical-coordinate representation of color #EDB52B: hue angle of 42.68º 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 #EDB52B is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 43 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.07 |
| HSL | 42.68º | 0.84% | 0.55% | - |
| HSV(B) | 42.68º | 0.82% | 0.93% | - |
| XYZ | 51.88 | 51.23 | 9.44 | - |
| YUV | 182.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 43 | 0 | 0.24 | 0.82 | 0.07 | 42.68 | 0.84 | 0.55 |
| Hex | ED | B5 | 2B | 0 | 18 | 52 | 7 | 2B | 54 | 37 |
| Octal | 355 | 265 | 53 | 0 | 30 | 122 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110101 | 101011 | 0 | 11000 | 1010010 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB52B
Complementary color
Monochromatic Colors of #EDB52B
Black with #EDB52B
Text Example
Text Example
White with #EDB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB52B; }
p { color: rgb(237,181,43); }
H1.HeaderClassName
{
color: #EDB52B;
}
.AnyTagClassName
{
color: #EDB52B;
}
</style>
background-color css
<style>
a { background-color: #EDB52B; }
a { background-color: rgb(237,181,43); }
div.DivClassName
{
background-color: #EDB52B;
}
.BgClassName
{
background-color: #EDB52B;
}
</style>
border-color css
<style>
span { border-color: #EDB52B; }
span { border-color: rgb(237,181,43); }
td.TdClassName
{
border-color: #EDB52B;
}
.TagClassName
{
border-color: #EDB52B;
}
</style>