Shades of Bright Sun #EDC32D
Tints of Bright Sun #EDC32D
RGB
CMYK
RGB Variations
Color information
#EDC32D (or 0xEDC32D) is known color: Bright Sun. HEX triplet: ED, C3 and 2D. RGB value is (237,195,45). Sum of RGB (Red+Green+Blue) = 237+195+45=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC32D is #123CD2. Grayscale: #BFBFBF. Windows color (decimal): -1195219 or 2999277. OLE color: 2999277.
HSL color Cylindrical-coordinate representation of color #EDC32D: hue angle of 46.88º 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 #EDC32D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.88º | 0.84% | 0.55% | - |
| HSV(B) | 46.88º | 0.81% | 0.93% | - |
| XYZ | 54.91 | 57.22 | 10.63 | - |
| YUV | 190.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 45 | 0 | 0.18 | 0.81 | 0.07 | 46.88 | 0.84 | 0.55 |
| Hex | ED | C3 | 2D | 0 | 12 | 51 | 7 | 2F | 54 | 37 |
| Octal | 355 | 303 | 55 | 0 | 22 | 121 | 7 | 57 | 124 | 67 |
| Binary | 11101101 | 11000011 | 101101 | 0 | 10010 | 1010001 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #EDC32D
Complementary color
Monochromatic Colors of #EDC32D
Black with #EDC32D
Text Example
Text Example
White with #EDC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC32D; }
p { color: rgb(237,195,45); }
H1.HeaderClassName
{
color: #EDC32D;
}
.AnyTagClassName
{
color: #EDC32D;
}
</style>
background-color css
<style>
a { background-color: #EDC32D; }
a { background-color: rgb(237,195,45); }
div.DivClassName
{
background-color: #EDC32D;
}
.BgClassName
{
background-color: #EDC32D;
}
</style>
border-color css
<style>
span { border-color: #EDC32D; }
span { border-color: rgb(237,195,45); }
td.TdClassName
{
border-color: #EDC32D;
}
.TagClassName
{
border-color: #EDC32D;
}
</style>