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