Shades of Bright Sun #EDB12E
Tints of Bright Sun #EDB12E
RGB
CMYK
RGB Variations
Color information
#EDB12E (or 0xEDB12E) is known color: Bright Sun. HEX triplet: ED, B1 and 2E. RGB value is (237,177,46). Sum of RGB (Red+Green+Blue) = 237+177+46=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB12E is #124ED1. Grayscale: #B4B4B4. Windows color (decimal): -1199826 or 3060205. OLE color: 3060205.
HSL color Cylindrical-coordinate representation of color #EDB12E: hue angle of 41.15º 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 #EDB12E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 46 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.15º | 0.84% | 0.55% | - |
| HSV(B) | 41.15º | 0.81% | 0.93% | - |
| XYZ | 51.14 | 49.65 | 9.47 | - |
| YUV | 180.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 46 | 0 | 0.25 | 0.81 | 0.07 | 41.15 | 0.84 | 0.55 |
| Hex | ED | B1 | 2E | 0 | 19 | 51 | 7 | 29 | 54 | 37 |
| Octal | 355 | 261 | 56 | 0 | 31 | 121 | 7 | 51 | 124 | 67 |
| Binary | 11101101 | 10110001 | 101110 | 0 | 11001 | 1010001 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #EDB12E
Complementary color
Monochromatic Colors of #EDB12E
Black with #EDB12E
Text Example
Text Example
White with #EDB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB12E; }
p { color: rgb(237,177,46); }
H1.HeaderClassName
{
color: #EDB12E;
}
.AnyTagClassName
{
color: #EDB12E;
}
</style>
background-color css
<style>
a { background-color: #EDB12E; }
a { background-color: rgb(237,177,46); }
div.DivClassName
{
background-color: #EDB12E;
}
.BgClassName
{
background-color: #EDB12E;
}
</style>
border-color css
<style>
span { border-color: #EDB12E; }
span { border-color: rgb(237,177,46); }
td.TdClassName
{
border-color: #EDB12E;
}
.TagClassName
{
border-color: #EDB12E;
}
</style>