Shades of Bright Sun #EDB62D
Tints of Bright Sun #EDB62D
RGB
CMYK
RGB Variations
Color information
#EDB62D (or 0xEDB62D) is known color: Bright Sun. HEX triplet: ED, B6 and 2D. RGB value is (237,182,45). Sum of RGB (Red+Green+Blue) = 237+182+45=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB62D is #1249D2. Grayscale: #B7B7B7. Windows color (decimal): -1198547 or 2995949. OLE color: 2995949.
HSL color Cylindrical-coordinate representation of color #EDB62D: hue angle of 42.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDB62D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 45 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 42.81º | 0.84% | 0.55% | - |
| HSV(B) | 42.81º | 0.81% | 0.93% | - |
| XYZ | 52.13 | 51.65 | 9.7 | - |
| YUV | 182.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 45 | 0 | 0.23 | 0.81 | 0.07 | 42.81 | 0.84 | 0.55 |
| Hex | ED | B6 | 2D | 0 | 17 | 51 | 7 | 2B | 54 | 37 |
| Octal | 355 | 266 | 55 | 0 | 27 | 121 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110110 | 101101 | 0 | 10111 | 1010001 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB62D
Complementary color
Monochromatic Colors of #EDB62D
Black with #EDB62D
Text Example
Text Example
White with #EDB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB62D; }
p { color: rgb(237,182,45); }
H1.HeaderClassName
{
color: #EDB62D;
}
.AnyTagClassName
{
color: #EDB62D;
}
</style>
background-color css
<style>
a { background-color: #EDB62D; }
a { background-color: rgb(237,182,45); }
div.DivClassName
{
background-color: #EDB62D;
}
.BgClassName
{
background-color: #EDB62D;
}
</style>
border-color css
<style>
span { border-color: #EDB62D; }
span { border-color: rgb(237,182,45); }
td.TdClassName
{
border-color: #EDB62D;
}
.TagClassName
{
border-color: #EDB62D;
}
</style>