Shades of Bright Sun #EDC429
Tints of Bright Sun #EDC429
RGB
CMYK
RGB Variations
Color information
#EDC429 (or 0xEDC429) is known color: Bright Sun. HEX triplet: ED, C4 and 29. RGB value is (237,196,41). Sum of RGB (Red+Green+Blue) = 237+196+41=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC429 is #123BD6. Grayscale: #BFBFBF. Windows color (decimal): -1194967 or 2737389. OLE color: 2737389.
HSL color Cylindrical-coordinate representation of color #EDC429: hue angle of 47.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDC429 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 41 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.07 |
| HSL | 47.45º | 0.84% | 0.55% | - |
| HSV(B) | 47.45º | 0.83% | 0.93% | - |
| XYZ | 55.07 | 57.64 | 10.32 | - |
| YUV | 190.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 41 | 0 | 0.17 | 0.83 | 0.07 | 47.45 | 0.84 | 0.55 |
| Hex | ED | C4 | 29 | 0 | 11 | 53 | 7 | 2F | 54 | 37 |
| Octal | 355 | 304 | 51 | 0 | 21 | 123 | 7 | 57 | 124 | 67 |
| Binary | 11101101 | 11000100 | 101001 | 0 | 10001 | 1010011 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #EDC429
Complementary color
Monochromatic Colors of #EDC429
Black with #EDC429
Text Example
Text Example
White with #EDC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC429; }
p { color: rgb(237,196,41); }
H1.HeaderClassName
{
color: #EDC429;
}
.AnyTagClassName
{
color: #EDC429;
}
</style>
background-color css
<style>
a { background-color: #EDC429; }
a { background-color: rgb(237,196,41); }
div.DivClassName
{
background-color: #EDC429;
}
.BgClassName
{
background-color: #EDC429;
}
</style>
border-color css
<style>
span { border-color: #EDC429; }
span { border-color: rgb(237,196,41); }
td.TdClassName
{
border-color: #EDC429;
}
.TagClassName
{
border-color: #EDC429;
}
</style>