Shades of Bright Sun #EFB22C
Tints of Bright Sun #EFB22C
RGB
CMYK
RGB Variations
Color information
#EFB22C (or 0xEFB22C) is known color: Bright Sun. HEX triplet: EF, B2 and 2C. RGB value is (239,178,44). Sum of RGB (Red+Green+Blue) = 239+178+44=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB22C is #104DD3. Grayscale: #B5B5B5. Windows color (decimal): -1068500 or 2929391. OLE color: 2929391.
HSL color Cylindrical-coordinate representation of color #EFB22C: hue angle of 41.23º 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 #EFB22C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 44 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.06 |
| HSL | 41.23º | 0.86% | 0.55% | - |
| HSV(B) | 41.23º | 0.82% | 0.94% | - |
| XYZ | 51.97 | 50.37 | 9.37 | - |
| YUV | 180.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 44 | 0 | 0.26 | 0.82 | 0.06 | 41.23 | 0.86 | 0.55 |
| Hex | EF | B2 | 2C | 0 | 1A | 52 | 6 | 29 | 56 | 37 |
| Octal | 357 | 262 | 54 | 0 | 32 | 122 | 6 | 51 | 126 | 67 |
| Binary | 11101111 | 10110010 | 101100 | 0 | 11010 | 1010010 | 110 | 101001 | 1010110 | 110111 |
Color Harmonies of #EFB22C
Complementary color
Monochromatic Colors of #EFB22C
Black with #EFB22C
Text Example
Text Example
White with #EFB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB22C; }
p { color: rgb(239,178,44); }
H1.HeaderClassName
{
color: #EFB22C;
}
.AnyTagClassName
{
color: #EFB22C;
}
</style>
background-color css
<style>
a { background-color: #EFB22C; }
a { background-color: rgb(239,178,44); }
div.DivClassName
{
background-color: #EFB22C;
}
.BgClassName
{
background-color: #EFB22C;
}
</style>
border-color css
<style>
span { border-color: #EFB22C; }
span { border-color: rgb(239,178,44); }
td.TdClassName
{
border-color: #EFB22C;
}
.TagClassName
{
border-color: #EFB22C;
}
</style>