Shades of Bright Sun #EDC42C
Tints of Bright Sun #EDC42C
RGB
CMYK
RGB Variations
Color information
#EDC42C (or 0xEDC42C) is known color: Bright Sun. HEX triplet: ED, C4 and 2C. RGB value is (237,196,44). Sum of RGB (Red+Green+Blue) = 237+196+44=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC42C is #123BD3. Grayscale: #BFBFBF. Windows color (decimal): -1194964 or 2933997. OLE color: 2933997.
HSL color Cylindrical-coordinate representation of color #EDC42C: hue angle of 47.25º 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 #EDC42C is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 44 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.07 |
| HSL | 47.25º | 0.84% | 0.55% | - |
| HSV(B) | 47.25º | 0.81% | 0.93% | - |
| XYZ | 55.12 | 57.67 | 10.61 | - |
| YUV | 190.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 44 | 0 | 0.17 | 0.81 | 0.07 | 47.25 | 0.84 | 0.55 |
| Hex | ED | C4 | 2C | 0 | 11 | 51 | 7 | 2F | 54 | 37 |
| Octal | 355 | 304 | 54 | 0 | 21 | 121 | 7 | 57 | 124 | 67 |
| Binary | 11101101 | 11000100 | 101100 | 0 | 10001 | 1010001 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #EDC42C
Complementary color
Monochromatic Colors of #EDC42C
Black with #EDC42C
Text Example
Text Example
White with #EDC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC42C; }
p { color: rgb(237,196,44); }
H1.HeaderClassName
{
color: #EDC42C;
}
.AnyTagClassName
{
color: #EDC42C;
}
</style>
background-color css
<style>
a { background-color: #EDC42C; }
a { background-color: rgb(237,196,44); }
div.DivClassName
{
background-color: #EDC42C;
}
.BgClassName
{
background-color: #EDC42C;
}
</style>
border-color css
<style>
span { border-color: #EDC42C; }
span { border-color: rgb(237,196,44); }
td.TdClassName
{
border-color: #EDC42C;
}
.TagClassName
{
border-color: #EDC42C;
}
</style>