Shades of Bright Sun #EFBD2C
Tints of Bright Sun #EFBD2C
RGB
CMYK
RGB Variations
Color information
#EFBD2C (or 0xEFBD2C) is known color: Bright Sun. HEX triplet: EF, BD and 2C. RGB value is (239,189,44). Sum of RGB (Red+Green+Blue) = 239+189+44=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD2C is #1042D3. Grayscale: #BCBCBC. Windows color (decimal): -1065684 or 2932207. OLE color: 2932207.
HSL color Cylindrical-coordinate representation of color #EFBD2C: hue angle of 44.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFBD2C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 44 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.06 |
| HSL | 44.62º | 0.86% | 0.55% | - |
| HSV(B) | 44.62º | 0.82% | 0.94% | - |
| XYZ | 54.25 | 54.93 | 10.13 | - |
| YUV | 187.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 44 | 0 | 0.21 | 0.82 | 0.06 | 44.62 | 0.86 | 0.55 |
| Hex | EF | BD | 2C | 0 | 15 | 52 | 6 | 2D | 56 | 37 |
| Octal | 357 | 275 | 54 | 0 | 25 | 122 | 6 | 55 | 126 | 67 |
| Binary | 11101111 | 10111101 | 101100 | 0 | 10101 | 1010010 | 110 | 101101 | 1010110 | 110111 |
Color Harmonies of #EFBD2C
Complementary color
Monochromatic Colors of #EFBD2C
Black with #EFBD2C
Text Example
Text Example
White with #EFBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD2C; }
p { color: rgb(239,189,44); }
H1.HeaderClassName
{
color: #EFBD2C;
}
.AnyTagClassName
{
color: #EFBD2C;
}
</style>
background-color css
<style>
a { background-color: #EFBD2C; }
a { background-color: rgb(239,189,44); }
div.DivClassName
{
background-color: #EFBD2C;
}
.BgClassName
{
background-color: #EFBD2C;
}
</style>
border-color css
<style>
span { border-color: #EFBD2C; }
span { border-color: rgb(239,189,44); }
td.TdClassName
{
border-color: #EFBD2C;
}
.TagClassName
{
border-color: #EFBD2C;
}
</style>