Shades of Bright Sun #EDB72E
Tints of Bright Sun #EDB72E
RGB
CMYK
RGB Variations
Color information
#EDB72E (or 0xEDB72E) is known color: Bright Sun. HEX triplet: ED, B7 and 2E. RGB value is (237,183,46). Sum of RGB (Red+Green+Blue) = 237+183+46=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB72E is #1248D1. Grayscale: #B8B8B8. Windows color (decimal): -1198290 or 3061741. OLE color: 3061741.
HSL color Cylindrical-coordinate representation of color #EDB72E: hue angle of 43.04º 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 #EDB72E is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 46 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 43.04º | 0.84% | 0.55% | - |
| HSV(B) | 43.04º | 0.81% | 0.93% | - |
| XYZ | 52.35 | 52.07 | 9.88 | - |
| YUV | 183.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 46 | 0 | 0.23 | 0.81 | 0.07 | 43.04 | 0.84 | 0.55 |
| Hex | ED | B7 | 2E | 0 | 17 | 51 | 7 | 2B | 54 | 37 |
| Octal | 355 | 267 | 56 | 0 | 27 | 121 | 7 | 53 | 124 | 67 |
| Binary | 11101101 | 10110111 | 101110 | 0 | 10111 | 1010001 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #EDB72E
Complementary color
Monochromatic Colors of #EDB72E
Black with #EDB72E
Text Example
Text Example
White with #EDB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB72E; }
p { color: rgb(237,183,46); }
H1.HeaderClassName
{
color: #EDB72E;
}
.AnyTagClassName
{
color: #EDB72E;
}
</style>
background-color css
<style>
a { background-color: #EDB72E; }
a { background-color: rgb(237,183,46); }
div.DivClassName
{
background-color: #EDB72E;
}
.BgClassName
{
background-color: #EDB72E;
}
</style>
border-color css
<style>
span { border-color: #EDB72E; }
span { border-color: rgb(237,183,46); }
td.TdClassName
{
border-color: #EDB72E;
}
.TagClassName
{
border-color: #EDB72E;
}
</style>