Shades of Bright Sun #EFBE2A
Tints of Bright Sun #EFBE2A
RGB
CMYK
RGB Variations
Color information
#EFBE2A (or 0xEFBE2A) is known color: Bright Sun. HEX triplet: EF, BE and 2A. RGB value is (239,190,42). Sum of RGB (Red+Green+Blue) = 239+190+42=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE2A is #1041D5. Grayscale: #BCBCBC. Windows color (decimal): -1065430 or 2801391. OLE color: 2801391.
HSL color Cylindrical-coordinate representation of color #EFBE2A: hue angle of 45.08º 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 #EFBE2A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 42 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.06 |
| HSL | 45.08º | 0.86% | 0.55% | - |
| HSV(B) | 45.08º | 0.82% | 0.94% | - |
| XYZ | 54.43 | 55.34 | 10 | - |
| YUV | 187.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 42 | 0 | 0.21 | 0.82 | 0.06 | 45.08 | 0.86 | 0.55 |
| Hex | EF | BE | 2A | 0 | 15 | 52 | 6 | 2D | 56 | 37 |
| Octal | 357 | 276 | 52 | 0 | 25 | 122 | 6 | 55 | 126 | 67 |
| Binary | 11101111 | 10111110 | 101010 | 0 | 10101 | 1010010 | 110 | 101101 | 1010110 | 110111 |
Color Harmonies of #EFBE2A
Complementary color
Monochromatic Colors of #EFBE2A
Black with #EFBE2A
Text Example
Text Example
White with #EFBE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE2A; }
p { color: rgb(239,190,42); }
H1.HeaderClassName
{
color: #EFBE2A;
}
.AnyTagClassName
{
color: #EFBE2A;
}
</style>
background-color css
<style>
a { background-color: #EFBE2A; }
a { background-color: rgb(239,190,42); }
div.DivClassName
{
background-color: #EFBE2A;
}
.BgClassName
{
background-color: #EFBE2A;
}
</style>
border-color css
<style>
span { border-color: #EFBE2A; }
span { border-color: rgb(239,190,42); }
td.TdClassName
{
border-color: #EFBE2A;
}
.TagClassName
{
border-color: #EFBE2A;
}
</style>