Shades of Bright Sun #EDBF32
Tints of Bright Sun #EDBF32
RGB
CMYK
RGB Variations
Color information
#EDBF32 (or 0xEDBF32) is known color: Bright Sun. HEX triplet: ED, BF and 32. RGB value is (237,191,50). Sum of RGB (Red+Green+Blue) = 237+191+50=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF32 is #1240CD. Grayscale: #BDBDBD. Windows color (decimal): -1196238 or 3325933. OLE color: 3325933.
HSL color Cylindrical-coordinate representation of color #EDBF32: hue angle of 45.24º 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 #EDBF32 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 50 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.07 |
| HSL | 45.24º | 0.84% | 0.56% | - |
| HSV(B) | 45.24º | 0.79% | 0.93% | - |
| XYZ | 54.13 | 55.5 | 10.88 | - |
| YUV | 188.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 50 | 0 | 0.19 | 0.79 | 0.07 | 45.24 | 0.84 | 0.56 |
| Hex | ED | BF | 32 | 0 | 13 | 4F | 7 | 2D | 54 | 38 |
| Octal | 355 | 277 | 62 | 0 | 23 | 117 | 7 | 55 | 124 | 70 |
| Binary | 11101101 | 10111111 | 110010 | 0 | 10011 | 1001111 | 111 | 101101 | 1010100 | 111000 |
Color Harmonies of #EDBF32
Complementary color
Monochromatic Colors of #EDBF32
Black with #EDBF32
Text Example
Text Example
White with #EDBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF32; }
p { color: rgb(237,191,50); }
H1.HeaderClassName
{
color: #EDBF32;
}
.AnyTagClassName
{
color: #EDBF32;
}
</style>
background-color css
<style>
a { background-color: #EDBF32; }
a { background-color: rgb(237,191,50); }
div.DivClassName
{
background-color: #EDBF32;
}
.BgClassName
{
background-color: #EDBF32;
}
</style>
border-color css
<style>
span { border-color: #EDBF32; }
span { border-color: rgb(237,191,50); }
td.TdClassName
{
border-color: #EDBF32;
}
.TagClassName
{
border-color: #EDBF32;
}
</style>