Shades of Bright Sun #EDB921
Tints of Bright Sun #EDB921
RGB
CMYK
RGB Variations
Color information
#EDB921 (or 0xEDB921) is known color: Bright Sun. HEX triplet: ED, B9 and 21. RGB value is (237,185,33). Sum of RGB (Red+Green+Blue) = 237+185+33=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB921 is #1246DE. Grayscale: #B7B7B7. Windows color (decimal): -1197791 or 2210285. OLE color: 2210285.
HSL color Cylindrical-coordinate representation of color #EDB921: hue angle of 44.71º 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 #EDB921 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.07 |
| HSL | 44.71º | 0.85% | 0.53% | - |
| HSV(B) | 44.71º | 0.86% | 0.93% | - |
| XYZ | 52.55 | 52.81 | 8.86 | - |
| YUV | 183.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 33 | 0 | 0.22 | 0.86 | 0.07 | 44.71 | 0.85 | 0.53 |
| Hex | ED | B9 | 21 | 0 | 16 | 56 | 7 | 2D | 55 | 35 |
| Octal | 355 | 271 | 41 | 0 | 26 | 126 | 7 | 55 | 125 | 65 |
| Binary | 11101101 | 10111001 | 100001 | 0 | 10110 | 1010110 | 111 | 101101 | 1010101 | 110101 |
Color Harmonies of #EDB921
Complementary color
Monochromatic Colors of #EDB921
Black with #EDB921
Text Example
Text Example
White with #EDB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB921; }
p { color: rgb(237,185,33); }
H1.HeaderClassName
{
color: #EDB921;
}
.AnyTagClassName
{
color: #EDB921;
}
</style>
background-color css
<style>
a { background-color: #EDB921; }
a { background-color: rgb(237,185,33); }
div.DivClassName
{
background-color: #EDB921;
}
.BgClassName
{
background-color: #EDB921;
}
</style>
border-color css
<style>
span { border-color: #EDB921; }
span { border-color: rgb(237,185,33); }
td.TdClassName
{
border-color: #EDB921;
}
.TagClassName
{
border-color: #EDB921;
}
</style>