Shades of Bright Sun #EFBC32
Tints of Bright Sun #EFBC32
RGB
CMYK
RGB Variations
Color information
#EFBC32 (or 0xEFBC32) is known color: Bright Sun. HEX triplet: EF, BC and 32. RGB value is (239,188,50). Sum of RGB (Red+Green+Blue) = 239+188+50=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC32 is #1043CD. Grayscale: #BCBCBC. Windows color (decimal): -1065934 or 3325167. OLE color: 3325167.
HSL color Cylindrical-coordinate representation of color #EFBC32: hue angle of 43.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFBC32 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 50 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.06 |
| HSL | 43.81º | 0.86% | 0.57% | - |
| HSV(B) | 43.81º | 0.79% | 0.94% | - |
| XYZ | 54.16 | 54.55 | 10.69 | - |
| YUV | 187.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 50 | 0 | 0.21 | 0.79 | 0.06 | 43.81 | 0.86 | 0.57 |
| Hex | EF | BC | 32 | 0 | 15 | 4F | 6 | 2C | 56 | 39 |
| Octal | 357 | 274 | 62 | 0 | 25 | 117 | 6 | 54 | 126 | 71 |
| Binary | 11101111 | 10111100 | 110010 | 0 | 10101 | 1001111 | 110 | 101100 | 1010110 | 111001 |
Color Harmonies of #EFBC32
Complementary color
Monochromatic Colors of #EFBC32
Black with #EFBC32
Text Example
Text Example
White with #EFBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC32; }
p { color: rgb(239,188,50); }
H1.HeaderClassName
{
color: #EFBC32;
}
.AnyTagClassName
{
color: #EFBC32;
}
</style>
background-color css
<style>
a { background-color: #EFBC32; }
a { background-color: rgb(239,188,50); }
div.DivClassName
{
background-color: #EFBC32;
}
.BgClassName
{
background-color: #EFBC32;
}
</style>
border-color css
<style>
span { border-color: #EFBC32; }
span { border-color: rgb(239,188,50); }
td.TdClassName
{
border-color: #EFBC32;
}
.TagClassName
{
border-color: #EFBC32;
}
</style>