Shades of Bright Sun #EDBB28
Tints of Bright Sun #EDBB28
RGB
CMYK
RGB Variations
Color information
#EDBB28 (or 0xEDBB28) is known color: Bright Sun. HEX triplet: ED, BB and 28. RGB value is (237,187,40). Sum of RGB (Red+Green+Blue) = 237+187+40=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB28 is #1244D7. Grayscale: #B9B9B9. Windows color (decimal): -1197272 or 2669549. OLE color: 2669549.
HSL color Cylindrical-coordinate representation of color #EDBB28: hue angle of 44.77º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDBB28 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 40 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.07 |
| HSL | 44.77º | 0.85% | 0.54% | - |
| HSV(B) | 44.77º | 0.83% | 0.93% | - |
| XYZ | 53.08 | 53.7 | 9.57 | - |
| YUV | 185.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 40 | 0 | 0.21 | 0.83 | 0.07 | 44.77 | 0.85 | 0.54 |
| Hex | ED | BB | 28 | 0 | 15 | 53 | 7 | 2D | 55 | 36 |
| Octal | 355 | 273 | 50 | 0 | 25 | 123 | 7 | 55 | 125 | 66 |
| Binary | 11101101 | 10111011 | 101000 | 0 | 10101 | 1010011 | 111 | 101101 | 1010101 | 110110 |
Color Harmonies of #EDBB28
Complementary color
Monochromatic Colors of #EDBB28
Black with #EDBB28
Text Example
Text Example
White with #EDBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB28; }
p { color: rgb(237,187,40); }
H1.HeaderClassName
{
color: #EDBB28;
}
.AnyTagClassName
{
color: #EDBB28;
}
</style>
background-color css
<style>
a { background-color: #EDBB28; }
a { background-color: rgb(237,187,40); }
div.DivClassName
{
background-color: #EDBB28;
}
.BgClassName
{
background-color: #EDBB28;
}
</style>
border-color css
<style>
span { border-color: #EDBB28; }
span { border-color: rgb(237,187,40); }
td.TdClassName
{
border-color: #EDBB28;
}
.TagClassName
{
border-color: #EDBB28;
}
</style>