Shades of Bright Sun #EDB62F
Tints of Bright Sun #EDB62F
RGB
CMYK
RGB Variations
Color information
#EDB62F (or 0xEDB62F) is known color: Bright Sun. HEX triplet: ED, B6 and 2F. RGB value is (237,182,47). Sum of RGB (Red+Green+Blue) = 237+182+47=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB62F is #1249D0. Grayscale: #B7B7B7. Windows color (decimal): -1198545 or 3127021. OLE color: 3127021.
HSL color Cylindrical-coordinate representation of color #EDB62F: hue angle of 42.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDB62F is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 47 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.07 |
| HSL | 42.63º | 0.84% | 0.56% | - |
| HSV(B) | 42.63º | 0.8% | 0.93% | - |
| XYZ | 52.17 | 51.67 | 9.91 | - |
| YUV | 183.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 47 | 0 | 0.23 | 0.80 | 0.07 | 42.63 | 0.84 | 0.56 |
| Hex | ED | B6 | 2F | 0 | 17 | 50 | 7 | 2B | 54 | 38 |
| Octal | 355 | 266 | 57 | 0 | 27 | 120 | 7 | 53 | 124 | 70 |
| Binary | 11101101 | 10110110 | 101111 | 0 | 10111 | 1010000 | 111 | 101011 | 1010100 | 111000 |
Color Harmonies of #EDB62F
Complementary color
Monochromatic Colors of #EDB62F
Black with #EDB62F
Text Example
Text Example
White with #EDB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB62F; }
p { color: rgb(237,182,47); }
H1.HeaderClassName
{
color: #EDB62F;
}
.AnyTagClassName
{
color: #EDB62F;
}
</style>
background-color css
<style>
a { background-color: #EDB62F; }
a { background-color: rgb(237,182,47); }
div.DivClassName
{
background-color: #EDB62F;
}
.BgClassName
{
background-color: #EDB62F;
}
</style>
border-color css
<style>
span { border-color: #EDB62F; }
span { border-color: rgb(237,182,47); }
td.TdClassName
{
border-color: #EDB62F;
}
.TagClassName
{
border-color: #EDB62F;
}
</style>