Shades of Bright Sun #EDB62B
Tints of Bright Sun #EDB62B
RGB
CMYK
RGB Variations
Color information
#EDB62B (or 0xEDB62B) is known color: Bright Sun. HEX triplet: ED, B6 and 2B. RGB value is (237,182,43). Sum of RGB (Red+Green+Blue) = 237+182+43=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB62B is #1249D4. Grayscale: #B7B7B7. Windows color (decimal): -1198549 or 2864877. OLE color: 2864877.
HSL color Cylindrical-coordinate representation of color #EDB62B: hue angle of 42.99º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDB62B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 43 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.07 |
| HSL | 42.99º | 0.84% | 0.55% | - |
| HSV(B) | 42.99º | 0.82% | 0.93% | - |
| XYZ | 52.09 | 51.63 | 9.51 | - |
| YUV | 182.6 | 49.22 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 43 | 0 | 0.23 | 0.82 | 0.07 | 42.99 | 0.84 | 0.55 |
| Hex | ED | B6 | 2B | 0 | 17 | 52 | 7 | 2B | 54 | 37 |
| Octal | 355 | 266 | 53 | 0 | 27 | 122 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110110 | 101011 | 0 | 10111 | 1010010 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB62B
Complementary color
Monochromatic Colors of #EDB62B
Black with #EDB62B
Text Example
Text Example
White with #EDB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB62B; }
p { color: rgb(237,182,43); }
H1.HeaderClassName
{
color: #EDB62B;
}
.AnyTagClassName
{
color: #EDB62B;
}
</style>
background-color css
<style>
a { background-color: #EDB62B; }
a { background-color: rgb(237,182,43); }
div.DivClassName
{
background-color: #EDB62B;
}
.BgClassName
{
background-color: #EDB62B;
}
</style>
border-color css
<style>
span { border-color: #EDB62B; }
span { border-color: rgb(237,182,43); }
td.TdClassName
{
border-color: #EDB62B;
}
.TagClassName
{
border-color: #EDB62B;
}
</style>