Shades of Bright Sun #EDBA32
Tints of Bright Sun #EDBA32
RGB
CMYK
RGB Variations
Color information
#EDBA32 (or 0xEDBA32) is known color: Bright Sun. HEX triplet: ED, BA and 32. RGB value is (237,186,50). Sum of RGB (Red+Green+Blue) = 237+186+50=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA32 is #1245CD. Grayscale: #BABABA. Windows color (decimal): -1197518 or 3324653. OLE color: 3324653.
HSL color Cylindrical-coordinate representation of color #EDBA32: hue angle of 43.64º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDBA32 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 50 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.07 |
| HSL | 43.64º | 0.84% | 0.56% | - |
| HSV(B) | 43.64º | 0.79% | 0.93% | - |
| XYZ | 53.06 | 53.35 | 10.52 | - |
| YUV | 185.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 50 | 0 | 0.22 | 0.79 | 0.07 | 43.64 | 0.84 | 0.56 |
| Hex | ED | BA | 32 | 0 | 16 | 4F | 7 | 2C | 54 | 38 |
| Octal | 355 | 272 | 62 | 0 | 26 | 117 | 7 | 54 | 124 | 70 |
| Binary | 11101101 | 10111010 | 110010 | 0 | 10110 | 1001111 | 111 | 101100 | 1010100 | 111000 |
Color Harmonies of #EDBA32
Complementary color
Monochromatic Colors of #EDBA32
Black with #EDBA32
Text Example
Text Example
White with #EDBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA32; }
p { color: rgb(237,186,50); }
H1.HeaderClassName
{
color: #EDBA32;
}
.AnyTagClassName
{
color: #EDBA32;
}
</style>
background-color css
<style>
a { background-color: #EDBA32; }
a { background-color: rgb(237,186,50); }
div.DivClassName
{
background-color: #EDBA32;
}
.BgClassName
{
background-color: #EDBA32;
}
</style>
border-color css
<style>
span { border-color: #EDBA32; }
span { border-color: rgb(237,186,50); }
td.TdClassName
{
border-color: #EDBA32;
}
.TagClassName
{
border-color: #EDBA32;
}
</style>