Shades of Bright Sun #EDC32B
Tints of Bright Sun #EDC32B
RGB
CMYK
RGB Variations
Color information
#EDC32B (or 0xEDC32B) is known color: Bright Sun. HEX triplet: ED, C3 and 2B. RGB value is (237,195,43). Sum of RGB (Red+Green+Blue) = 237+195+43=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC32B is #123CD4. Grayscale: #BEBEBE. Windows color (decimal): -1195221 or 2868205. OLE color: 2868205.
HSL color Cylindrical-coordinate representation of color #EDC32B: hue angle of 47.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDC32B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 43 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.07 |
| HSL | 47.01º | 0.84% | 0.55% | - |
| HSV(B) | 47.01º | 0.82% | 0.93% | - |
| XYZ | 54.88 | 57.21 | 10.44 | - |
| YUV | 190.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 43 | 0 | 0.18 | 0.82 | 0.07 | 47.01 | 0.84 | 0.55 |
| Hex | ED | C3 | 2B | 0 | 12 | 52 | 7 | 2F | 54 | 37 |
| Octal | 355 | 303 | 53 | 0 | 22 | 122 | 7 | 57 | 124 | 67 |
| Binary | 11101101 | 11000011 | 101011 | 0 | 10010 | 1010010 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #EDC32B
Complementary color
Monochromatic Colors of #EDC32B
Black with #EDC32B
Text Example
Text Example
White with #EDC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC32B; }
p { color: rgb(237,195,43); }
H1.HeaderClassName
{
color: #EDC32B;
}
.AnyTagClassName
{
color: #EDC32B;
}
</style>
background-color css
<style>
a { background-color: #EDC32B; }
a { background-color: rgb(237,195,43); }
div.DivClassName
{
background-color: #EDC32B;
}
.BgClassName
{
background-color: #EDC32B;
}
</style>
border-color css
<style>
span { border-color: #EDC32B; }
span { border-color: rgb(237,195,43); }
td.TdClassName
{
border-color: #EDC32B;
}
.TagClassName
{
border-color: #EDC32B;
}
</style>