Shades of Bright Sun #EDB821
Tints of Bright Sun #EDB821
RGB
CMYK
RGB Variations
Color information
#EDB821 (or 0xEDB821) is known color: Bright Sun. HEX triplet: ED, B8 and 21. RGB value is (237,184,33). Sum of RGB (Red+Green+Blue) = 237+184+33=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB821 is #1247DE. Grayscale: #B7B7B7. Windows color (decimal): -1198047 or 2210029. OLE color: 2210029.
HSL color Cylindrical-coordinate representation of color #EDB821: hue angle of 44.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDB821 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.07 |
| HSL | 44.41º | 0.85% | 0.53% | - |
| HSV(B) | 44.41º | 0.86% | 0.93% | - |
| XYZ | 52.34 | 52.4 | 8.79 | - |
| YUV | 182.63 | 43.56 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 33 | 0 | 0.22 | 0.86 | 0.07 | 44.41 | 0.85 | 0.53 |
| Hex | ED | B8 | 21 | 0 | 16 | 56 | 7 | 2C | 55 | 35 |
| Octal | 355 | 270 | 41 | 0 | 26 | 126 | 7 | 54 | 125 | 65 |
| Binary | 11101101 | 10111000 | 100001 | 0 | 10110 | 1010110 | 111 | 101100 | 1010101 | 110101 |
Color Harmonies of #EDB821
Complementary color
Monochromatic Colors of #EDB821
Black with #EDB821
Text Example
Text Example
White with #EDB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB821; }
p { color: rgb(237,184,33); }
H1.HeaderClassName
{
color: #EDB821;
}
.AnyTagClassName
{
color: #EDB821;
}
</style>
background-color css
<style>
a { background-color: #EDB821; }
a { background-color: rgb(237,184,33); }
div.DivClassName
{
background-color: #EDB821;
}
.BgClassName
{
background-color: #EDB821;
}
</style>
border-color css
<style>
span { border-color: #EDB821; }
span { border-color: rgb(237,184,33); }
td.TdClassName
{
border-color: #EDB821;
}
.TagClassName
{
border-color: #EDB821;
}
</style>