Shades of Bright Sun #EFB12C
Tints of Bright Sun #EFB12C
RGB
CMYK
RGB Variations
Color information
#EFB12C (or 0xEFB12C) is known color: Bright Sun. HEX triplet: EF, B1 and 2C. RGB value is (239,177,44). Sum of RGB (Red+Green+Blue) = 239+177+44=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB12C is #104ED3. Grayscale: #B4B4B4. Windows color (decimal): -1068756 or 2929135. OLE color: 2929135.
HSL color Cylindrical-coordinate representation of color #EFB12C: hue angle of 40.92º 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 #EFB12C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 44 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.06 |
| HSL | 40.92º | 0.86% | 0.55% | - |
| HSV(B) | 40.92º | 0.82% | 0.94% | - |
| XYZ | 51.77 | 49.98 | 9.3 | - |
| YUV | 180.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 44 | 0 | 0.26 | 0.82 | 0.06 | 40.92 | 0.86 | 0.55 |
| Hex | EF | B1 | 2C | 0 | 1A | 52 | 6 | 29 | 56 | 37 |
| Octal | 357 | 261 | 54 | 0 | 32 | 122 | 6 | 51 | 126 | 67 |
| Binary | 11101111 | 10110001 | 101100 | 0 | 11010 | 1010010 | 110 | 101001 | 1010110 | 110111 |
Color Harmonies of #EFB12C
Complementary color
Monochromatic Colors of #EFB12C
Black with #EFB12C
Text Example
Text Example
White with #EFB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB12C; }
p { color: rgb(239,177,44); }
H1.HeaderClassName
{
color: #EFB12C;
}
.AnyTagClassName
{
color: #EFB12C;
}
</style>
background-color css
<style>
a { background-color: #EFB12C; }
a { background-color: rgb(239,177,44); }
div.DivClassName
{
background-color: #EFB12C;
}
.BgClassName
{
background-color: #EFB12C;
}
</style>
border-color css
<style>
span { border-color: #EFB12C; }
span { border-color: rgb(239,177,44); }
td.TdClassName
{
border-color: #EFB12C;
}
.TagClassName
{
border-color: #EFB12C;
}
</style>