Shades of Bright Sun #EDBF28
Tints of Bright Sun #EDBF28
RGB
CMYK
RGB Variations
Color information
#EDBF28 (or 0xEDBF28) is known color: Bright Sun. HEX triplet: ED, BF and 28. RGB value is (237,191,40). Sum of RGB (Red+Green+Blue) = 237+191+40=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF28 is #1240D7. Grayscale: #BCBCBC. Windows color (decimal): -1196248 or 2670573. OLE color: 2670573.
HSL color Cylindrical-coordinate representation of color #EDBF28: hue angle of 45.99º 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 #EDBF28 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 40 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.07 |
| HSL | 45.99º | 0.85% | 0.54% | - |
| HSV(B) | 45.99º | 0.83% | 0.93% | - |
| XYZ | 53.94 | 55.42 | 9.86 | - |
| YUV | 187.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 40 | 0 | 0.19 | 0.83 | 0.07 | 45.99 | 0.85 | 0.54 |
| Hex | ED | BF | 28 | 0 | 13 | 53 | 7 | 2E | 55 | 36 |
| Octal | 355 | 277 | 50 | 0 | 23 | 123 | 7 | 56 | 125 | 66 |
| Binary | 11101101 | 10111111 | 101000 | 0 | 10011 | 1010011 | 111 | 101110 | 1010101 | 110110 |
Color Harmonies of #EDBF28
Complementary color
Monochromatic Colors of #EDBF28
Black with #EDBF28
Text Example
Text Example
White with #EDBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF28; }
p { color: rgb(237,191,40); }
H1.HeaderClassName
{
color: #EDBF28;
}
.AnyTagClassName
{
color: #EDBF28;
}
</style>
background-color css
<style>
a { background-color: #EDBF28; }
a { background-color: rgb(237,191,40); }
div.DivClassName
{
background-color: #EDBF28;
}
.BgClassName
{
background-color: #EDBF28;
}
</style>
border-color css
<style>
span { border-color: #EDBF28; }
span { border-color: rgb(237,191,40); }
td.TdClassName
{
border-color: #EDBF28;
}
.TagClassName
{
border-color: #EDBF28;
}
</style>