Shades of Bright Sun #EDB132
Tints of Bright Sun #EDB132
RGB
CMYK
RGB Variations
Color information
#EDB132 (or 0xEDB132) is known color: Bright Sun. HEX triplet: ED, B1 and 32. RGB value is (237,177,50). Sum of RGB (Red+Green+Blue) = 237+177+50=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB132 is #124ECD. Grayscale: #B5B5B5. Windows color (decimal): -1199822 or 3322349. OLE color: 3322349.
HSL color Cylindrical-coordinate representation of color #EDB132: hue angle of 40.75º 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 #EDB132 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 50 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.07 |
| HSL | 40.75º | 0.84% | 0.56% | - |
| HSV(B) | 40.75º | 0.79% | 0.93% | - |
| XYZ | 51.22 | 49.68 | 9.91 | - |
| YUV | 180.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 50 | 0 | 0.25 | 0.79 | 0.07 | 40.75 | 0.84 | 0.56 |
| Hex | ED | B1 | 32 | 0 | 19 | 4F | 7 | 29 | 54 | 38 |
| Octal | 355 | 261 | 62 | 0 | 31 | 117 | 7 | 51 | 124 | 70 |
| Binary | 11101101 | 10110001 | 110010 | 0 | 11001 | 1001111 | 111 | 101001 | 1010100 | 111000 |
Color Harmonies of #EDB132
Complementary color
Monochromatic Colors of #EDB132
Black with #EDB132
Text Example
Text Example
White with #EDB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB132; }
p { color: rgb(237,177,50); }
H1.HeaderClassName
{
color: #EDB132;
}
.AnyTagClassName
{
color: #EDB132;
}
</style>
background-color css
<style>
a { background-color: #EDB132; }
a { background-color: rgb(237,177,50); }
div.DivClassName
{
background-color: #EDB132;
}
.BgClassName
{
background-color: #EDB132;
}
</style>
border-color css
<style>
span { border-color: #EDB132; }
span { border-color: rgb(237,177,50); }
td.TdClassName
{
border-color: #EDB132;
}
.TagClassName
{
border-color: #EDB132;
}
</style>