Shades of Bright Sun #EDB330
Tints of Bright Sun #EDB330
RGB
CMYK
RGB Variations
Color information
#EDB330 (or 0xEDB330) is known color: Bright Sun. HEX triplet: ED, B3 and 30. RGB value is (237,179,48). Sum of RGB (Red+Green+Blue) = 237+179+48=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB330 is #124CCF. Grayscale: #B5B5B5. Windows color (decimal): -1199312 or 3191789. OLE color: 3191789.
HSL color Cylindrical-coordinate representation of color #EDB330: hue angle of 41.59º 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 #EDB330 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 48 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.07 |
| HSL | 41.59º | 0.84% | 0.56% | - |
| HSV(B) | 41.59º | 0.8% | 0.93% | - |
| XYZ | 51.58 | 50.46 | 9.82 | - |
| YUV | 181.41 | 52.72 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 48 | 0 | 0.24 | 0.80 | 0.07 | 41.59 | 0.84 | 0.56 |
| Hex | ED | B3 | 30 | 0 | 18 | 50 | 7 | 2A | 54 | 38 |
| Octal | 355 | 263 | 60 | 0 | 30 | 120 | 7 | 52 | 124 | 70 |
| Binary | 11101101 | 10110011 | 110000 | 0 | 11000 | 1010000 | 111 | 101010 | 1010100 | 111000 |
Color Harmonies of #EDB330
Complementary color
Monochromatic Colors of #EDB330
Black with #EDB330
Text Example
Text Example
White with #EDB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB330; }
p { color: rgb(237,179,48); }
H1.HeaderClassName
{
color: #EDB330;
}
.AnyTagClassName
{
color: #EDB330;
}
</style>
background-color css
<style>
a { background-color: #EDB330; }
a { background-color: rgb(237,179,48); }
div.DivClassName
{
background-color: #EDB330;
}
.BgClassName
{
background-color: #EDB330;
}
</style>
border-color css
<style>
span { border-color: #EDB330; }
span { border-color: rgb(237,179,48); }
td.TdClassName
{
border-color: #EDB330;
}
.TagClassName
{
border-color: #EDB330;
}
</style>