Shades of Bright Sun #EFB22D
Tints of Bright Sun #EFB22D
RGB
CMYK
RGB Variations
Color information
#EFB22D (or 0xEFB22D) is known color: Bright Sun. HEX triplet: EF, B2 and 2D. RGB value is (239,178,45). Sum of RGB (Red+Green+Blue) = 239+178+45=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB22D is #104DD2. Grayscale: #B5B5B5. Windows color (decimal): -1068499 or 2994927. OLE color: 2994927.
HSL color Cylindrical-coordinate representation of color #EFB22D: hue angle of 41.13º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFB22D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 45 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.06 |
| HSL | 41.13º | 0.86% | 0.56% | - |
| HSV(B) | 41.13º | 0.81% | 0.94% | - |
| XYZ | 51.99 | 50.38 | 9.47 | - |
| YUV | 181.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 45 | 0 | 0.26 | 0.81 | 0.06 | 41.13 | 0.86 | 0.56 |
| Hex | EF | B2 | 2D | 0 | 1A | 51 | 6 | 29 | 56 | 38 |
| Octal | 357 | 262 | 55 | 0 | 32 | 121 | 6 | 51 | 126 | 70 |
| Binary | 11101111 | 10110010 | 101101 | 0 | 11010 | 1010001 | 110 | 101001 | 1010110 | 111000 |
Color Harmonies of #EFB22D
Complementary color
Monochromatic Colors of #EFB22D
Black with #EFB22D
Text Example
Text Example
White with #EFB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB22D; }
p { color: rgb(239,178,45); }
H1.HeaderClassName
{
color: #EFB22D;
}
.AnyTagClassName
{
color: #EFB22D;
}
</style>
background-color css
<style>
a { background-color: #EFB22D; }
a { background-color: rgb(239,178,45); }
div.DivClassName
{
background-color: #EFB22D;
}
.BgClassName
{
background-color: #EFB22D;
}
</style>
border-color css
<style>
span { border-color: #EFB22D; }
span { border-color: rgb(239,178,45); }
td.TdClassName
{
border-color: #EFB22D;
}
.TagClassName
{
border-color: #EFB22D;
}
</style>