Shades of Bright Sun #EDB938
Tints of Bright Sun #EDB938
RGB
CMYK
RGB Variations
Color information
#EDB938 (or 0xEDB938) is known color: Bright Sun. HEX triplet: ED, B9 and 38. RGB value is (237,185,56). Sum of RGB (Red+Green+Blue) = 237+185+56=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB938 is #1246C7. Grayscale: #BABABA. Windows color (decimal): -1197768 or 3717613. OLE color: 3717613.
HSL color Cylindrical-coordinate representation of color #EDB938: hue angle of 42.76º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDB938 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 56 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.07 |
| HSL | 42.76º | 0.83% | 0.57% | - |
| HSV(B) | 42.76º | 0.76% | 0.93% | - |
| XYZ | 52.99 | 52.99 | 11.18 | - |
| YUV | 185.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 56 | 0 | 0.22 | 0.76 | 0.07 | 42.76 | 0.83 | 0.57 |
| Hex | ED | B9 | 38 | 0 | 16 | 4C | 7 | 2B | 53 | 39 |
| Octal | 355 | 271 | 70 | 0 | 26 | 114 | 7 | 53 | 123 | 71 |
| Binary | 11101101 | 10111001 | 111000 | 0 | 10110 | 1001100 | 111 | 101011 | 1010011 | 111001 |
Color Harmonies of #EDB938
Complementary color
Monochromatic Colors of #EDB938
Black with #EDB938
Text Example
Text Example
White with #EDB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB938; }
p { color: rgb(237,185,56); }
H1.HeaderClassName
{
color: #EDB938;
}
.AnyTagClassName
{
color: #EDB938;
}
</style>
background-color css
<style>
a { background-color: #EDB938; }
a { background-color: rgb(237,185,56); }
div.DivClassName
{
background-color: #EDB938;
}
.BgClassName
{
background-color: #EDB938;
}
</style>
border-color css
<style>
span { border-color: #EDB938; }
span { border-color: rgb(237,185,56); }
td.TdClassName
{
border-color: #EDB938;
}
.TagClassName
{
border-color: #EDB938;
}
</style>