Shades of Bright Sun #EDC32E
Tints of Bright Sun #EDC32E
RGB
CMYK
RGB Variations
Color information
#EDC32E (or 0xEDC32E) is known color: Bright Sun. HEX triplet: ED, C3 and 2E. RGB value is (237,195,46). Sum of RGB (Red+Green+Blue) = 237+195+46=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC32E is #123CD1. Grayscale: #BFBFBF. Windows color (decimal): -1195218 or 3064813. OLE color: 3064813.
HSL color Cylindrical-coordinate representation of color #EDC32E: hue angle of 46.81º 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 #EDC32E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.81º | 0.84% | 0.55% | - |
| HSV(B) | 46.81º | 0.81% | 0.93% | - |
| XYZ | 54.93 | 57.23 | 10.74 | - |
| YUV | 190.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 46 | 0 | 0.18 | 0.81 | 0.07 | 46.81 | 0.84 | 0.55 |
| Hex | ED | C3 | 2E | 0 | 12 | 51 | 7 | 2F | 54 | 37 |
| Octal | 355 | 303 | 56 | 0 | 22 | 121 | 7 | 57 | 124 | 67 |
| Binary | 11101101 | 11000011 | 101110 | 0 | 10010 | 1010001 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #EDC32E
Complementary color
Monochromatic Colors of #EDC32E
Black with #EDC32E
Text Example
Text Example
White with #EDC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC32E; }
p { color: rgb(237,195,46); }
H1.HeaderClassName
{
color: #EDC32E;
}
.AnyTagClassName
{
color: #EDC32E;
}
</style>
background-color css
<style>
a { background-color: #EDC32E; }
a { background-color: rgb(237,195,46); }
div.DivClassName
{
background-color: #EDC32E;
}
.BgClassName
{
background-color: #EDC32E;
}
</style>
border-color css
<style>
span { border-color: #EDC32E; }
span { border-color: rgb(237,195,46); }
td.TdClassName
{
border-color: #EDC32E;
}
.TagClassName
{
border-color: #EDC32E;
}
</style>