Shades of Bright Sun #EDB627
Tints of Bright Sun #EDB627
RGB
CMYK
RGB Variations
Color information
#EDB627 (or 0xEDB627) is known color: Bright Sun. HEX triplet: ED, B6 and 27. RGB value is (237,182,39). Sum of RGB (Red+Green+Blue) = 237+182+39=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB627 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB627 is #1249D8. Grayscale: #B6B6B6. Windows color (decimal): -1198553 or 2602733. OLE color: 2602733.
HSL color Cylindrical-coordinate representation of color #EDB627: hue angle of 43.33º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDB627 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 39 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.07 |
| HSL | 43.33º | 0.85% | 0.54% | - |
| HSV(B) | 43.33º | 0.84% | 0.93% | - |
| XYZ | 52.02 | 51.61 | 9.14 | - |
| YUV | 182.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 39 | 0 | 0.23 | 0.84 | 0.07 | 43.33 | 0.85 | 0.54 |
| Hex | ED | B6 | 27 | 0 | 17 | 54 | 7 | 2B | 55 | 36 |
| Octal | 355 | 266 | 47 | 0 | 27 | 124 | 7 | 53 | 125 | 66 |
| Binary | 11101101 | 10110110 | 100111 | 0 | 10111 | 1010100 | 111 | 101011 | 1010101 | 110110 |
Color Harmonies of #EDB627
Complementary color
Monochromatic Colors of #EDB627
Black with #EDB627
Text Example
Text Example
White with #EDB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB627; }
p { color: rgb(237,182,39); }
H1.HeaderClassName
{
color: #EDB627;
}
.AnyTagClassName
{
color: #EDB627;
}
</style>
background-color css
<style>
a { background-color: #EDB627; }
a { background-color: rgb(237,182,39); }
div.DivClassName
{
background-color: #EDB627;
}
.BgClassName
{
background-color: #EDB627;
}
</style>
border-color css
<style>
span { border-color: #EDB627; }
span { border-color: rgb(237,182,39); }
td.TdClassName
{
border-color: #EDB627;
}
.TagClassName
{
border-color: #EDB627;
}
</style>