Shades of Bright Sun #EDB62A
Tints of Bright Sun #EDB62A
RGB
CMYK
RGB Variations
Color information
#EDB62A (or 0xEDB62A) is known color: Bright Sun. HEX triplet: ED, B6 and 2A. RGB value is (237,182,42). Sum of RGB (Red+Green+Blue) = 237+182+42=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB62A is #1249D5. Grayscale: #B7B7B7. Windows color (decimal): -1198550 or 2799341. OLE color: 2799341.
HSL color Cylindrical-coordinate representation of color #EDB62A: hue angle of 43.08º 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 #EDB62A is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 42 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.07 |
| HSL | 43.08º | 0.84% | 0.55% | - |
| HSV(B) | 43.08º | 0.82% | 0.93% | - |
| XYZ | 52.07 | 51.63 | 9.41 | - |
| YUV | 182.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 42 | 0 | 0.23 | 0.82 | 0.07 | 43.08 | 0.84 | 0.55 |
| Hex | ED | B6 | 2A | 0 | 17 | 52 | 7 | 2B | 54 | 37 |
| Octal | 355 | 266 | 52 | 0 | 27 | 122 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110110 | 101010 | 0 | 10111 | 1010010 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB62A
Complementary color
Monochromatic Colors of #EDB62A
Black with #EDB62A
Text Example
Text Example
White with #EDB62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB62A; }
p { color: rgb(237,182,42); }
H1.HeaderClassName
{
color: #EDB62A;
}
.AnyTagClassName
{
color: #EDB62A;
}
</style>
background-color css
<style>
a { background-color: #EDB62A; }
a { background-color: rgb(237,182,42); }
div.DivClassName
{
background-color: #EDB62A;
}
.BgClassName
{
background-color: #EDB62A;
}
</style>
border-color css
<style>
span { border-color: #EDB62A; }
span { border-color: rgb(237,182,42); }
td.TdClassName
{
border-color: #EDB62A;
}
.TagClassName
{
border-color: #EDB62A;
}
</style>